analysislevelmicrosoftcodeanalysisdesign_3_3_none.globalconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. # NOTE: Requires **VS2019 16.7** or later
  2. # 'MicrosoftCodeAnalysisDesign' Rules from '3.3.0' release with 'None' analysis mode
  3. # Description: 'MicrosoftCodeAnalysisDesign' 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 = -99
  6. # RS1017: DiagnosticId for analyzers must be a non-null constant
  7. dotnet_diagnostic.RS1017.severity = none
  8. # RS1018: DiagnosticId for analyzers must be in specified format
  9. dotnet_diagnostic.RS1018.severity = none
  10. # RS1019: DiagnosticId must be unique across analyzers
  11. dotnet_diagnostic.RS1019.severity = none
  12. # RS1021: Invalid entry in analyzer category and diagnostic ID range specification file
  13. dotnet_diagnostic.RS1021.severity = none
  14. # RS1029: Do not use reserved diagnostic IDs
  15. dotnet_diagnostic.RS1029.severity = none
  16. # RS1031: Define diagnostic title correctly
  17. dotnet_diagnostic.RS1031.severity = none
  18. # RS1032: Define diagnostic message correctly
  19. dotnet_diagnostic.RS1032.severity = none
  20. # RS1033: Define diagnostic description correctly
  21. dotnet_diagnostic.RS1033.severity = none
  22. # RS1037: Add "CompilationEnd" custom tag to compilation end diagnostic descriptor
  23. dotnet_diagnostic.RS1037.severity = none