Can I set DoNotParallelize or Parallelize in csproj #6758
Answered
by
Youssef1313
johnthcall
asked this question in
Q&A
-
|
As part of upgrading to MSTest 4 my projects are getting flagged with mstest0001 and I do not have runsettings files or assemblyInfo files to add this to and instead of choosing a random test file to add it to I was wondering if there is any way to set this in the csproj itself. |
Beta Was this translation helpful? Give feedback.
Answered by
Youssef1313
Oct 16, 2025
Replies: 1 comment 2 replies
-
|
You have at least three options:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
johnthcall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have at least three options:
<NoWarn>$(NoWarn);MSTEST0001</NoWarn>