传递给脚本编译器的编译器选项。
AdditionalCompilerArguments | Additional compiler arguments. |
AllowUnsafeCode | 编译脚本时允许使用“unsafe”代码。 |
ApiCompatibilityLevel | 给定 Assembly 的 ApiCompatibilityLevel。 |
CodeOptimization | Indicates whether performance optimization is enabled for the assembly |
LanguageVersion | String representation of the language version being used to compile the current Assembly. |
ResponseFiles | 影响当前编译的响应文件的路径的数组。 |
RoslynAnalyzerDllPaths | Stores the paths to the .dll files. |
RoslynAnalyzerRulesetPath | Stores the path to the Roslyn ruleset file. |
ScriptCompilerOptions | 使用用于编译脚本的默认值创建 ScriptCompilerOptions。 |