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

DotNet.InfoOptions Type

dotnet --info command options

Record fields

Record Field Description

Common

Full Usage: Common

Field type: Options

Common tool options

Field type: Options

Instance members

Instance member Description

this.Environment

Full Usage: this.Environment

Returns: Map<string, string>

Gets the current environment

Returns: Map<string, string>

this.WithCommon

Full Usage: this.WithCommon

Parameters:
Returns: InfoOptions
Modifiers: inline

Changes the "Common" properties according to the given function

f : Options -> Options
Returns: InfoOptions

this.WithEnvironment

Full Usage: this.WithEnvironment

Parameters:
    map : Map<string, string>

Returns: InfoOptions

Sets the current environment variables.

map : Map<string, string>
Returns: InfoOptions

this.WithRedirectOutput

Full Usage: this.WithRedirectOutput

Parameters:
    shouldRedirect : bool

Returns: InfoOptions

Sets a value indicating whether the output for the given process is redirected.

shouldRedirect : bool
Returns: InfoOptions

Static members

Static member Description

InfoOptions.Create()

Full Usage: InfoOptions.Create()

Returns: InfoOptions

Parameter default values.

Returns: InfoOptions