-
Notifications
You must be signed in to change notification settings - Fork 832
Disable really noisy analyzers, part 1 #6837
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
These are super annoying and add basically zero value.
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.
Pull Request Overview
This pull request aims to disable a set of code analysis rules that the author considers "super annoying and add basically zero value." The changes involve removing pragma warning directives and adjusting analyzer configurations to make these rules less intrusive by changing their severity from warning
to suggestion
.
- Removal of pragma warning directives throughout the codebase for multiple analyzer rules
- Update to
.editorconfig
to change severity levels for various code analysis rules fromwarning
tosuggestion
- Modifications to project files to remove specific rule suppressions
Reviewed Changes
Copilot reviewed 165 out of 165 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
Multiple C# source files | Removed pragma warning disable/restore directives for various analyzer rules |
src/Libraries/.editorconfig | Changed severity levels for multiple analyzer rules from warning to suggestion |
Multiple .csproj files | Removed specific NoWarn entries for various analyzer rules |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
b6dcba9
to
a75b78c
Compare
These are super annoying and add basically zero value.
Microsoft Reviewers: Open in CodeFlow