1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<RuleSet Name =" Rules for AsyncUsageAnalyzers" Description =" Code analysis rules for AsyncUsageAnalyzers.csproj." ToolsVersion =" 15.0" >
3
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" />
4
+ <Rule Id =" UseConfigureAwait" Action =" Warning" />
8
5
</Rules >
9
6
<Rules AnalyzerId =" Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace =" Microsoft.Rules.Managed" >
10
7
<Rule Id =" CA1001" Action =" Warning" />
74
71
<Rule Id =" IDE0003" Action =" None" />
75
72
</Rules >
76
73
<Rules AnalyzerId =" StyleCop.Analyzers" RuleNamespace =" StyleCop.Analyzers" >
77
- <Rule Id =" SA1000" Action =" Error" />
78
- <Rule Id =" SA1001" Action =" Error" />
79
- <Rule Id =" SA1021" Action =" Error" />
80
- <Rule Id =" SA1022" Action =" Error" />
81
- <Rule Id =" SA1100" Action =" Error" />
82
- <Rule Id =" SA1101" Action =" Error" />
83
- <Rule Id =" SA1106" Action =" Error" />
84
- <Rule Id =" SA1111" Action =" Error" />
85
- <Rule Id =" SA1112" Action =" Error" />
86
- <Rule Id =" SA1119" Action =" Error" />
87
- <Rule Id =" SA1121" Action =" Error" />
88
- <Rule Id =" SA1122" Action =" Error" />
89
- <Rule Id =" SA1133" Action =" Error" />
90
- <Rule Id =" SA1300" Action =" Error" />
91
- <Rule Id =" SA1302" Action =" Error" />
92
- <Rule Id =" SA1303" Action =" Error" />
93
- <Rule Id =" SA1304" Action =" Error" />
94
74
<Rule Id =" SA1305" Action =" Warning" />
95
- <Rule Id =" SA1309" Action =" Error" />
96
- <Rule Id =" SA1311" Action =" Error" />
97
- <Rule Id =" SA1400" Action =" Error" />
98
- <Rule Id =" SA1401" Action =" Error" />
99
- <Rule Id =" SA1402" Action =" Error" />
100
- <Rule Id =" SA1403" Action =" Error" />
101
- <Rule Id =" SA1404" Action =" Error" />
102
- <Rule Id =" SA1405" Action =" Error" />
103
- <Rule Id =" SA1406" Action =" Error" />
104
- <Rule Id =" SA1407" Action =" Error" />
105
- <Rule Id =" SA1408" Action =" Error" />
106
- <Rule Id =" SA1410" Action =" Error" />
107
- <Rule Id =" SA1411" Action =" Error" />
108
75
<Rule Id =" SA1412" Action =" Warning" />
109
76
<Rule Id =" SA1600" Action =" None" />
110
- <Rule Id =" SA1603" Action =" Error" />
111
77
<Rule Id =" SA1609" Action =" Warning" />
112
- <Rule Id =" SA1633" Action =" Error" />
113
- <Rule Id =" SA1636" Action =" Error" />
114
- <Rule Id =" SA1642" Action =" Error" />
115
- <Rule Id =" SA1643" Action =" Error" />
116
78
</Rules >
117
79
</RuleSet >
0 commit comments