This repository was archived by the owner on Nov 8, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <RuleSet Name =" Rules for AsyncUsageAnalyzers internal-only projects" Description =" Code analysis rules for AsyncUsageAnalyzers internal-only projects." ToolsVersion =" 14 .0" >
2
+ <RuleSet Name =" Rules for AsyncUsageAnalyzers internal-only projects" Description =" Code analysis rules for AsyncUsageAnalyzers internal-only projects." ToolsVersion =" 15 .0" >
3
3
<Include Path =" AsyncUsageAnalyzers.ruleset" Action =" Default" />
4
4
<Rules AnalyzerId =" Microsoft.CodeAnalysis.CSharp" RuleNamespace =" Microsoft.CodeAnalysis.CSharp" >
5
5
<Rule Id =" CS1573" Action =" Hidden" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <RuleSet Name =" Rules for AsyncUsageAnalyzers" Description =" Code analysis rules for AsyncUsageAnalyzers.csproj." ToolsVersion =" 14 .0" >
2
+ <RuleSet Name =" Rules for AsyncUsageAnalyzers" Description =" Code analysis rules for AsyncUsageAnalyzers.csproj." ToolsVersion =" 15 .0" >
3
3
<Rules AnalyzerId =" AsyncUsageAnalyzers" RuleNamespace =" AsyncUsageAnalyzers" >
4
4
<Rule Id =" AvoidAsyncSuffix" Action =" Error" />
5
5
<Rule Id =" AvoidAsyncVoid" Action =" Error" />
70
70
<Rule Id =" CA2241" Action =" Warning" />
71
71
<Rule Id =" CA2242" Action =" Warning" />
72
72
</Rules >
73
+ <Rules AnalyzerId =" Microsoft.CodeAnalysis.CSharp" RuleNamespace =" Microsoft.CodeAnalysis.CSharp" >
74
+ <Rule Id =" AD0001" Action =" None" />
75
+ </Rules >
73
76
<Rules AnalyzerId =" Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace =" Microsoft.CodeAnalysis.CSharp.Features" >
74
77
<Rule Id =" IDE0003" Action =" None" />
75
78
</Rules >
You can’t perform that action at this time.
0 commit comments