<PackageReference Include="NUnit" Version="3.12.0" />

ParallelExecutionStrategy

Enumeration representing the strategy to follow in executing a work item. The value is only relevant when running under the parallel dispatcher.
Direct = 0

Run directly on same thread

Enqueue for non-parallel execution

Enqueue for parallel execution