mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
CA1309: compare strings correctly.
This commit is contained in:
@ -54,6 +54,7 @@
|
||||
<Rule Id="CA2235" Action="None" />
|
||||
</Rules>
|
||||
<Rules AnalyzerId="Microsoft.NetCore.CSharp.Analyzers" RuleNamespace="Microsoft.NetCore.CSharp.Analyzers">
|
||||
<Rule Id="CA1309" Action="Warning" />
|
||||
<Rule Id="CA2201" Action="Warning" />
|
||||
</Rules>
|
||||
</RuleSet>
|
Reference in New Issue
Block a user