Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
FakeConfig
Record Fields
Record Field | Description |
CompileOptions
Signature: CompileOptions
|
|
Err
Signature: TextWriter
|
|
Out
Signature: TextWriter
|
|
RestoreOnlyGroup
Signature: bool
|
|
RuntimeOptions
Signature: RuntimeOptions
|
|
ScriptArgs
Signature: string list
|
|
ScriptFilePath
Signature: string
|
|
ScriptTokens
Signature: Lazy<TokenizedScript>
|
|
UseCache
Signature: bool
|
|
UseSimpleRestore
Signature: bool
|
|
VerboseLevel
Signature: VerboseLevel
|
Instance members
Instance member | Description |
x.FsArgs
Signature: string []
|