Skip to content

Add a paragraph about DoNotParallelize somewhere in the doc #3373

@dlebansais

Description

@dlebansais

This is a simple suggestion to document the existence of the DoNotParallelize attribute somewhere in your doc.

I'm unsure about the exact version, but recent versions of MSTest.TestFramework allow us to specify test parallelization. This breaks Stryker for me. I had to include these lines in my AssemblyInfo.cs:

#if DO_NOT_PARALLELIZE_TEST_FOR_STRYKER
[assembly: DoNotParallelize]
#else
[assembly: Parallelize(Scope = /* Choose your level here */)]
#endif

Thank you for a great product!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions