-
Notifications
You must be signed in to change notification settings - Fork 47
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
Code cleanup from temporary enabling .NET analyzers #601
Conversation
<AnalysisMode>all</AnalysisMode> <EnableNETAnalyzers>true</EnableNETAnalyzers> <AnalysisLevel>latest</AnalysisLevel> <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
Is there any reason not to keep these analyzers on? |
@jmezach Yes, they produce a lot of warnings from the module code (that we cannot modify) |
You mean the |
Getting rid of it would be great - looks like there is also ways to exclude files and/or folder from analysis dotnet/roslyn#3705 |
We could maybe log an improvement issue to get this done? |
Sounds good to me |
Logged #602 |
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.
A few minor comments... I'm going to go ahead and approve, since I probably won't be able to look back at this PR for 12 hours or so
Also: removed .NET 7 support and updated readme to 2.8.1