dotnet/roslyn
View on GitHubAllow diagnosticsuppressors to be configured in .editorconfig
Open
#49,727 opened on Dec 2, 2020
Area-AnalyzersBugFeature - Editor Confighelp wanted
Repository metrics
- Stars
- (20,414 stars)
- PR merge metrics
- (Avg merge 6d 17h) (256 merged PRs in 30d)
Description
The only way a DiagnosticsSuppressor can be disabled is now using a separate ruleset. Rulesets were replaced with .editorconfig for all but suppressors.
Can the code at AnalyzerManager.IsDiagnosticAnalyzerSuppressed be updated to (also) look at the .editorconfig?