dotnet/roslyn
Allow diagnosticsuppressors to be configured in .editorconfig
オープン
#49,727 opened on 2020/12/02
Area-AnalyzersBugFeature - Editor Confighelp wanted
Repository metrics
- Stars
- (20,414 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 256 merged PRs)
説明
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?