mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 22:55:42 +00:00
🔨 Suppress IDE0008 in ruleset
This commit is contained in:
parent
11ffa43810
commit
b19a672411
@ -234,6 +234,10 @@
|
||||
<Rule Id="CA2243" Action="Warning" />
|
||||
<Rule Id="CA5122" Action="Warning" />
|
||||
</Rules>
|
||||
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
|
||||
<Rule Id="IDE0008" Action="None" />
|
||||
<Rule Id="IDE0008WithoutSuggestion" Action="None" />
|
||||
</Rules>
|
||||
<Rules AnalyzerId="Microsoft.NetCore.Analyzers" RuleNamespace="Microsoft.NetCore.Analyzers">
|
||||
<Rule Id="CA1813" Action="Warning" />
|
||||
</Rules>
|
||||
|
Loading…
Reference in New Issue
Block a user