analysislevelmicrosoftcodeanalysiscompatibility_3_3_recommended.globalconfig 617 B

123456789101112131415
  1. # NOTE: Requires **VS2019 16.7** or later
  2. # 'MicrosoftCodeAnalysisCompatibility' Rules from '3.3.0' release with 'Recommended' analysis mode
  3. # Description: 'MicrosoftCodeAnalysisCompatibility' Rules with enabled-by-default state from '3.3.0' release with 'Recommended' 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. # RS1009: Only internal implementations of this interface are allowed
  7. dotnet_diagnostic.RS1009.severity = warning
  8. # RS1042: Implementations of this interface are not allowed
  9. dotnet_diagnostic.RS1042.severity = none