analysislevelmicrosoftcodeanalysiscompatibility_3_none.globalconfig 600 B

123456789101112131415
  1. # NOTE: Requires **VS2019 16.7** or later
  2. # 'MicrosoftCodeAnalysisCompatibility' Rules from '3.0.0' release with 'None' analysis mode
  3. # Description: 'MicrosoftCodeAnalysisCompatibility' Rules with enabled-by-default state from '3.0.0' release with 'None' analysis mode. Rules that are first released in a version later than '3.0.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 = none
  8. # RS1042: Implementations of this interface are not allowed
  9. dotnet_diagnostic.RS1042.severity = none