-
Notifications
You must be signed in to change notification settings - Fork 291
Bump analyzers to warning #5860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump analyzers to warning #5860
Conversation
# Conflicts: # src/Analyzers/MSTest.Analyzers/UseAttributeOnTestMethodAnalyzer.cs
Youssef1313
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test VerifyMSTestAnalysisModeForDifferentAnalyzers needs to replace MSTEST0017 with some other analyzer which is info + enabled by default
Youssef1313
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we miss UseCooperativeCancellationForTimeoutAnalyzer? Or did we intentionally not bump to warning?
|
NOTE: The analyzers that are still info+enabled in this PR are:
So, for the |
Fixes #5748
Related to #1285