[PR #2767] [MERGED] Enable nullabe reference types for MediaBrowser.Model #9215

Closed
opened 2026-02-07 05:58:10 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/2767
Author: @Bond-009
Created: 4/5/2020
Status: Merged
Merged: 6/3/2020
Merged by: @JustAMan

Base: masterHead: nullable3


📝 Commits (6)

  • 30ce346 Enable nullabe reference types for MediaBrowser.Model
  • 9cca964 Address comments
  • fc049ca Merge branch 'master' into nullable3
  • 27ce10d Fix release build
  • 7439e09 Merge branch 'master' into nullable3
  • 959a965 Update MediaBrowser.Model/Services/IHasRequestFilter.cs

📊 Changes

204 files changed (+641 additions, -508 deletions)

View changed files

📝 Emby.Dlna/Ssdp/DeviceDiscovery.cs (+6 -10)
📝 Emby.Drawing/ImageProcessor.cs (+2 -2)
📝 Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs (+1 -1)
📝 Emby.Server.Implementations/Cryptography/CryptographyProvider.cs (+2 -2)
📝 Emby.Server.Implementations/Devices/DeviceManager.cs (+1 -7)
📝 Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs (+2 -1)
📝 Emby.Server.Implementations/Library/MediaSourceManager.cs (+1 -5)
📝 Emby.Server.Implementations/Library/UserManager.cs (+5 -5)
📝 Emby.Server.Implementations/LiveTv/EmbyTV/TimerManager.cs (+2 -2)
📝 Emby.Server.Implementations/LiveTv/LiveTvManager.cs (+15 -42)
📝 Emby.Server.Implementations/Playlists/PlaylistManager.cs (+1 -4)
📝 Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs (+4 -7)
📝 Emby.Server.Implementations/ScheduledTasks/TaskManager.cs (+2 -9)
📝 Emby.Server.Implementations/Updates/InstallationManager.cs (+1 -1)
📝 MediaBrowser.Api/EnvironmentService.cs (+2 -13)
📝 MediaBrowser.Api/Images/RemoteImageService.cs (+1 -2)
📝 MediaBrowser.Controller/LiveTv/TimerEventInfo.cs (+11 -2)
📝 MediaBrowser.Model/Activity/ActivityLogEntry.cs (+1 -0)
📝 MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs (+1 -0)
📝 MediaBrowser.Model/Branding/BrandingOptions.cs (+1 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/2767 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 4/5/2020 **Status:** ✅ Merged **Merged:** 6/3/2020 **Merged by:** [@JustAMan](https://github.com/JustAMan) **Base:** `master` ← **Head:** `nullable3` --- ### 📝 Commits (6) - [`30ce346`](https://github.com/jellyfin/jellyfin/commit/30ce346f343ca61f921ec7d6faf2f06311c04e71) Enable nullabe reference types for MediaBrowser.Model - [`9cca964`](https://github.com/jellyfin/jellyfin/commit/9cca964b0880dc41792fe27ee03e69609ff2ac7e) Address comments - [`fc049ca`](https://github.com/jellyfin/jellyfin/commit/fc049caba2ed4db499bd53a2e521550bc45b6ebe) Merge branch 'master' into nullable3 - [`27ce10d`](https://github.com/jellyfin/jellyfin/commit/27ce10d0c13bc30fa1b08682e13bab67784b289d) Fix release build - [`7439e09`](https://github.com/jellyfin/jellyfin/commit/7439e095e276034f05a0c9e9c7687b4a0aa1b3e5) Merge branch 'master' into nullable3 - [`959a965`](https://github.com/jellyfin/jellyfin/commit/959a9655c8a6d04b1b056a5ab3a02b546af03c3f) Update MediaBrowser.Model/Services/IHasRequestFilter.cs ### 📊 Changes **204 files changed** (+641 additions, -508 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/Ssdp/DeviceDiscovery.cs` (+6 -10) 📝 `Emby.Drawing/ImageProcessor.cs` (+2 -2) 📝 `Emby.Server.Implementations/Configuration/ServerConfigurationManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/Cryptography/CryptographyProvider.cs` (+2 -2) 📝 `Emby.Server.Implementations/Devices/DeviceManager.cs` (+1 -7) 📝 `Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs` (+2 -1) 📝 `Emby.Server.Implementations/Library/MediaSourceManager.cs` (+1 -5) 📝 `Emby.Server.Implementations/Library/UserManager.cs` (+5 -5) 📝 `Emby.Server.Implementations/LiveTv/EmbyTV/TimerManager.cs` (+2 -2) 📝 `Emby.Server.Implementations/LiveTv/LiveTvManager.cs` (+15 -42) 📝 `Emby.Server.Implementations/Playlists/PlaylistManager.cs` (+1 -4) 📝 `Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs` (+4 -7) 📝 `Emby.Server.Implementations/ScheduledTasks/TaskManager.cs` (+2 -9) 📝 `Emby.Server.Implementations/Updates/InstallationManager.cs` (+1 -1) 📝 `MediaBrowser.Api/EnvironmentService.cs` (+2 -13) 📝 `MediaBrowser.Api/Images/RemoteImageService.cs` (+1 -2) 📝 `MediaBrowser.Controller/LiveTv/TimerEventInfo.cs` (+11 -2) 📝 `MediaBrowser.Model/Activity/ActivityLogEntry.cs` (+1 -0) 📝 `MediaBrowser.Model/ApiClient/ServerDiscoveryInfo.cs` (+1 -0) 📝 `MediaBrowser.Model/Branding/BrandingOptions.cs` (+1 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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 05:58:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9215