FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

PaketDependencyManager Type

Constructors

Constructor Description

PaketDependencyManager(outputDir)

Full Usage: PaketDependencyManager(outputDir)

Parameters:
    outputDir : string option

Returns: PaketDependencyManager
outputDir : string option
Returns: PaketDependencyManager

Instance members

Instance member Description

this.Key

Full Usage: this.Key

Returns: string

Key that identifies the types of dependencies that this DependencyManager operates on

Returns: string

this.Name

Full Usage: this.Name

Returns: string

Name of the dependency manager

Returns: string

this.ResolveDependencies

Full Usage: this.ResolveDependencies

Parameters:
Returns: obj

Resolve the dependencies, for the given set of arguments, go find the .dll references, scripts and additional include values.

scriptExt : ScriptExtension
includeLines : HashRLines
tfm : TFM
Returns: obj