Files
OnDoc/packages/Microsoft.CodeAnalysis.Analyzers.3.11.0/buildTransitive/config/analysislevelmicrosoftcodeanalysisperformance_3_3_none.globalconfig
2025-09-19 14:20:47 +02:00

22 lines
794 B
Plaintext

# NOTE: Requires **VS2019 16.7** or later
# 'MicrosoftCodeAnalysisPerformance' Rules from '3.3.0' release with 'None' analysis mode
# Description: 'MicrosoftCodeAnalysisPerformance' Rules with enabled-by-default state from '3.3.0' release with 'None' analysis mode. Rules that are first released in a version later than '3.3.0' are disabled.
is_global = true
global_level = -99
# RS1008: Avoid storing per-compilation data into the fields of a diagnostic analyzer
dotnet_diagnostic.RS1008.severity = none
# RS1012: Start action has no registered actions
dotnet_diagnostic.RS1012.severity = none
# RS1013: Start action has no registered non-end actions
dotnet_diagnostic.RS1013.severity = none
# RS1034: Prefer 'IsKind' for checking syntax kinds
dotnet_diagnostic.RS1034.severity = none