dotnet/roslyn

Allow diagnosticsuppressors to be configured in .editorconfig

Aberta

#49.727 aberto em 2 de dez. de 2020

 (4 comentários) (4 reações) (0 responsável)C# (4.257 forks)batch import
Area-AnalyzersBugFeature - Editor Confighelp wanted

Métricas do repositório

Stars
 (20.414 estrelas)
Métricas de merge de PR
 (Mesclagem média 6d 17h) (256 fundiu PRs em 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?

Guia do colaborador