Note: This API documentation is for FAKE version 4. The migration API documentation can be found here. The API documentation for the new fake 5 modules can be found here

RestoreParams

DotNet restore parameters

Record Fields

Record FieldDescription
AdditionalArgs
Signature: string list

Additional Args

DisableParallel
Signature: bool
NoCache
Signature: bool

Whether to use the NuGet cache.

Project
Signature: string

Project (optional).

TimeOut
Signature: TimeSpan

A timeout for the command.

ToolPath
Signature: string

ToolPath - usually just "dotnet"

WorkingDir
Signature: string

Working directory (optional).