This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
/unsafe (Enable Unsafe Mode)
/unsafe
Remarks
The /unsafe option allows code that uses the unsafe keyword to compile.
Example
Compile in.cs
for unsafe mode:
csc /unsafe in.cs
See Also
C# Compiler Options