DependencyContext.CompileLibraries Property

Definition

Gets the list of libraries used to compile the application.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::CompilationLibrary ^> ^ CompileLibraries { System::Collections::Generic::IReadOnlyList<Microsoft::Extensions::DependencyModel::CompilationLibrary ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.CompilationLibrary> CompileLibraries { get; }
member this.CompileLibraries : System.Collections.Generic.IReadOnlyList<Microsoft.Extensions.DependencyModel.CompilationLibrary>
Public ReadOnly Property CompileLibraries As IReadOnlyList(Of CompilationLibrary)

Property Value

The list of libraries used to compile the application.

Remarks

This property is only fully populated when the PreserveCompilationContext project property is set to True. Otherwise, the contents of this property might be incomplete or empty.

Applies to