WinSCPnet.ruleset 406 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RuleSet Name="WinSCP rules (subset of Microsoft All Rules)" ToolsVersion="14.0">
  3. <IncludeAll Action="Warning" />
  4. <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
  5. <Rule Id="CA1026" Action="None" />
  6. <Rule Id="CA1704" Action="None" />
  7. <Rule Id="CA2204" Action="None" />
  8. </Rules>
  9. </RuleSet>