NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

/bugreport (Report a Problem)

/bugreport:file

where:

file
The name of the file that you want to contain your bug report.

Remarks

The /bugreport option will cause the following information to be placed in file:

Because a copy of all source code files will be placed in file, you may want to reproduce the (suspected) code defect in the shortest possible program.

Example

Compile t2.cs and put all bug reporting information in the file problem.txt:

csc /bugreport:problem.txt t2.cs 

See Also

C# Compiler Options