analysislevelmicrosoftcodeanalysisperformance_4_3_none.globalconfig 788 B

123456789101112131415161718192021
  1. # NOTE: Requires **VS2019 16.7** or later
  2. # 'MicrosoftCodeAnalysisPerformance' Rules from '4.3' release with 'None' analysis mode
  3. # Description: 'MicrosoftCodeAnalysisPerformance' Rules with enabled-by-default state from '4.3' release with 'None' analysis mode. Rules that are first released in a version later than '4.3' are disabled.
  4. is_global = true
  5. global_level = -99
  6. # RS1008: Avoid storing per-compilation data into the fields of a diagnostic analyzer
  7. dotnet_diagnostic.RS1008.severity = none
  8. # RS1012: Start action has no registered actions
  9. dotnet_diagnostic.RS1012.severity = none
  10. # RS1013: Start action has no registered non-end actions
  11. dotnet_diagnostic.RS1013.severity = none
  12. # RS1034: Prefer 'IsKind' for checking syntax kinds
  13. dotnet_diagnostic.RS1034.severity = none