Test.ruleset 274 B

123456
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RuleSet Name="New Rule Set" Description=" " ToolsVersion="10.0">
  3. <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
  4. <Rule Id="CA2212" Action="Warning" />
  5. </Rules>
  6. </RuleSet>