mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6000] [MERGED] Enable nullable reference types for MediaBrowser.Controller #10773
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/6000
Author: @Bond-009
Created: 5/7/2021
Status: ✅ Merged
Merged: 5/7/2021
Merged by: @Bond-009
Base:
master← Head:nullable2📝 Commits (2)
fb090dfEnable nullable reference types for MediaBrowser.Controller4367b97Fix build📊 Changes
226 files changed (+429 additions, -63 deletions)
View changed files
📝
Emby.Server.Implementations/Library/ResolverHelper.cs(+5 -0)📝
Jellyfin.Api/Controllers/LibraryController.cs(+1 -1)📝
MediaBrowser.Controller/Authentication/AuthenticationResult.cs(+2 -0)📝
MediaBrowser.Controller/Authentication/IAuthenticationProvider.cs(+2 -0)📝
MediaBrowser.Controller/Authentication/IPasswordResetProvider.cs(+2 -0)📝
MediaBrowser.Controller/BaseItemManager/BaseItemManager.cs(+2 -0)📝
MediaBrowser.Controller/BaseItemManager/IBaseItemManager.cs(+2 -0)📝
MediaBrowser.Controller/Channels/Channel.cs(+2 -0)📝
MediaBrowser.Controller/Channels/ChannelItemInfo.cs(+2 -0)📝
MediaBrowser.Controller/Channels/ChannelItemResult.cs(+2 -0)📝
MediaBrowser.Controller/Channels/ChannelSearchInfo.cs(+2 -0)📝
MediaBrowser.Controller/Channels/IChannel.cs(+2 -0)📝
MediaBrowser.Controller/Channels/IChannelManager.cs(+2 -0)📝
MediaBrowser.Controller/Channels/IHasCacheKey.cs(+2 -0)📝
MediaBrowser.Controller/Channels/ISearchableChannel.cs(+2 -0)📝
MediaBrowser.Controller/Channels/InternalChannelFeatures.cs(+2 -0)📝
MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs(+2 -0)📝
MediaBrowser.Controller/Collections/CollectionCreationOptions.cs(+2 -0)📝
MediaBrowser.Controller/Collections/CollectionEvents.cs(+2 -0)📝
MediaBrowser.Controller/Collections/ICollectionManager.cs(+2 -0)...and 80 more files
📄 Description
#2768
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.