[PR #6005] [MERGED] Enable nullable reference types for Emby.Dlna #10776

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6005
Author: @Bond-009
Created: 5/7/2021
Status: Merged
Merged: 5/7/2021
Merged by: @Bond-009

Base: masterHead: nullable3


📝 Commits (1)

  • 06caee2 Enable nullable reference types for Emby.Dlna

📊 Changes

32 files changed (+64 additions, -16 deletions)

View changed files

📝 Emby.Dlna/Configuration/DlnaOptions.cs (+2 -0)
📝 Emby.Dlna/ConfigurationExtension.cs (+0 -1)
📝 Emby.Dlna/ContentDirectory/ContentDirectoryService.cs (+2 -0)
📝 Emby.Dlna/ContentDirectory/ControlHandler.cs (+2 -0)
📝 Emby.Dlna/ControlRequest.cs (+2 -0)
📝 Emby.Dlna/ControlResponse.cs (+2 -0)
📝 Emby.Dlna/Didl/DidlBuilder.cs (+2 -0)
📝 Emby.Dlna/Didl/StringWriterWithEncoding.cs (+1 -1)
📝 Emby.Dlna/DlnaConfigurationFactory.cs (+0 -1)
📝 Emby.Dlna/DlnaManager.cs (+2 -0)
📝 Emby.Dlna/Emby.Dlna.csproj (+1 -0)
📝 Emby.Dlna/EventSubscriptionResponse.cs (+2 -0)
📝 Emby.Dlna/Eventing/DlnaEventManager.cs (+2 -0)
📝 Emby.Dlna/Eventing/EventSubscription.cs (+2 -0)
📝 Emby.Dlna/Main/DlnaEntryPoint.cs (+2 -0)
📝 Emby.Dlna/PlayTo/Device.cs (+2 -0)
📝 Emby.Dlna/PlayTo/DeviceInfo.cs (+2 -0)
📝 Emby.Dlna/PlayTo/MediaChangedEventArgs.cs (+2 -0)
📝 Emby.Dlna/PlayTo/PlayToController.cs (+2 -0)
📝 Emby.Dlna/PlayTo/PlayToManager.cs (+2 -0)

...and 12 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/6005 **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:** `nullable3` --- ### 📝 Commits (1) - [`06caee2`](https://github.com/jellyfin/jellyfin/commit/06caee28b7f81fb6898a771df5a5064fdf94891d) Enable nullable reference types for Emby.Dlna ### 📊 Changes **32 files changed** (+64 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/Configuration/DlnaOptions.cs` (+2 -0) 📝 `Emby.Dlna/ConfigurationExtension.cs` (+0 -1) 📝 `Emby.Dlna/ContentDirectory/ContentDirectoryService.cs` (+2 -0) 📝 `Emby.Dlna/ContentDirectory/ControlHandler.cs` (+2 -0) 📝 `Emby.Dlna/ControlRequest.cs` (+2 -0) 📝 `Emby.Dlna/ControlResponse.cs` (+2 -0) 📝 `Emby.Dlna/Didl/DidlBuilder.cs` (+2 -0) 📝 `Emby.Dlna/Didl/StringWriterWithEncoding.cs` (+1 -1) 📝 `Emby.Dlna/DlnaConfigurationFactory.cs` (+0 -1) 📝 `Emby.Dlna/DlnaManager.cs` (+2 -0) 📝 `Emby.Dlna/Emby.Dlna.csproj` (+1 -0) 📝 `Emby.Dlna/EventSubscriptionResponse.cs` (+2 -0) 📝 `Emby.Dlna/Eventing/DlnaEventManager.cs` (+2 -0) 📝 `Emby.Dlna/Eventing/EventSubscription.cs` (+2 -0) 📝 `Emby.Dlna/Main/DlnaEntryPoint.cs` (+2 -0) 📝 `Emby.Dlna/PlayTo/Device.cs` (+2 -0) 📝 `Emby.Dlna/PlayTo/DeviceInfo.cs` (+2 -0) 📝 `Emby.Dlna/PlayTo/MediaChangedEventArgs.cs` (+2 -0) 📝 `Emby.Dlna/PlayTo/PlayToController.cs` (+2 -0) 📝 `Emby.Dlna/PlayTo/PlayToManager.cs` (+2 -0) _...and 12 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:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10776