You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
482 B
13 lines
482 B
# NOTE: Requires **VS2019 16.7** or later
|
|
|
|
# 'MicrosoftCodeAnalysisPerformance' Rules from '3.3.0' release with 'Default' analysis mode
|
|
# Description: 'MicrosoftCodeAnalysisPerformance' Rules with enabled-by-default state from '3.3.0' release with 'Default' analysis mode. Rules that are first released in a version later than '3.3.0' are disabled.
|
|
|
|
is_global = true
|
|
|
|
global_level = -99
|
|
|
|
|
|
# RS1034: Prefer 'IsKind' for checking syntax kinds
|
|
dotnet_diagnostic.RS1034.severity = none
|