|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<RuleSet Name="New Rule Set" Description=" " ToolsVersion="10.0"> |
| 3 | + <Rules AnalyzerId="AsyncUsageAnalyzers" RuleNamespace="AsyncUsageAnalyzers"> |
| 4 | + <Rule Id="AvoidAsyncSuffix" Action="Error" /> |
| 5 | + <Rule Id="AvoidAsyncVoid" Action="Error" /> |
| 6 | + <Rule Id="UseAsyncSuffix" Action="Error" /> |
| 7 | + <Rule Id="UseConfigureAwait" Action="Error" /> |
| 8 | + </Rules> |
| 9 | + |
| 10 | + <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed"> |
| 11 | + <Rule Id="CA1001" Action="Warning" /> |
| 12 | + <Rule Id="CA1009" Action="Warning" /> |
| 13 | + <Rule Id="CA1016" Action="Warning" /> |
| 14 | + <Rule Id="CA1033" Action="Warning" /> |
| 15 | + <Rule Id="CA1049" Action="Warning" /> |
| 16 | + <Rule Id="CA1060" Action="Warning" /> |
| 17 | + <Rule Id="CA1061" Action="Warning" /> |
| 18 | + <Rule Id="CA1063" Action="Warning" /> |
| 19 | + <Rule Id="CA1065" Action="Warning" /> |
| 20 | + <Rule Id="CA1301" Action="Warning" /> |
| 21 | + <Rule Id="CA1400" Action="Warning" /> |
| 22 | + <Rule Id="CA1401" Action="Warning" /> |
| 23 | + <Rule Id="CA1403" Action="Warning" /> |
| 24 | + <Rule Id="CA1404" Action="Warning" /> |
| 25 | + <Rule Id="CA1405" Action="Warning" /> |
| 26 | + <Rule Id="CA1410" Action="Warning" /> |
| 27 | + <Rule Id="CA1415" Action="Warning" /> |
| 28 | + <Rule Id="CA1821" Action="Warning" /> |
| 29 | + <Rule Id="CA1900" Action="Warning" /> |
| 30 | + <Rule Id="CA1901" Action="Warning" /> |
| 31 | + <Rule Id="CA2002" Action="Warning" /> |
| 32 | + <Rule Id="CA2100" Action="Warning" /> |
| 33 | + <Rule Id="CA2101" Action="Warning" /> |
| 34 | + <Rule Id="CA2108" Action="Warning" /> |
| 35 | + <Rule Id="CA2111" Action="Warning" /> |
| 36 | + <Rule Id="CA2112" Action="Warning" /> |
| 37 | + <Rule Id="CA2114" Action="Warning" /> |
| 38 | + <Rule Id="CA2116" Action="Warning" /> |
| 39 | + <Rule Id="CA2117" Action="Warning" /> |
| 40 | + <Rule Id="CA2122" Action="Warning" /> |
| 41 | + <Rule Id="CA2123" Action="Warning" /> |
| 42 | + <Rule Id="CA2124" Action="Warning" /> |
| 43 | + <Rule Id="CA2126" Action="Warning" /> |
| 44 | + <Rule Id="CA2131" Action="Warning" /> |
| 45 | + <Rule Id="CA2132" Action="Warning" /> |
| 46 | + <Rule Id="CA2133" Action="Warning" /> |
| 47 | + <Rule Id="CA2134" Action="Warning" /> |
| 48 | + <Rule Id="CA2137" Action="Warning" /> |
| 49 | + <Rule Id="CA2138" Action="Warning" /> |
| 50 | + <Rule Id="CA2140" Action="Warning" /> |
| 51 | + <Rule Id="CA2141" Action="Warning" /> |
| 52 | + <Rule Id="CA2146" Action="Warning" /> |
| 53 | + <Rule Id="CA2147" Action="Warning" /> |
| 54 | + <Rule Id="CA2149" Action="Warning" /> |
| 55 | + <Rule Id="CA2200" Action="Warning" /> |
| 56 | + <Rule Id="CA2202" Action="Warning" /> |
| 57 | + <Rule Id="CA2207" Action="Warning" /> |
| 58 | + <Rule Id="CA2212" Action="Warning" /> |
| 59 | + <Rule Id="CA2213" Action="Warning" /> |
| 60 | + <Rule Id="CA2214" Action="Warning" /> |
| 61 | + <Rule Id="CA2216" Action="Warning" /> |
| 62 | + <Rule Id="CA2220" Action="Warning" /> |
| 63 | + <Rule Id="CA2229" Action="Warning" /> |
| 64 | + <Rule Id="CA2231" Action="Warning" /> |
| 65 | + <Rule Id="CA2232" Action="Warning" /> |
| 66 | + <Rule Id="CA2235" Action="Warning" /> |
| 67 | + <Rule Id="CA2236" Action="Warning" /> |
| 68 | + <Rule Id="CA2237" Action="Warning" /> |
| 69 | + <Rule Id="CA2238" Action="Warning" /> |
| 70 | + <Rule Id="CA2240" Action="Warning" /> |
| 71 | + <Rule Id="CA2241" Action="Warning" /> |
| 72 | + <Rule Id="CA2242" Action="Warning" /> |
| 73 | + </Rules> |
| 74 | + |
| 75 | + <Rules AnalyzerId="StyleCop.Analyzers" RuleNamespace="StyleCop.Analyzers"> |
| 76 | + <Rule Id="SA1000" Action="Error" /> |
| 77 | + <Rule Id="SA1001" Action="Error" /> |
| 78 | + <Rule Id="SA0001" Action="None" /> |
| 79 | + <!-- Restore after C# 7 support is added --> |
| 80 | + <Rule Id="SA1008" Action="None" /> |
| 81 | + <Rule Id="SA1021" Action="Error" /> |
| 82 | + <Rule Id="SA1022" Action="Error" /> |
| 83 | + <Rule Id="SA1100" Action="Error" /> |
| 84 | + <Rule Id="SA1101" Action="None"/> |
| 85 | + <Rule Id="SA1106" Action="Error" /> |
| 86 | + <Rule Id="SA1111" Action="Error" /> |
| 87 | + <Rule Id="SA1112" Action="Error" /> |
| 88 | + <Rule Id="SA1119" Action="Error" /> |
| 89 | + <Rule Id="SA1121" Action="Error" /> |
| 90 | + <Rule Id="SA1122" Action="Error" /> |
| 91 | + <Rule Id="SA1133" Action="Error" /> |
| 92 | + <Rule Id="SA1201" Action="None"/> |
| 93 | + <Rule Id="SA1202" Action="None"/> |
| 94 | + <Rule Id="SA1204" Action="None"/> |
| 95 | + <Rule Id="SA1300" Action="Error" /> |
| 96 | + <Rule Id="SA1302" Action="Error" /> |
| 97 | + <Rule Id="SA1303" Action="Error" /> |
| 98 | + <Rule Id="SA1304" Action="Error" /> |
| 99 | + <Rule Id="SA1305" Action="Warning" /> |
| 100 | + <Rule Id="SA1309" Action="None" /> |
| 101 | + <Rule Id="SA1311" Action="Error" /> |
| 102 | + <Rule Id="SA1400" Action="Error" /> |
| 103 | + <Rule Id="SA1401" Action="Error" /> |
| 104 | + <Rule Id="SA1402" Action="Error" /> |
| 105 | + <Rule Id="SA1403" Action="Error" /> |
| 106 | + <Rule Id="SA1404" Action="Error" /> |
| 107 | + <Rule Id="SA1405" Action="Error" /> |
| 108 | + <Rule Id="SA1406" Action="Error" /> |
| 109 | + <Rule Id="SA1407" Action="Error" /> |
| 110 | + <Rule Id="SA1408" Action="Error" /> |
| 111 | + <Rule Id="SA1410" Action="Error" /> |
| 112 | + <Rule Id="SA1411" Action="Error" /> |
| 113 | + <Rule Id="SA1412" Action="Warning" /> |
| 114 | + <Rule Id="SA1503" Action="Error" /> |
| 115 | + <Rule Id="SA1512" Action="None" /> |
| 116 | + <Rule Id="SA1515" Action="None" /> |
| 117 | + <Rule Id="SA1603" Action="Error" /> |
| 118 | + <Rule Id="SA1609" Action="Warning" /> |
| 119 | + <Rule Id="SA1636" Action="Error" /> |
| 120 | + <Rule Id="SA1642" Action="Error" /> |
| 121 | + <Rule Id="SA1643" Action="Error" /> |
| 122 | + |
| 123 | + <!-- Not required for samples --> |
| 124 | + <Rule Id="SA1600" Action="None" /> |
| 125 | + <Rule Id="SA1633" Action="None" /> <!-- Back to Error after MSBuild bug fix (.NET Core 2.0) --> |
| 126 | + </Rules> |
| 127 | +</RuleSet> |
0 commit comments