IResolveDependenciesResult Type
The results of ResolveDependencies
Instance members
Instance member |
Description
|
Full Usage:
this.Resolutions
Returns: string seq
Modifiers: abstract |
The resolution paths - the full paths to selected resolved dll's. In scripts this is equivalent to #r @"c:\somepath\to\packages\ResolvedPackage\1.1.1\lib\netstandard2.0\ResolvedAssembly.dll"
|
Full Usage:
this.Roots
Returns: string seq
Modifiers: abstract |
The roots to package directories This points to the root of each located package. The layout of the package manager will be package manager specific. however, the dependency manager dll understands the nuget package layout and so if the package contains folders similar to the nuget layout then the dependency manager will be able to probe and resolve any native dependencies required by the nuget package. This path is also equivalent to #I @"c:\somepath\to\packages\1.1.1\ResolvedPackage"
|
Full Usage:
this.SourceFiles
Returns: string seq
Modifiers: abstract |
The source code file paths
|
Full Usage:
this.StdError
Returns: string[]
Modifiers: abstract |
The resolution error log (process stderr)
|
Full Usage:
this.StdOut
Returns: string[]
Modifiers: abstract |
The resolution output log
|
Full Usage:
this.Success
Returns: bool
Modifiers: abstract |
Succeeded?
|