Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Test.ruleset « Source « NET « Rx - github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0761dee875e653a2fb6a6a0c7ba5f6c4d5107bac (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="New Rule Set" Description=" " ToolsVersion="10.0">
  <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
    <Rule Id="CA2212" Action="Warning" />
  </Rules>
</RuleSet>