analysislevel_3_3_none.globalconfig 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. # NOTE: Requires **VS2019 16.7** or later
  2. # Rules from '3.3.0' release with 'None' analysis mode
  3. # Description: Rules with enabled-by-default state from '3.3.0' release with 'None' analysis mode. Rules that are first released in a version later than '3.3.0' are disabled.
  4. is_global = true
  5. global_level = -100
  6. # RS1001: Missing diagnostic analyzer attribute
  7. dotnet_diagnostic.RS1001.severity = none
  8. # RS1002: Missing kind argument when registering an analyzer action
  9. dotnet_diagnostic.RS1002.severity = none
  10. # RS1003: Unsupported SymbolKind argument when registering a symbol analyzer action
  11. dotnet_diagnostic.RS1003.severity = none
  12. # RS1004: Recommend adding language support to diagnostic analyzer
  13. dotnet_diagnostic.RS1004.severity = none
  14. # RS1005: ReportDiagnostic invoked with an unsupported DiagnosticDescriptor
  15. dotnet_diagnostic.RS1005.severity = none
  16. # RS1006: Invalid type argument for DiagnosticAnalyzer's Register method
  17. dotnet_diagnostic.RS1006.severity = none
  18. # RS1008: Avoid storing per-compilation data into the fields of a diagnostic analyzer
  19. dotnet_diagnostic.RS1008.severity = none
  20. # RS1009: Only internal implementations of this interface are allowed
  21. dotnet_diagnostic.RS1009.severity = none
  22. # RS1010: Create code actions should have a unique EquivalenceKey for FixAll occurrences support
  23. dotnet_diagnostic.RS1010.severity = none
  24. # RS1011: Use code actions that have a unique EquivalenceKey for FixAll occurrences support
  25. dotnet_diagnostic.RS1011.severity = none
  26. # RS1012: Start action has no registered actions
  27. dotnet_diagnostic.RS1012.severity = none
  28. # RS1013: Start action has no registered non-end actions
  29. dotnet_diagnostic.RS1013.severity = none
  30. # RS1014: Do not ignore values returned by methods on immutable objects
  31. dotnet_diagnostic.RS1014.severity = none
  32. # RS1016: Code fix providers should provide FixAll support
  33. dotnet_diagnostic.RS1016.severity = none
  34. # RS1017: DiagnosticId for analyzers must be a non-null constant
  35. dotnet_diagnostic.RS1017.severity = none
  36. # RS1018: DiagnosticId for analyzers must be in specified format
  37. dotnet_diagnostic.RS1018.severity = none
  38. # RS1019: DiagnosticId must be unique across analyzers
  39. dotnet_diagnostic.RS1019.severity = none
  40. # RS1021: Invalid entry in analyzer category and diagnostic ID range specification file
  41. dotnet_diagnostic.RS1021.severity = none
  42. # RS1022: Do not use types from Workspaces assembly in an analyzer
  43. dotnet_diagnostic.RS1022.severity = none
  44. # RS1023: Upgrade MSBuildWorkspace
  45. dotnet_diagnostic.RS1023.severity = none
  46. # RS1024: Symbols should be compared for equality
  47. dotnet_diagnostic.RS1024.severity = none
  48. # RS1025: Configure generated code analysis
  49. dotnet_diagnostic.RS1025.severity = none
  50. # RS1026: Enable concurrent execution
  51. dotnet_diagnostic.RS1026.severity = none
  52. # RS1027: Types marked with DiagnosticAnalyzerAttribute(s) should inherit from DiagnosticAnalyzer
  53. dotnet_diagnostic.RS1027.severity = none
  54. # RS1029: Do not use reserved diagnostic IDs
  55. dotnet_diagnostic.RS1029.severity = none
  56. # RS1030: Do not invoke Compilation.GetSemanticModel() method within a diagnostic analyzer
  57. dotnet_diagnostic.RS1030.severity = none
  58. # RS1031: Define diagnostic title correctly
  59. dotnet_diagnostic.RS1031.severity = none
  60. # RS1032: Define diagnostic message correctly
  61. dotnet_diagnostic.RS1032.severity = none
  62. # RS1033: Define diagnostic description correctly
  63. dotnet_diagnostic.RS1033.severity = none
  64. # RS1034: Prefer 'IsKind' for checking syntax kinds
  65. dotnet_diagnostic.RS1034.severity = none
  66. # RS1035: Do not use APIs banned for analyzers
  67. dotnet_diagnostic.RS1035.severity = none
  68. # RS1036: Specify analyzer banned API enforcement setting
  69. dotnet_diagnostic.RS1036.severity = none
  70. # RS1037: Add "CompilationEnd" custom tag to compilation end diagnostic descriptor
  71. dotnet_diagnostic.RS1037.severity = none
  72. # RS1038: Compiler extensions should be implemented in assemblies with compiler-provided references
  73. dotnet_diagnostic.RS1038.severity = none
  74. # RS1039: This call to 'SemanticModel.GetDeclaredSymbol()' will always return 'null'
  75. dotnet_diagnostic.RS1039.severity = none
  76. # RS1040: This call to 'SemanticModel.GetDeclaredSymbol()' will always return 'null'
  77. dotnet_diagnostic.RS1040.severity = none
  78. # RS1041: Compiler extensions should be implemented in assemblies targeting netstandard2.0
  79. dotnet_diagnostic.RS1041.severity = none
  80. # RS1042: Implementations of this interface are not allowed
  81. dotnet_diagnostic.RS1042.severity = none
  82. # RS2000: Add analyzer diagnostic IDs to analyzer release
  83. dotnet_diagnostic.RS2000.severity = none
  84. # RS2001: Ensure up-to-date entry for analyzer diagnostic IDs are added to analyzer release
  85. dotnet_diagnostic.RS2001.severity = none
  86. # RS2002: Do not add removed analyzer diagnostic IDs to unshipped analyzer release
  87. dotnet_diagnostic.RS2002.severity = none
  88. # RS2003: Shipped diagnostic IDs that are no longer reported should have an entry in the 'Removed Rules' table in unshipped file
  89. dotnet_diagnostic.RS2003.severity = none
  90. # RS2004: Diagnostic IDs marked as removed in analyzer release file should not be reported by analyzers
  91. dotnet_diagnostic.RS2004.severity = none
  92. # RS2005: Remove duplicate entries for diagnostic ID in the same analyzer release
  93. dotnet_diagnostic.RS2005.severity = none
  94. # RS2006: Remove duplicate entries for diagnostic ID between analyzer releases
  95. dotnet_diagnostic.RS2006.severity = none
  96. # RS2007: Invalid entry in analyzer release file
  97. dotnet_diagnostic.RS2007.severity = none
  98. # RS2008: Enable analyzer release tracking
  99. dotnet_diagnostic.RS2008.severity = none