Property Default
Default
Provides assemblies for all compilation libraries of the default Microsoft.Extensions.DependencyModel.DependencyContext.
Declaration
public static CompileLibrariesAssemblyProvider Default { get; }
Property Value
Type | Description |
---|---|
CompileLibrariesAssemblyProvider |
Remarks
As the compile libraries are retrieved from the default Microsoft.Extensions.DependencyModel.DependencyContext, compile
libraries are only available if the ".deps.json" dependency information file for the entry assembly
returned by GetEntryAssembly() is available. Otherwise, the list of compile
libraries is empty.