docs: document analyzer audit baseline#400
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
This documentation-only PR updates the quality gates guide to describe the current .NET analyzer audit baseline and why stricter analyzer enforcement should be introduced incrementally by project/rule family.
Changes:
- Documents the MSBuild properties used to audit built-in .NET analyzers.
- Captures current analyzer finding categories for examples, benchmarks, production APIs, and generator tests.
- Keeps guidance aligned with tracked follow-up analyzer hardening work.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Code Coverage |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #400 +/- ##
==========================================
+ Coverage 89.55% 95.63% +6.07%
==========================================
Files 530 530
Lines 42899 42899
Branches 6203 6203
==========================================
+ Hits 38420 41026 +2606
+ Misses 2023 1873 -150
+ Partials 2456 0 -2456
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
Validation
Tracking
Part of #394.