analysislevel_3_3_3_recommended.globalconfig 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # NOTE: Requires **VS2019 16.7** or later
  2. # Rules from '3.3.3' release with 'Recommended' analysis mode
  3. # Description: Rules with enabled-by-default state from '3.3.3' release with 'Recommended' analysis mode. Rules that are first released in a version later than '3.3.3' are disabled.
  4. is_global = true
  5. global_level = -100
  6. # RS1009: Only internal implementations of this interface are allowed
  7. dotnet_diagnostic.RS1009.severity = warning
  8. # RS1035: Do not use APIs banned for analyzers
  9. dotnet_diagnostic.RS1035.severity = none
  10. # RS1036: Specify analyzer banned API enforcement setting
  11. dotnet_diagnostic.RS1036.severity = none
  12. # RS1037: Add "CompilationEnd" custom tag to compilation end diagnostic descriptor
  13. dotnet_diagnostic.RS1037.severity = none
  14. # RS1038: Compiler extensions should be implemented in assemblies with compiler-provided references
  15. dotnet_diagnostic.RS1038.severity = none
  16. # RS1039: This call to 'SemanticModel.GetDeclaredSymbol()' will always return 'null'
  17. dotnet_diagnostic.RS1039.severity = none
  18. # RS1040: This call to 'SemanticModel.GetDeclaredSymbol()' will always return 'null'
  19. dotnet_diagnostic.RS1040.severity = none
  20. # RS1041: Compiler extensions should be implemented in assemblies targeting netstandard2.0
  21. dotnet_diagnostic.RS1041.severity = none
  22. # RS1042: Implementations of this interface are not allowed
  23. dotnet_diagnostic.RS1042.severity = none