CompilationLoader.Configuration.ForceRewriteStepExecution Property

Definition

If set to true, forces all rewrite steps to execute, regardless of whether their precondition was satisfied. If the precondition of a step is not satisfied, the transformation is executed but the output will be ignored, and an error is generated, indicating a compilation failure.

public bool ForceRewriteStepExecution { get; set; }
member this.ForceRewriteStepExecution : bool with get, set
Public Property ForceRewriteStepExecution As Boolean

Property Value

Boolean

Applies to