This is part of the Fake.DotNet.Testing.NUnit module.

NUnit3Runtime

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 CaseDescription
Default
Signature:

Uses the runtime under which the assembly was built.

Mono
Signature:

NUnit should use Mono framework but can select its version

Mono20
Signature:
Mono30
Signature:
Mono35
Signature:
Mono40
Signature:
Net
Signature:

NUnit should use .NET framework but can select its version

Net20
Signature:
Net30
Signature:
Net35
Signature:
Net40
Signature:
Net45
Signature:
Other(string)
Signature: string

NUnit should use runtime specified by this value

V20
Signature:
V30
Signature:
V35
Signature:
V40
Signature:
V45
Signature:

Instance members

Instance memberDescription
x.ParamString
Signature: string