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.
16 lines
600 B
16 lines
600 B
# NOTE: Requires **VS2019 16.7** or later
|
|
|
|
# 'MicrosoftCodeAnalysisCompatibility' Rules from '2.9.8' release with 'None' analysis mode
|
|
# Description: 'MicrosoftCodeAnalysisCompatibility' Rules with enabled-by-default state from '2.9.8' release with 'None' analysis mode. Rules that are first released in a version later than '2.9.8' are disabled.
|
|
|
|
is_global = true
|
|
|
|
global_level = -99
|
|
|
|
|
|
# RS1009: Only internal implementations of this interface are allowed
|
|
dotnet_diagnostic.RS1009.severity = none
|
|
|
|
# RS1042: Implementations of this interface are not allowed
|
|
dotnet_diagnostic.RS1042.severity = none
|