13 lines
494 B
Plaintext
13 lines
494 B
Plaintext
# NOTE: Requires **VS2019 16.7** or later
|
|
|
|
# 'MicrosoftCodeAnalysisCompatibility' Rules from '2.9.8' release with 'Default' analysis mode
|
|
# Description: 'MicrosoftCodeAnalysisCompatibility' Rules with enabled-by-default state from '2.9.8' release with 'Default' analysis mode. Rules that are first released in a version later than '2.9.8' are disabled.
|
|
|
|
is_global = true
|
|
|
|
global_level = -99
|
|
|
|
|
|
# RS1042: Implementations of this interface are not allowed
|
|
dotnet_diagnostic.RS1042.severity = none
|