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.

25 lines
950 B

# NOTE: Requires **VS2019 16.7** or later
# Rules from '3.3.4' release with 'Default' analysis mode
# Description: Rules with enabled-by-default state from '3.3.4' release with 'Default' analysis mode. Rules that are first released in a version later than '3.3.4' are disabled.
is_global = true
global_level = -100
# RS1038: Compiler extensions should be implemented in assemblies with compiler-provided references
dotnet_diagnostic.RS1038.severity = none
# RS1039: This call to 'SemanticModel.GetDeclaredSymbol()' will always return 'null'
dotnet_diagnostic.RS1039.severity = none
# RS1040: This call to 'SemanticModel.GetDeclaredSymbol()' will always return 'null'
dotnet_diagnostic.RS1040.severity = none
# RS1041: Compiler extensions should be implemented in assemblies targeting netstandard2.0
dotnet_diagnostic.RS1041.severity = none
# RS1042: Implementations of this interface are not allowed
dotnet_diagnostic.RS1042.severity = none