-
-
Notifications
You must be signed in to change notification settings - Fork 485
Apply analyzer suggestions #2617
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
Conversation
|
@jnyrup is there any analyzer rule you think we can enforce in the config? |
kblok
left a comment
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.
This is awesome
jnyrup
left a comment
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.
RCS analyzers are from Roslynator.Analyzers
The additional analyzers from Roslyn can be enabled by having a newer SDK and e.g. <AnalysisLevel>8.0</AnalysisLevel>
https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props
|
@jnyrup I'll land this PR. Feel free to create any follow-up PR. Thanks! |
|
I have no further suggestions to this PR. |
While looking at #2615 I noticed some other things.