Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
改变 8305 规则
Browse files Browse the repository at this point in the history
  • Loading branch information
Richasy committed Jun 24, 2022
1 parent c823f24 commit aa26636
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions App.ruleset
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
<Rule Id="CA2241" Action="Warning" />
<Rule Id="CA2242" Action="Warning" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp" RuleNamespace="Microsoft.CodeAnalysis.CSharp">
<Rule Id="CS8305" Action="None" />
</Rules>
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
<Rule Id="IDE0005" Action="Warning" />
<Rule Id="IDE0044" Action="Warning" />
Expand Down

0 comments on commit aa26636

Please sign in to comment.