dotnet/roslyn
Allow diagnosticsuppressors to be configured in .editorconfig
Ouverte
#49 727 ouverte le 2 déc. 2020
Area-AnalyzersBugFeature - Editor Confighelp wanted
Métriques du dépôt
- Stars
- (20 414 étoiles)
- Métriques de merge PR
- (Merge moyen 6j 17h) (256 PRs mergées en 30 j)
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?