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

NUnit3Runtime Type

The --framework option in running NUnit 3. There are three kinds - VXY, which means either .NET framework or Mono, NetXY (use .NET framework with given version) and MonoXY (Mono framework with given version). You can use Net or Mono to let NUnit select the version. You can pass any value using Other.

Union cases

Union case Description

Default

Full Usage: Default

Uses the runtime under which the assembly was built.

Mono

Full Usage: Mono

NUnit should use Mono framework but can select its version

Mono20

Full Usage: Mono20

Mono30

Full Usage: Mono30

Mono35

Full Usage: Mono35

Mono40

Full Usage: Mono40

Net

Full Usage: Net

NUnit should use .NET framework but can select its version

Net20

Full Usage: Net20

Net30

Full Usage: Net30

Net35

Full Usage: Net35

Net40

Full Usage: Net40

Net45

Full Usage: Net45

Other string

Full Usage: Other string

Parameters:
    Item : string

NUnit should use runtime specified by this value

Item : string

V20

Full Usage: V20

V30

Full Usage: V30

V35

Full Usage: V35

V40

Full Usage: V40

V45

Full Usage: V45

Instance members

Instance member Description

this.ParamString

Full Usage: this.ParamString

Returns: string
Returns: string