dotnet/roslyn

Allow diagnosticsuppressors to be configured in .editorconfig

Aperta

#49.727 aperta il 2 dic 2020

 (4 commenti) (4 reazioni) (0 assegnatari)C# (4257 fork)batch import
Area-AnalyzersBugFeature - Editor Confighelp wanted

Metriche repository

Star
 (20.414 stelle)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

Descrizione

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?

Guida contributor