mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Disable Warnings similar as in BaseItemRepository
This commit is contained in:
parent
7f41cc53ca
commit
3a4d67319a
@ -11,6 +11,9 @@ using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace Jellyfin.Server.Implementations.Item;
|
||||
#pragma warning disable RS0030 // Do not use banned APIs
|
||||
#pragma warning disable CA1304 // Specify CultureInfo
|
||||
#pragma warning disable CA1311 // Specify a culture or use an invariant version
|
||||
#pragma warning disable CA1862 // Use the 'StringComparison' method overloads to perform case-insensitive string comparisons
|
||||
|
||||
/// <summary>
|
||||
/// Manager for handling people.
|
||||
|
Loading…
x
Reference in New Issue
Block a user