-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
Add files via upload
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<!-- | ||
This item group adds any .editorconfig file present at the project root directory | ||
as an additional file. | ||
--> | ||
<ItemGroup Condition="'$(SkipDefaultEditorConfigAsAdditionalFile)' != 'true' And Exists('$(MSBuildProjectDirectory)\.editorconfig')" > | ||
<AdditionalFiles Include="$(MSBuildProjectDirectory)\.editorconfig" /> | ||
</ItemGroup> | ||
|
||
<!-- | ||
This property group prevents the rule ids implemented in this package to be bumped to errors when | ||
the 'CodeAnalysisTreatWarningsAsErrors' = 'false'. | ||
--> | ||
<PropertyGroup Condition="'$(CodeAnalysisTreatWarningsAsErrors)' == 'false'"> | ||
<WarningsNotAsErrors>$(WarningsNotAsErrors);CA1000;CA1001;CA1003;CA1008;CA1010;CA1012;CA1014;CA1016;CA1017;CA1018;CA1019;CA1024;CA1027;CA1028;CA1030;CA1031;CA1032;CA1033;CA1034;CA1036;CA1040;CA1041;CA1043;CA1044;CA1050;CA1051;CA1052;CA1054;CA1055;CA1056;CA1058;CA1060;CA1061;CA1062;CA1063;CA1064;CA1065;CA1066;CA1067;CA1068;CA1200;CA1303;CA1304;CA1305;CA1307;CA1308;CA1309;CA1401;CA1501;CA1502;CA1505;CA1506;CA1507;CA1508;CA1509;CA1707;CA1708;CA1710;CA1711;CA1712;CA1714;CA1715;CA1716;CA1717;CA1720;CA1721;CA1724;CA1725;CA1801;CA1802;CA1806;CA1810;CA1812;CA1813;CA1814;CA1815;CA1816;CA1819;CA1820;CA1821;CA1822;CA1823;CA1824;CA1825;CA1826;CA1827;CA1828;CA1829;CA2000;CA2002;CA2007;CA2008;CA2009;CA2010;CA2100;CA2101;CA2119;CA2153;CA2200;CA2201;CA2207;CA2208;CA2211;CA2213;CA2214;CA2216;CA2217;CA2218;CA2219;CA2224;CA2225;CA2226;CA2227;CA2229;CA2231;CA2234;CA2235;CA2237;CA2241;CA2242;CA2243;CA2244;CA2245;CA2246;CA2300;CA2301;CA2302;CA2305;CA2310;CA2311;CA2312;CA2315;CA2321;CA2322;CA2326;CA2327;CA2328;CA2329;CA2330;CA3001;CA3002;CA3003;CA3004;CA3005;CA3006;CA3007;CA3008;CA3009;CA3010;CA3011;CA3012;CA3061;CA3075;CA3076;CA3077;CA3147;CA5350;CA5351;CA5358;CA5359;CA5360;CA5361;CA5362;CA5363;CA5364;CA5365;CA5366;CA5367;CA5368;CA5369;CA5370;CA5371;CA5372;CA5373;CA5374;CA5375;CA5376;CA5377;CA5378;CA5379;CA5380;CA5381;CA5382;CA5383;CA5384;CA5385;CA5386;CA5387;CA5388;CA5389;CA5390;CA5391;CA5392;CA5393;CA5394;CA5395;CA5396;CA5397;CA5398;CA5399;CA5400;CA5401;CA5402;CA5403;CA9999</WarningsNotAsErrors> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Features>$(Features);flow-analysis</Features> | ||
</PropertyGroup> | ||
</Project> |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0"?> | ||
<RuleSet Name="Microsoft All Rules" Description="This rule set contains all rules. Running this rule set may result in a large number of warnings being reported. Use this rule set to get a comprehensive picture of all issues in your code. This can help you decide which of the more focused rule sets are most appropriate to run for your projects." ToolsVersion="10.0"> | ||
<Include Path="..\AllRulesEnabled.ruleset" Action="Default" /> | ||
</RuleSet> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0"?> | ||
<RuleSet Name="Microsoft Basic Correctness Rules" Description="These rules focus on logic errors and common mistakes made in the usage of framework APIs. Include this rule set to expand on the list of warnings reported by the minimum recommended rules." ToolsVersion="10.0"> | ||
<Include Path="minimumrecommendedrules.ruleset" Action="Default" /> | ||
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed"> | ||
<Rule Id="CA1008" Action="Warning" /> | ||
<Rule Id="CA1013" Action="Warning" /> | ||
<Rule Id="CA1303" Action="Warning" /> | ||
<Rule Id="CA1308" Action="Warning" /> | ||
<Rule Id="CA1806" Action="Warning" /> | ||
<Rule Id="CA1816" Action="Warning" /> | ||
<Rule Id="CA1819" Action="Warning" /> | ||
<Rule Id="CA1820" Action="Warning" /> | ||
<Rule Id="CA1903" Action="Warning" /> | ||
<Rule Id="CA2004" Action="Warning" /> | ||
<Rule Id="CA2006" Action="Warning" /> | ||
<Rule Id="CA2102" Action="Warning" /> | ||
<Rule Id="CA2104" Action="Warning" /> | ||
<Rule Id="CA2105" Action="Warning" /> | ||
<Rule Id="CA2106" Action="Warning" /> | ||
<Rule Id="CA2115" Action="Warning" /> | ||
<Rule Id="CA2119" Action="Warning" /> | ||
<Rule Id="CA2120" Action="Warning" /> | ||
<Rule Id="CA2121" Action="Warning" /> | ||
<Rule Id="CA2130" Action="Warning" /> | ||
<Rule Id="CA2205" Action="Warning" /> | ||
<Rule Id="CA2215" Action="Warning" /> | ||
<Rule Id="CA2221" Action="Warning" /> | ||
<Rule Id="CA2222" Action="Warning" /> | ||
<Rule Id="CA2223" Action="Warning" /> | ||
<Rule Id="CA2224" Action="Warning" /> | ||
<Rule Id="CA2226" Action="Warning" /> | ||
<Rule Id="CA2227" Action="Warning" /> | ||
<Rule Id="CA2231" Action="Warning" /> | ||
<Rule Id="CA2239" Action="Warning" /> | ||
</Rules> | ||
</RuleSet> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?xml version="1.0"?> | ||
<RuleSet Name="Microsoft Basic Design Guideline Rules" Description="These rules focus on enforcing best practices to make your code easy to understand and use. Include this rule set if your project includes library code or if you want to enforce best practices for easily maintainable code." ToolsVersion="10.0"> | ||
<Include Path="minimumrecommendedrules.ruleset" Action="Default" /> | ||
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed"> | ||
<Rule Id="CA1000" Action="Warning" /> | ||
<Rule Id="CA1002" Action="Warning" /> | ||
<Rule Id="CA1003" Action="Warning" /> | ||
<Rule Id="CA1004" Action="Warning" /> | ||
<Rule Id="CA1005" Action="Warning" /> | ||
<Rule Id="CA1006" Action="Warning" /> | ||
<Rule Id="CA1007" Action="Warning" /> | ||
<Rule Id="CA1008" Action="Warning" /> | ||
<Rule Id="CA1010" Action="Warning" /> | ||
<Rule Id="CA1011" Action="Warning" /> | ||
<Rule Id="CA1012" Action="Warning" /> | ||
<Rule Id="CA1013" Action="Warning" /> | ||
<Rule Id="CA1014" Action="Warning" /> | ||
<Rule Id="CA1017" Action="Warning" /> | ||
<Rule Id="CA1018" Action="Warning" /> | ||
<Rule Id="CA1019" Action="Warning" /> | ||
<Rule Id="CA1023" Action="Warning" /> | ||
<Rule Id="CA1024" Action="Warning" /> | ||
<Rule Id="CA1025" Action="Warning" /> | ||
<Rule Id="CA1026" Action="Warning" /> | ||
<Rule Id="CA1027" Action="Warning" /> | ||
<Rule Id="CA1028" Action="Warning" /> | ||
<Rule Id="CA1030" Action="Warning" /> | ||
<Rule Id="CA1031" Action="Warning" /> | ||
<Rule Id="CA1032" Action="Warning" /> | ||
<Rule Id="CA1034" Action="Warning" /> | ||
<Rule Id="CA1035" Action="Warning" /> | ||
<Rule Id="CA1036" Action="Warning" /> | ||
<Rule Id="CA1038" Action="Warning" /> | ||
<Rule Id="CA1039" Action="Warning" /> | ||
<Rule Id="CA1041" Action="Warning" /> | ||
<Rule Id="CA1043" Action="Warning" /> | ||
<Rule Id="CA1044" Action="Warning" /> | ||
<Rule Id="CA1046" Action="Warning" /> | ||
<Rule Id="CA1047" Action="Warning" /> | ||
<Rule Id="CA1048" Action="Warning" /> | ||
<Rule Id="CA1050" Action="Warning" /> | ||
<Rule Id="CA1051" Action="Warning" /> | ||
<Rule Id="CA1052" Action="Warning" /> | ||
<Rule Id="CA1053" Action="Warning" /> | ||
<Rule Id="CA1054" Action="Warning" /> | ||
<Rule Id="CA1055" Action="Warning" /> | ||
<Rule Id="CA1056" Action="Warning" /> | ||
<Rule Id="CA1057" Action="Warning" /> | ||
<Rule Id="CA1058" Action="Warning" /> | ||
<Rule Id="CA1059" Action="Warning" /> | ||
<Rule Id="CA1064" Action="Warning" /> | ||
<Rule Id="CA1500" Action="Warning" /> | ||
<Rule Id="CA1502" Action="Warning" /> | ||
<Rule Id="CA1708" Action="Warning" /> | ||
<Rule Id="CA1716" Action="Warning" /> | ||
<Rule Id="CA1801" Action="Warning" /> | ||
<Rule Id="CA1804" Action="Warning" /> | ||
<Rule Id="CA1809" Action="Warning" /> | ||
<Rule Id="CA1810" Action="Warning" /> | ||
<Rule Id="CA1811" Action="Warning" /> | ||
<Rule Id="CA1812" Action="Warning" /> | ||
<Rule Id="CA1813" Action="Warning" /> | ||
<Rule Id="CA1814" Action="Warning" /> | ||
<Rule Id="CA1815" Action="Warning" /> | ||
<Rule Id="CA1819" Action="Warning" /> | ||
<Rule Id="CA1820" Action="Warning" /> | ||
<Rule Id="CA1821" Action="Warning" /> | ||
<Rule Id="CA1822" Action="Warning" /> | ||
<Rule Id="CA1823" Action="Warning" /> | ||
<Rule Id="CA2201" Action="Warning" /> | ||
<Rule Id="CA2205" Action="Warning" /> | ||
<Rule Id="CA2208" Action="Warning" /> | ||
<Rule Id="CA2211" Action="Warning" /> | ||
<Rule Id="CA2217" Action="Warning" /> | ||
<Rule Id="CA2219" Action="Warning" /> | ||
<Rule Id="CA2221" Action="Warning" /> | ||
<Rule Id="CA2222" Action="Warning" /> | ||
<Rule Id="CA2223" Action="Warning" /> | ||
<Rule Id="CA2224" Action="Warning" /> | ||
<Rule Id="CA2225" Action="Warning" /> | ||
<Rule Id="CA2226" Action="Warning" /> | ||
<Rule Id="CA2227" Action="Warning" /> | ||
<Rule Id="CA2230" Action="Warning" /> | ||
<Rule Id="CA2231" Action="Warning" /> | ||
<Rule Id="CA2234" Action="Warning" /> | ||
<Rule Id="CA2239" Action="Warning" /> | ||
</Rules> | ||
</RuleSet> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<?xml version="1.0"?> | ||
<RuleSet Name="Microsoft Extended Correctness Rules" Description="These rules expand on the basic correctness rules to maximize the logic and framework usage errors that are reported. Extra emphasis is placed on specific scenarios such as COM interop and mobile applications. Consider including this rule set if one of these scenarios applies to your project or to find additional problems in your project." ToolsVersion="10.0"> | ||
<Include Path="basiccorrectnessrules.ruleset" Action="Default" /> | ||
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed"> | ||
<Rule Id="CA1032" Action="Warning" /> | ||
<Rule Id="CA1054" Action="Warning" /> | ||
<Rule Id="CA1055" Action="Warning" /> | ||
<Rule Id="CA1056" Action="Warning" /> | ||
<Rule Id="CA1057" Action="Warning" /> | ||
<Rule Id="CA1402" Action="Warning" /> | ||
<Rule Id="CA1406" Action="Warning" /> | ||
<Rule Id="CA1407" Action="Warning" /> | ||
<Rule Id="CA1408" Action="Warning" /> | ||
<Rule Id="CA1409" Action="Warning" /> | ||
<Rule Id="CA1411" Action="Warning" /> | ||
<Rule Id="CA1412" Action="Warning" /> | ||
<Rule Id="CA1413" Action="Warning" /> | ||
<Rule Id="CA1414" Action="Warning" /> | ||
<Rule Id="CA1600" Action="Warning" /> | ||
<Rule Id="CA1601" Action="Warning" /> | ||
<Rule Id="CA1821" Action="Warning" /> | ||
<Rule Id="CA1824" Action="Warning" /> | ||
<Rule Id="CA2001" Action="Warning" /> | ||
<Rule Id="CA2003" Action="Warning" /> | ||
<Rule Id="CA2135" Action="Warning" /> | ||
<Rule Id="CA2136" Action="Warning" /> | ||
<Rule Id="CA2139" Action="Warning" /> | ||
<Rule Id="CA2142" Action="Warning" /> | ||
<Rule Id="CA2143" Action="Warning" /> | ||
<Rule Id="CA2144" Action="Warning" /> | ||
<Rule Id="CA2145" Action="Warning" /> | ||
<Rule Id="CA2204" Action="Warning" /> | ||
<Rule Id="CA2211" Action="Warning" /> | ||
<Rule Id="CA2217" Action="Warning" /> | ||
<Rule Id="CA2218" Action="Warning" /> | ||
<Rule Id="CA2219" Action="Warning" /> | ||
<Rule Id="CA2225" Action="Warning" /> | ||
<Rule Id="CA2228" Action="Warning" /> | ||
<Rule Id="CA2230" Action="Warning" /> | ||
<Rule Id="CA2233" Action="Warning" /> | ||
<Rule Id="CA2234" Action="Warning" /> | ||
<Rule Id="CA2243" Action="Warning" /> | ||
</Rules> | ||
</RuleSet> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0"?> | ||
<RuleSet Name="Microsoft Extended Design Guideline Rules" Description="These rules expand on the basic design guideline rules to maximize the usability and maintainability issues that are reported. Extra emphasis is placed on naming guidelines. Consider including this rule set if your project includes library code or if you want to enforce the highest standards for writing maintainable code." ToolsVersion="10.0"> | ||
<Include Path="basicdesignguidelinerules.ruleset" Action="Default" /> | ||
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed"> | ||
<Rule Id="CA1020" Action="Warning" /> | ||
<Rule Id="CA1021" Action="Warning" /> | ||
<Rule Id="CA1040" Action="Warning" /> | ||
<Rule Id="CA1045" Action="Warning" /> | ||
<Rule Id="CA1062" Action="Warning" /> | ||
<Rule Id="CA1501" Action="Warning" /> | ||
<Rule Id="CA1504" Action="Warning" /> | ||
<Rule Id="CA1505" Action="Warning" /> | ||
<Rule Id="CA1506" Action="Warning" /> | ||
<Rule Id="CA1700" Action="Warning" /> | ||
<Rule Id="CA1701" Action="Warning" /> | ||
<Rule Id="CA1702" Action="Warning" /> | ||
<Rule Id="CA1703" Action="Warning" /> | ||
<Rule Id="CA1704" Action="Warning" /> | ||
<Rule Id="CA1707" Action="Warning" /> | ||
<Rule Id="CA1709" Action="Warning" /> | ||
<Rule Id="CA1710" Action="Warning" /> | ||
<Rule Id="CA1711" Action="Warning" /> | ||
<Rule Id="CA1712" Action="Warning" /> | ||
<Rule Id="CA1713" Action="Warning" /> | ||
<Rule Id="CA1714" Action="Warning" /> | ||
<Rule Id="CA1715" Action="Warning" /> | ||
<Rule Id="CA1717" Action="Warning" /> | ||
<Rule Id="CA1719" Action="Warning" /> | ||
<Rule Id="CA1720" Action="Warning" /> | ||
<Rule Id="CA1721" Action="Warning" /> | ||
<Rule Id="CA1722" Action="Warning" /> | ||
<Rule Id="CA1724" Action="Warning" /> | ||
<Rule Id="CA1725" Action="Warning" /> | ||
<Rule Id="CA1726" Action="Warning" /> | ||
<Rule Id="CA2204" Action="Warning" /> | ||
</Rules> | ||
</RuleSet> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0"?> | ||
<RuleSet Name="Microsoft Globalization Rules" Description="These rules focus on problems that prevent data in your application from displaying correctly when used in different languages, locales, and cultures. Include this rule set if your application is localized and/or globalized." ToolsVersion="10.0"> | ||
<Include Path="..\AllRulesDisabled.ruleset" Action="Default" /> | ||
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed"> | ||
<Rule Id="CA1300" Action="Warning" /> | ||
<Rule Id="CA1301" Action="Warning" /> | ||
<Rule Id="CA1302" Action="Warning" /> | ||
<Rule Id="CA1303" Action="Warning" /> | ||
<Rule Id="CA1304" Action="Warning" /> | ||
<Rule Id="CA1305" Action="Warning" /> | ||
<Rule Id="CA1306" Action="Warning" /> | ||
<Rule Id="CA1307" Action="Warning" /> | ||
<Rule Id="CA1308" Action="Warning" /> | ||
<Rule Id="CA1309" Action="Warning" /> | ||
<Rule Id="CA2101" Action="Warning" /> | ||
</Rules> | ||
</RuleSet> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0"?> | ||
<RuleSet Name="Microsoft Managed Minimum Rules" Description="These rules focus on the most critical problems in your code for which Code Analysis is the most accurate. These rules are small in number and they are intended only to run in limited Visual Studio editions. Use MinimumRecommendedRules.ruleset with other Visual Studio editions." ToolsVersion="10.0"> | ||
<Include Path="..\AllRulesDisabled.ruleset" Action="Default" /> | ||
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed"> | ||
<Rule Id="CA1001" Action="Warning" /> | ||
<Rule Id="CA1821" Action="Warning" /> | ||
<Rule Id="CA2213" Action="Warning" /> | ||
<Rule Id="CA2231" Action="Warning" /> | ||
</Rules> | ||
</RuleSet> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<?xml version="1.0"?> | ||
<RuleSet Name="Microsoft Managed Recommended Rules" Description="These rules focus on the most critical problems in your code, including potential security holes, application crashes, and other important logic and design errors. It is recommended to include this rule set in any custom rule set you create for your projects." ToolsVersion="10.0"> | ||
<Include Path="..\AllRulesDisabled.ruleset" Action="Default" /> | ||
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed"> | ||
<Rule Id="CA1001" Action="Warning" /> | ||
<Rule Id="CA1009" Action="Warning" /> | ||
<Rule Id="CA1016" Action="Warning" /> | ||
<Rule Id="CA1033" Action="Warning" /> | ||
<Rule Id="CA1049" Action="Warning" /> | ||
<Rule Id="CA1060" Action="Warning" /> | ||
<Rule Id="CA1061" Action="Warning" /> | ||
<Rule Id="CA1063" Action="Warning" /> | ||
<Rule Id="CA1065" Action="Warning" /> | ||
<Rule Id="CA1301" Action="Warning" /> | ||
<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="CA1821" Action="Warning" /> | ||
<Rule Id="CA1900" Action="Warning" /> | ||
<Rule Id="CA1901" Action="Warning" /> | ||
<Rule Id="CA2002" Action="Warning" /> | ||
<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="CA2212" Action="Warning" /> | ||
<Rule Id="CA2213" Action="Warning" /> | ||
<Rule Id="CA2214" Action="Warning" /> | ||
<Rule Id="CA2216" Action="Warning" /> | ||
<Rule Id="CA2220" Action="Warning" /> | ||
<Rule Id="CA2229" Action="Warning" /> | ||
<Rule Id="CA2231" Action="Warning" /> | ||
<Rule Id="CA2232" Action="Warning" /> | ||
<Rule Id="CA2235" Action="Warning" /> | ||
<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" /> | ||
</Rules> | ||
</RuleSet> |