MSTest performance rules
Rules that support high-performance testing.
Identifier | Name | Description |
---|---|---|
MSTEST0001 | UseParallelizeAttributeAnalyzer | By default, MSTest runs tests sequentially which can lead to severe performance limitations. It is recommended to enable assembly attribute [Parallelize] or if the assembly is known to not be parallelizable, to use explicitly the assembly level attribute [DoNotParallelize] . |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.