FSharp.Compiler.DependencyManager Namespace
Type | Description |
Signature for ResolutionProbe callback host implements this, it's job is to return a list of assembly paths to probe. |
|
Handle Assembly resolution |
|
Provides DependencyManagement functions. The class incrementally collects IDependencyManagerProvider, indexed by key, and queries them. These are found and instantiated with respect to the compilerTools and outputDir provided each time the TryFindDependencyManagerByKey and TryFindDependencyManagerInPath are executed, which are assumed to be invariant over the lifetime of the DependencyProvider. |
|
Todo describe this API |
|
Wraps access to a DependencyManager implementation |
|
The results of ResolveDependencies |
|
|
|
Signature for Native library resolution probe callback host implements this, it's job is to return a list of package roots to probe. |
|
|