mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #13590] [CLOSED] Reduce the number of CA2227 disable pragmas #13632
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/13590
Author: @magom001
Created: 2/20/2025
Status: ❌ Closed
Base:
master← Head:chore/2149📝 Commits (2)
c76b421Reduce the number of CA2227 disable pragmasae089eeFix UTs📊 Changes
19 files changed (+95 additions, -169 deletions)
View changed files
📝
Emby.Server.Implementations/Data/CleanDatabaseScheduledTask.cs(+1 -1)📝
Jellyfin.Data/Entities/BaseItemEntity.cs(+11 -14)📝
Jellyfin.Data/Entities/BaseItemImageInfo.cs(+0 -3)📝
Jellyfin.Data/Entities/ItemValue.cs(+2 -4)📝
Jellyfin.Data/Entities/People.cs(+2 -4)📝
Jellyfin.Server.Implementations/Item/BaseItemRepository.cs(+5 -4)📝
Jellyfin.Server.Implementations/Item/PeopleRepository.cs(+4 -3)📝
Jellyfin.Server/Migrations/Routines/MigrateLibraryDb.cs(+2 -1)📝
MediaBrowser.Controller/Channels/InternalChannelFeatures.cs(+7 -15)📝
MediaBrowser.Controller/Entities/InternalItemsQuery.cs(+40 -81)📝
MediaBrowser.Controller/Entities/PersonInfo.cs(+3 -9)📝
MediaBrowser.Controller/Library/PlaybackProgressEventArgs.cs(+2 -7)📝
MediaBrowser.Controller/Library/UserDataSaveEventArgs.cs(+2 -2)📝
MediaBrowser.Controller/Providers/ItemLookupInfo.cs(+2 -8)📝
MediaBrowser.Model/Updates/PackageInfo.cs(+2 -4)📝
MediaBrowser.Providers/Plugins/AudioDb/AudioDbAlbumProvider.cs(+2 -2)📝
MediaBrowser.Providers/Plugins/AudioDb/AudioDbArtistProvider.cs(+1 -2)📝
tests/Jellyfin.Extensions.Tests/Json/Models/GenericBodyListModel.cs(+2 -3)📝
tests/Jellyfin.Server.Implementations.Tests/Plugins/PluginManagerTests.cs(+5 -2)📄 Description
Changes
Partially remove pragma disable declarations for CA2227 + required code changes
Issues
#2149
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.