mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
CA2201: throw correct exception type.
This commit is contained in:
@ -57,4 +57,7 @@
|
||||
<Rule Id="CA2213" Action="None" />
|
||||
<Rule Id="CA2235" Action="None" />
|
||||
</Rules>
|
||||
<Rules AnalyzerId="Microsoft.NetCore.CSharp.Analyzers" RuleNamespace="Microsoft.NetCore.CSharp.Analyzers">
|
||||
<Rule Id="CA2201" Action="Warning" />
|
||||
</Rules>
|
||||
</RuleSet>
|
Reference in New Issue
Block a user