-
Notifications
You must be signed in to change notification settings - Fork 35
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
Make diagnostic's severity consistent #293
Comments
I went through all the current diagnostics, and the following is my questions/comments (but I very much welcome input and comments):
|
Inside the nunit-analyzer code base there was a public method which was supposed to be a test, but did not have an attribute. Agree with NUnit2020 .. NUnit2026 to be error.
Why is that? Is the classic code not correct? I would think that the following should be info instead of warning.
Any rule with a message that starts with "Consider". |
Currently, there is no plans of dropping classic support, even though we primarily - perhaps only - add functionality to the constraint variant. Regarding NUnit2038-NUnit2039 and NUnit2027-NUnit2031 then my reason for making these into warnings is to be consistent with NUnit2005 and NUnit2006 (avoiding the usage of |
Yes, I have seen several people swap |
The following is extracted from #292 (comment) and I agree with the suggestions
The text was updated successfully, but these errors were encountered: