this.Resolutions
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"
-
Returns:
string seq
|
this.Roots
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"
-
Returns:
string seq
|
this.SourceFiles
Full Usage:
this.SourceFiles
Returns:
string seq
Modifiers:
abstract
|
The source code file paths
-
Returns:
string seq
|
this.StdError
Full Usage:
this.StdError
Returns:
string[]
Modifiers:
abstract
|
The resolution error log (process stderr)
-
Returns:
string[]
|
this.StdOut
Full Usage:
this.StdOut
Returns:
string[]
Modifiers:
abstract
|
The resolution output log
-
Returns:
string[]
|
this.Success
Full Usage:
this.Success
Returns:
bool
Modifiers:
abstract
|
Succeded?
-
Returns:
bool
|