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.

22 lines
777 B

# NOTE: Requires **VS2019 16.7** or later
# 'MicrosoftCodeAnalysisDesign' Rules from '3.0.0' release with 'Recommended' analysis mode
# Description: 'MicrosoftCodeAnalysisDesign' Rules with enabled-by-default state from '3.0.0' release with 'Recommended' analysis mode. Rules that are first released in a version later than '3.0.0' are disabled.
is_global = true
global_level = -99
# 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
# RS1037: Add "CompilationEnd" custom tag to compilation end diagnostic descriptor
dotnet_diagnostic.RS1037.severity = none