# NOTE: Requires **VS2019 16.7** or later
|
|
# 'MicrosoftCodeAnalysisCorrectness' Rules from '2.9.8' release with 'Recommended' analysis mode
|
# Description: 'MicrosoftCodeAnalysisCorrectness' Rules with enabled-by-default state from '2.9.8' release with 'Recommended' analysis mode. Rules that are first released in a version later than '2.9.8' are disabled.
|
|
is_global = true
|
|
global_level = -99
|
|
|
# RS1024: Symbols should be compared for equality
|
dotnet_diagnostic.RS1024.severity = none
|
|
# RS1025: Configure generated code analysis
|
dotnet_diagnostic.RS1025.severity = none
|
|
# RS1026: Enable concurrent execution
|
dotnet_diagnostic.RS1026.severity = none
|
|
# RS1027: Types marked with DiagnosticAnalyzerAttribute(s) should inherit from DiagnosticAnalyzer
|
dotnet_diagnostic.RS1027.severity = none
|
|
# RS1030: Do not invoke Compilation.GetSemanticModel() method within a diagnostic analyzer
|
dotnet_diagnostic.RS1030.severity = none
|
|
# RS1035: Do not use APIs banned for analyzers
|
dotnet_diagnostic.RS1035.severity = none
|
|
# RS1036: Specify analyzer banned API enforcement setting
|
dotnet_diagnostic.RS1036.severity = none
|