Class RoslynConstants
Contains constants and settings for Roslyn compilation. These settings define the language version and preprocessor symbols used during compilation.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class RoslynConstants
- Inheritance
-
objectRoslynConstants
Fields
LanguageVersion
Specifies the C# language version to use during Roslyn compilation. The "Preview" version allows the use of the latest language features.
public const string LanguageVersion = "latest"