[PR #6000] [MERGED] Enable nullable reference types for MediaBrowser.Controller #10773

Closed
opened 2026-02-07 06:26:25 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: nullable2


📝 Commits (2)

  • fb090df Enable nullable reference types for MediaBrowser.Controller
  • 4367b97 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6000 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 5/7/2021 **Status:** ✅ Merged **Merged:** 5/7/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `nullable2` --- ### 📝 Commits (2) - [`fb090df`](https://github.com/jellyfin/jellyfin/commit/fb090df0b59b71d7f143d2181d46f18943bbc35e) Enable nullable reference types for MediaBrowser.Controller - [`4367b97`](https://github.com/jellyfin/jellyfin/commit/4367b97a54f31233e242ef1afe6714b934ecf4d9) Fix build ### 📊 Changes **226 files changed** (+429 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description #2768 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:26:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10773