mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Ignore warning CA1308
This commit is contained in:
parent
b0ec5c527d
commit
0cd2bfc428
@ -38,6 +38,8 @@
|
||||
<Rule Id="CA1054" Action="None" />
|
||||
<!-- disable warning CA1303: Do not pass literals as localized parameters -->
|
||||
<Rule Id="CA1303" Action="None" />
|
||||
<!-- disable warning CA1308: Normalize strings to uppercase -->
|
||||
<Rule Id="CA1308" Action="None" />
|
||||
<!-- disable warning CA2000: Dispose objects before losing scope -->
|
||||
<Rule Id="CA2000" Action="None" />
|
||||
</Rules>
|
||||
|
Loading…
x
Reference in New Issue
Block a user