CompilationLoader.Configuration.ForceRewriteStepExecution Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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