dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.7k stars 3.98k forks source link

[scriptcs] Compilations options in scripting APIs #1262

Open filipw opened 9 years ago

filipw commented 9 years ago

When working with the scripting APIs there is no way to customize the compilation options to be used.

We'd like to be able to set stuff like OptimizationLevel.Release, control allowing unsafe etc

ManishJayaswal commented 8 years ago

We should try to expose these options in 1.2 milestone.