dotnet/roslyn
View on GitHubAllow diagnosticsuppressors to be configured in .editorconfig
Open
#49,727 opened on Dec 2, 2020
Area-AnalyzersBugFeature - Editor Confighelp wanted
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?