Class CacheKeyBuilder
Namespace: DotBoxD.Kernels.Compiler
Assembly: DotBoxD.Kernels.Compiler.dll
public static class CacheKeyBuilderInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”CanonicalizerVersion
Section titled “ CanonicalizerVersion”public const string CanonicalizerVersion = "dotboxd-canonicalizer-1"Field Value
Section titled “Field Value”CompilerVersion
Section titled “ CompilerVersion”public const string CompilerVersion = "dotboxd-compiler-10"Field Value
Section titled “Field Value”EffectAnalysisVersion
Section titled “ EffectAnalysisVersion”public const string EffectAnalysisVersion = "dotboxd-effect-analysis-3"Field Value
Section titled “Field Value”TargetFramework
Section titled “ TargetFramework”public const string TargetFramework = "net10.0"Field Value
Section titled “Field Value”TypeSystemVersion
Section titled “ TypeSystemVersion”public const string TypeSystemVersion = "dotboxd-type-system-2"Field Value
Section titled “Field Value”Properties
Section titled “Properties”LanguageVersion
Section titled “ LanguageVersion”public static string LanguageVersion { get; }Property Value
Section titled “Property Value”RuntimeFacadeHash
Section titled “ RuntimeFacadeHash”public static string RuntimeFacadeHash { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Build(ExecutionPlan, string, VerificationPolicy, bool)
Section titled “ Build(ExecutionPlan, string, VerificationPolicy, bool)”public static string Build(ExecutionPlan plan, string entrypoint, VerificationPolicy policy, bool optimize)Parameters
Section titled “Parameters”plan ExecutionPlan
entrypoint string
policy VerificationPolicy
optimize bool
Returns
Section titled “Returns”BuildManifestIdentity(ExecutionPlan, string, VerificationPolicy, bool)
Section titled “ BuildManifestIdentity(ExecutionPlan, string, VerificationPolicy, bool)”public static VerificationManifestIdentity BuildManifestIdentity(ExecutionPlan plan, string entrypoint, VerificationPolicy policy, bool optimize)Parameters
Section titled “Parameters”plan ExecutionPlan
entrypoint string
policy VerificationPolicy
optimize bool