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
OBSOLETE
use Fake.DotNet.Testing.NUnit instead
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 Case | Description |
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 member | Description |
x.ParamString
Signature: string
|