CA1825: use Array.Empty instead of new [0].

This commit is contained in:
Huo Yaoyuan
2019-11-17 23:19:31 +08:00
parent 4d7a3d3a51
commit 34ec36c2f0
7 changed files with 9 additions and 9 deletions

View File

@@ -71,7 +71,4 @@
<Rule Id="CA2237" Action="None" />
<Rule Id="CA5351" Action="None" />
</Rules>
<Rules AnalyzerId="Microsoft.NetCore.CSharp.Analyzers" RuleNamespace="Microsoft.NetCore.CSharp.Analyzers">
<Rule Id="CA1825" Action="None" />
</Rules>
</RuleSet>