-
Notifications
You must be signed in to change notification settings - Fork 34
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 DelegateRequiredAnalyzer #359
Conversation
ac4e0b8
to
5be3ff3
Compare
Now also addresses case 1 of #149 |
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.
Looks great @manfred-brands. I some typos, but that is all. I'm happy to merge this when you are 👍.
src/nunit.analyzers.tests/DelegateRequired/DelegateRequiredAnalyzerTests.cs
Outdated
Show resolved
Hide resolved
src/nunit.analyzers.tests/DelegateRequired/DelegateRequiredCodeFixTests.cs
Outdated
Show resolved
Hide resolved
Apply suggestions from code review Thanks @mikkelbu. I thought I had renamed everything when I changed scope, but forgot the test namespace
05524b8
to
ba1d286
Compare
Thanks @mikkelbu, I thought I had renamed everything when I extended the scope of the ticket, but forgot the test namespaces. |
@manfred-brands Thanks for the contribution, I'll merge it now 👍 |
Fixes #357
Fixes #149
There is no need to check classic method Assert.Throw etc as the argument definition already specifies a delegate.