CompilationLoader.Configuration.TargetPackageAssemblies 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.
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)