# NOTE: Requires **VS2019 16.7** or later
|
|
# Rules from '2.9.8' release with 'Recommended' analysis mode
|
# Description: 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 = -100
|
|
|
# RS1009: Only internal implementations of this interface are allowed
|
dotnet_diagnostic.RS1009.severity = warning
|
|
# 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
|
|
# RS1029: Do not use reserved diagnostic IDs
|
dotnet_diagnostic.RS1029.severity = none
|
|
# RS1030: Do not invoke Compilation.GetSemanticModel() method within a diagnostic analyzer
|
dotnet_diagnostic.RS1030.severity = none
|
|
# RS1031: Define diagnostic title correctly
|
dotnet_diagnostic.RS1031.severity = none
|
|
# RS1032: Define diagnostic message correctly
|
dotnet_diagnostic.RS1032.severity = none
|
|
# RS1033: Define diagnostic description correctly
|
dotnet_diagnostic.RS1033.severity = none
|
|
# RS1034: Prefer 'IsKind' for checking syntax kinds
|
dotnet_diagnostic.RS1034.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
|
|
# RS1037: Add "CompilationEnd" custom tag to compilation end diagnostic descriptor
|
dotnet_diagnostic.RS1037.severity = none
|
|
# RS2000: Add analyzer diagnostic IDs to analyzer release
|
dotnet_diagnostic.RS2000.severity = none
|
|
# RS2001: Ensure up-to-date entry for analyzer diagnostic IDs are added to analyzer release
|
dotnet_diagnostic.RS2001.severity = none
|
|
# RS2002: Do not add removed analyzer diagnostic IDs to unshipped analyzer release
|
dotnet_diagnostic.RS2002.severity = none
|
|
# RS2003: Shipped diagnostic IDs that are no longer reported should have an entry in the 'Removed Rules' table in unshipped file
|
dotnet_diagnostic.RS2003.severity = none
|
|
# RS2004: Diagnostic IDs marked as removed in analyzer release file should not be reported by analyzers
|
dotnet_diagnostic.RS2004.severity = none
|
|
# RS2005: Remove duplicate entries for diagnostic ID in the same analyzer release
|
dotnet_diagnostic.RS2005.severity = none
|
|
# RS2006: Remove duplicate entries for diagnostic ID between analyzer releases
|
dotnet_diagnostic.RS2006.severity = none
|
|
# RS2007: Invalid entry in analyzer release file
|
dotnet_diagnostic.RS2007.severity = none
|
|
# RS2008: Enable analyzer release tracking
|
dotnet_diagnostic.RS2008.severity = none
|