Table of Contents

Class RoslynConstants

Namespace
ToSic.Sxc.Code.Sys.HotBuild
Assembly
ToSic.Sxc.Code.HotBuild.dll

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
object
RoslynConstants

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"

Field Value

string