-
Notifications
You must be signed in to change notification settings - Fork 33
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
New diagnostic: The Values attribute can be simplified. #755
Milestone
Comments
I can take a stab at this, so please assign this to me! |
Done. Go ahead. |
Bartleby2718
added a commit
to Bartleby2718/nunit.analyzers
that referenced
this issue
Jun 9, 2024
Bartleby2718
added a commit
to Bartleby2718/nunit.analyzers
that referenced
this issue
Jun 9, 2024
Bartleby2718
added a commit
to Bartleby2718/nunit.analyzers
that referenced
this issue
Jun 9, 2024
Bartleby2718
added a commit
to Bartleby2718/nunit.analyzers
that referenced
this issue
Jun 9, 2024
Bartleby2718
added a commit
to Bartleby2718/nunit.analyzers
that referenced
this issue
Jun 9, 2024
Bartleby2718
added a commit
to Bartleby2718/nunit.analyzers
that referenced
this issue
Jun 9, 2024
Bartleby2718
added a commit
to Bartleby2718/nunit.analyzers
that referenced
this issue
Jun 22, 2024
manfred-brands
pushed a commit
that referenced
this issue
Jun 24, 2024
Fixed by #758 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As mentioned in https://docs.nunit.org/articles/nunit/writing-tests/attributes/values.html#values-with-enum-or-boolean
can be simplified to
We could add a new diagnostic to detect and simplify this.
The same goes for nullable boolean and enums.
The text was updated successfully, but these errors were encountered: