analysislevel_2_9_8_default.globalconfig 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # NOTE: Requires **VS2019 16.7** or later
  2. # Rules from '2.9.8' release with 'Default' analysis mode
  3. # Description: 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.
  4. is_global = true
  5. global_level = -100
  6. # RS1024: Symbols should be compared for equality
  7. dotnet_diagnostic.RS1024.severity = none
  8. # RS1025: Configure generated code analysis
  9. dotnet_diagnostic.RS1025.severity = none
  10. # RS1026: Enable concurrent execution
  11. dotnet_diagnostic.RS1026.severity = none
  12. # RS1027: Types marked with DiagnosticAnalyzerAttribute(s) should inherit from DiagnosticAnalyzer
  13. dotnet_diagnostic.RS1027.severity = none
  14. # RS1029: Do not use reserved diagnostic IDs
  15. dotnet_diagnostic.RS1029.severity = none
  16. # RS1030: Do not invoke Compilation.GetSemanticModel() method within a diagnostic analyzer
  17. dotnet_diagnostic.RS1030.severity = none
  18. # RS1031: Define diagnostic title correctly
  19. dotnet_diagnostic.RS1031.severity = none
  20. # RS1032: Define diagnostic message correctly
  21. dotnet_diagnostic.RS1032.severity = none
  22. # RS1033: Define diagnostic description correctly
  23. dotnet_diagnostic.RS1033.severity = none
  24. # RS1034: Prefer 'IsKind' for checking syntax kinds
  25. dotnet_diagnostic.RS1034.severity = none
  26. # RS1035: Do not use APIs banned for analyzers
  27. dotnet_diagnostic.RS1035.severity = none
  28. # RS1036: Specify analyzer banned API enforcement setting
  29. dotnet_diagnostic.RS1036.severity = none
  30. # RS1037: Add "CompilationEnd" custom tag to compilation end diagnostic descriptor
  31. dotnet_diagnostic.RS1037.severity = none
  32. # RS1038: Compiler extensions should be implemented in assemblies with compiler-provided references
  33. dotnet_diagnostic.RS1038.severity = none
  34. # RS1039: This call to 'SemanticModel.GetDeclaredSymbol()' will always return 'null'
  35. dotnet_diagnostic.RS1039.severity = none
  36. # RS1040: This call to 'SemanticModel.GetDeclaredSymbol()' will always return 'null'
  37. dotnet_diagnostic.RS1040.severity = none
  38. # RS1041: Compiler extensions should be implemented in assemblies targeting netstandard2.0
  39. dotnet_diagnostic.RS1041.severity = none
  40. # RS1042: Implementations of this interface are not allowed
  41. dotnet_diagnostic.RS1042.severity = none
  42. # RS2000: Add analyzer diagnostic IDs to analyzer release
  43. dotnet_diagnostic.RS2000.severity = none
  44. # RS2001: Ensure up-to-date entry for analyzer diagnostic IDs are added to analyzer release
  45. dotnet_diagnostic.RS2001.severity = none
  46. # RS2002: Do not add removed analyzer diagnostic IDs to unshipped analyzer release
  47. dotnet_diagnostic.RS2002.severity = none
  48. # RS2003: Shipped diagnostic IDs that are no longer reported should have an entry in the 'Removed Rules' table in unshipped file
  49. dotnet_diagnostic.RS2003.severity = none
  50. # RS2004: Diagnostic IDs marked as removed in analyzer release file should not be reported by analyzers
  51. dotnet_diagnostic.RS2004.severity = none
  52. # RS2005: Remove duplicate entries for diagnostic ID in the same analyzer release
  53. dotnet_diagnostic.RS2005.severity = none
  54. # RS2006: Remove duplicate entries for diagnostic ID between analyzer releases
  55. dotnet_diagnostic.RS2006.severity = none
  56. # RS2007: Invalid entry in analyzer release file
  57. dotnet_diagnostic.RS2007.severity = none
  58. # RS2008: Enable analyzer release tracking
  59. dotnet_diagnostic.RS2008.severity = none