# NOTE: Requires **VS2019 16.7** or later
|
|
# 'Correctness' Rules from '2.9.8' release with 'None' analysis mode
|
# Description: 'Correctness' 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
|
|
|
# RS1010: Create code actions should have a unique EquivalenceKey for FixAll occurrences support
|
dotnet_diagnostic.RS1010.severity = none
|
|
# RS1011: Use code actions that have a unique EquivalenceKey for FixAll occurrences support
|
dotnet_diagnostic.RS1011.severity = none
|
|
# RS1016: Code fix providers should provide FixAll support
|
dotnet_diagnostic.RS1016.severity = none
|