analysislevelmicrosoftcodeanalysiscompatibility_4_3_minimum.globalconfig 606 B

123456789101112131415
  1. # NOTE: Requires **VS2019 16.7** or later
  2. # 'MicrosoftCodeAnalysisCompatibility' Rules from '4.3' release with 'Minimum' analysis mode
  3. # Description: 'MicrosoftCodeAnalysisCompatibility' Rules with enabled-by-default state from '4.3' release with 'Minimum' 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. # 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 = warning