CompilationLoader.Configuration.RewriteStepAssemblies Property

Definition

Contains a sequence of tuples with the path to a dotnet dll containing one or more rewrite steps (i.e. classes implementing IRewriteStep) and the corresponding output folder. The contained rewrite steps will be executed in the defined order and priority at the end of the compilation.

public System.Collections.Generic.IEnumerable<(string, string?)> RewriteStepAssemblies { get; set; }
member this.RewriteStepAssemblies : seq<ValueTuple<string, string>> with get, set
Public Property RewriteStepAssemblies As IEnumerable(Of ValueTuple(Of String, String))

Property Value

IEnumerable<ValueTuple<String,String>>

Applies to