-
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
Add support for Assume.That for NUnit2050 #721
Add support for Assume.That for NUnit2050 #721
Conversation
53c5de0
to
d555925
Compare
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.
https://github.com/nunit/nunit.analyzers/blob/master/documentation/NUnit2050.md?plain=1#L26 should probably be updated to include assume, and it may be explicitly worth mentioning somewhere in that file that everything also applies to Assume
.
...eStringFormatToInterpolatableString/UpdateStringFormatToInterpolatableStringAnalyzerTests.cs
Outdated
Show resolved
Hide resolved
...teStringFormatToInterpolatableString/UpdateStringFormatToInterpolatableStringCodeFixTests.cs
Outdated
Show resolved
Hide resolved
...UpdateStringFormatToInterpolatableString/UpdateStringFormatToInterpolatableStringAnalyzer.cs
Show resolved
Hide resolved
761c0a8
to
3ba7f33
Compare
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.
LGTM. Thanks for the contribution @manfred-brands and the initial review @Bartleby2718. I've a couple of consistency nitpicks, but I'm happy to merge it when you are
...eStringFormatToInterpolatableString/UpdateStringFormatToInterpolatableStringAnalyzerTests.cs
Outdated
Show resolved
Hide resolved
...eStringFormatToInterpolatableString/UpdateStringFormatToInterpolatableStringAnalyzerTests.cs
Outdated
Show resolved
Hide resolved
...eStringFormatToInterpolatableString/UpdateStringFormatToInterpolatableStringAnalyzerTests.cs
Outdated
Show resolved
Hide resolved
...eStringFormatToInterpolatableString/UpdateStringFormatToInterpolatableStringAnalyzerTests.cs
Outdated
Show resolved
Hide resolved
3ba7f33
to
5a7a2ca
Compare
Fixes #719