CompilationLoader.Configuration.TargetPackageAssemblies Property

Definition

Paths to the assemblies that contains a syntax tree with target specific implementations for certain functions and operations. The functions and operations defined in these assemblies replace the ones declared within the compilation unit. If no paths are specified here or the sequence is null then this compilation step is omitted.

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

Property Value

IEnumerable<String>

Applies to