| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?xml version="1.0" encoding="utf-8"?>
- <RuleSet Name="MongoDB Rule Set" Description="The rule set for the newer projects." ToolsVersion="14.0">
- <Rules AnalyzerId="AsyncUsageAnalyzers" RuleNamespace="AsyncUsageAnalyzers">
- <Rule Id="UseConfigureAwait" Action="Warning" />
- </Rules>
- <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
- <Rule Id="AD0001" Action="None" />
- <Rule Id="CA1000" Action="None" />
- <Rule Id="CA1001" Action="Warning" />
- <Rule Id="CA1009" Action="Warning" />
- <Rule Id="CA1010" Action="None" />
- <Rule Id="CA1016" Action="Warning" />
- <Rule Id="CA1032" Action="None" />
- <Rule Id="CA1033" Action="Warning" />
- <Rule Id="CA1034" Action="None" />
- <Rule Id="CA1036" Action="None" />
- <Rule Id="CA1049" Action="Warning" />
- <Rule Id="CA1052" Action="None" />
- <Rule Id="CA1054" Action="None" />
- <Rule Id="CA1056" Action="None" />
- <Rule Id="CA1060" Action="Warning" />
- <Rule Id="CA1061" Action="None" />
- <Rule Id="CA1063" Action="None" />
- <Rule Id="CA1065" Action="Warning" />
- <Rule Id="CA1067" Action="None" />
- <Rule Id="CA1200" Action="None" />
- <Rule Id="CA1301" Action="Warning" />
- <Rule Id="CA1304" Action="None" />
- <Rule Id="CA1305" Action="None" />
- <Rule Id="CA1307" Action="None" />
- <Rule Id="CA1308" Action="None" />
- <Rule Id="CA1400" Action="Warning" />
- <Rule Id="CA1401" Action="Warning" />
- <Rule Id="CA1403" Action="Warning" />
- <Rule Id="CA1404" Action="Warning" />
- <Rule Id="CA1405" Action="Warning" />
- <Rule Id="CA1410" Action="Warning" />
- <Rule Id="CA1415" Action="Warning" />
- <Rule Id="CA1507" Action="None" />
- <Rule Id="CA1707" Action="None" />
- <Rule Id="CA1710" Action="None" />
- <Rule Id="CA1716" Action="None" />
- <Rule Id="CA1720" Action="None" />
- <Rule Id="CA1801" Action="None" />
- <Rule Id="CA1802" Action="None" />
- <Rule Id="CA1806" Action="None" />
- <Rule Id="CA1810" Action="None" />
- <Rule Id="CA1814" Action="None" />
- <Rule Id="CA1815" Action="None" />
- <Rule Id="CA1816" Action="None" />
- <Rule Id="CA1819" Action="None" />
- <Rule Id="CA1820" Action="None" />
- <Rule Id="CA1821" Action="Warning" />
- <Rule Id="CA1822" Action="None" />
- <Rule Id="CA1823" Action="None" />
- <Rule Id="CA1825" Action="None" />
- <Rule Id="CA1826" Action="None" />
- <Rule Id="CA1900" Action="Warning" />
- <Rule Id="CA1901" Action="Warning" />
- <Rule Id="CA2002" Action="Warning" />
- <Rule Id="CA2008" Action="None" />
- <Rule Id="CA2100" Action="Warning" />
- <Rule Id="CA2101" Action="Warning" />
- <Rule Id="CA2108" Action="Warning" />
- <Rule Id="CA2111" Action="Warning" />
- <Rule Id="CA2112" Action="Warning" />
- <Rule Id="CA2114" Action="Warning" />
- <Rule Id="CA2116" Action="Warning" />
- <Rule Id="CA2117" Action="Warning" />
- <Rule Id="CA2122" Action="Warning" />
- <Rule Id="CA2123" Action="Warning" />
- <Rule Id="CA2124" Action="Warning" />
- <Rule Id="CA2126" Action="Warning" />
- <Rule Id="CA2131" Action="Warning" />
- <Rule Id="CA2132" Action="Warning" />
- <Rule Id="CA2133" Action="Warning" />
- <Rule Id="CA2134" Action="Warning" />
- <Rule Id="CA2137" Action="Warning" />
- <Rule Id="CA2138" Action="Warning" />
- <Rule Id="CA2140" Action="Warning" />
- <Rule Id="CA2141" Action="Warning" />
- <Rule Id="CA2146" Action="Warning" />
- <Rule Id="CA2147" Action="Warning" />
- <Rule Id="CA2149" Action="Warning" />
- <Rule Id="CA2200" Action="Warning" />
- <Rule Id="CA2202" Action="Warning" />
- <Rule Id="CA2207" Action="Warning" />
- <Rule Id="CA2208" Action="None" />
- <Rule Id="CA2212" Action="Warning" />
- <Rule Id="CA2213" Action="Warning" />
- <Rule Id="CA2214" Action="Warning" />
- <Rule Id="CA2216" Action="Warning" />
- <Rule Id="CA2219" Action="None" />
- <Rule Id="CA2220" Action="Warning" />
- <Rule Id="CA2225" Action="None" />
- <Rule Id="CA2229" Action="None" />
- <Rule Id="CA2231" Action="Warning" />
- <Rule Id="CA2232" Action="Warning" />
- <Rule Id="CA2235" Action="None" />
- <Rule Id="CA2236" Action="Warning" />
- <Rule Id="CA2237" Action="Warning" />
- <Rule Id="CA2238" Action="Warning" />
- <Rule Id="CA2240" Action="Warning" />
- <Rule Id="CA2241" Action="Warning" />
- <Rule Id="CA2242" Action="Warning" />
- <Rule Id="CA5350" Action="None" />
- <Rule Id="CA5351" Action="None" />
- </Rules>
- </RuleSet>
|