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 11<?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" >
33 <Include Path =" AsyncUsageAnalyzers.ruleset" Action =" Default" />
44 <Rules AnalyzerId =" Microsoft.CodeAnalysis.CSharp" RuleNamespace =" Microsoft.CodeAnalysis.CSharp" >
55 <Rule Id =" CS1573" Action =" Hidden" />
Original file line number Diff line number Diff line change 11<?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" >
33 <Rules AnalyzerId =" AsyncUsageAnalyzers" RuleNamespace =" AsyncUsageAnalyzers" >
44 <Rule Id =" AvoidAsyncSuffix" Action =" Error" />
55 <Rule Id =" AvoidAsyncVoid" Action =" Error" />
7070 <Rule Id =" CA2241" Action =" Warning" />
7171 <Rule Id =" CA2242" Action =" Warning" />
7272 </Rules >
73+ <Rules AnalyzerId =" Microsoft.CodeAnalysis.CSharp" RuleNamespace =" Microsoft.CodeAnalysis.CSharp" >
74+ <Rule Id =" AD0001" Action =" None" />
75+ </Rules >
7376 <Rules AnalyzerId =" Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace =" Microsoft.CodeAnalysis.CSharp.Features" >
7477 <Rule Id =" IDE0003" Action =" None" />
7578 </Rules >
You can’t perform that action at this time.
0 commit comments