dotnet/roslyn

Allow diagnosticsuppressors to be configured in .editorconfig

Ouverte

#49 727 ouverte le 2 déc. 2020

 (4 commentaires) (4 réactions) (0 personne assignée)C# (4 257 forks)batch import
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?

Guide contributeur