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

CollectionConcurrencyMode Type

The collection concurrency mode used by the xUnit2 runner.

Union cases

Union case Description

Default

Full Usage: Default

Uses the default concurrency mode for collections.

MaxThreads count

Full Usage: MaxThreads count

Parameters:
    count : int

Limits the number of concurrently executing collections to `count`.

count : int

Unlimited

Full Usage: Unlimited

Does not limit the number of concurrently executing collections.