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

ParallelMode

The parallelization mode of the xUnit2 runner.

Union Cases

Union CaseDescription
All
Signature:

Parallelize assemblies and collections.

Assemblies
Signature:

Only parallelize assemblies.

Collections
Signature:

Only parallelize collections.

NoParallelization
Signature:

Turn off all parallelization.