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

CollectionConcurrencyMode

The collection concurrency mode used by the xUnit2 runner.

Union Cases

Union CaseDescription
Default
Signature:

Uses the default concurrency mode for collections.

MaxThreads(count)
Signature: int

Limits the number of concurrently executing collections to count.

Unlimited
Signature:

Does not limit the number of concurrently executing collections.