-
Notifications
You must be signed in to change notification settings - Fork 260
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
MSTest analyzers #2051
Comments
Another suggestion: ensure Test/Class/Assembly Initialize/Cleanup methods have a correct signature. |
Suggestion: Ensure the |
@gao-artur Adding your suggestions to the table above. |
Few extra cases or analyzers, not sure how it's best to handle:
|
New rule: When a generic class is marked as |
Summary
This ticket will host rules suggestions so we can discuss and order them to implement most requested/critical ones first.
Rules
Test
,Verify
orEnsure
(case-sensitive).editorconfig
file.[DataRow]
[DataRow]
it should be refactored to not require argumentsTestContext
property if it is not usedTasks
The text was updated successfully, but these errors were encountered: