We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add NUnit.Analyzers to test project. In addition to providing diagnostics, it can help to suppress some false negatives with respect to nullability warnings/errors.
The text was updated successfully, but these errors were encountered:
Add NUnit.Analyzers, addressing errors/warnings
e46acc2
Warning addressed: - NUnit2015: https://github.com/nunit/nunit.analyzers/blob/3.5.0/documentation/NUnit2015.md - NUnit2005: https://github.com/nunit/nunit.analyzers/blob/3.5.0/documentation/NUnit2005.md - NUnit2031: https://github.com/nunit/nunit.analyzers/blob/3.5.0/documentation/NUnit2031.md This is a squashed merge of PR #910 that closes #909.
Successfully merging a pull request may close this issue.
Add NUnit.Analyzers to test project. In addition to providing diagnostics, it can help to suppress some false negatives with respect to nullability warnings/errors.
The text was updated successfully, but these errors were encountered: