[PR #11288] [MERGED] Enable more warnings as errors #12656

Closed
opened 2025-12-22 09:25:25 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/11288
Author: @Bond-009
Created: 4/3/2024
Status: Merged
Merged: 4/12/2024
Merged by: @crobibero

Base: masterHead: warn62


📝 Commits (1)

  • 0c58692 Enable more warnings as errors

📊 Changes

9 files changed (+27 additions, -26 deletions)

View changed files

📝 Emby.Server.Implementations/ApplicationHost.cs (+7 -7)
📝 Emby.Server.Implementations/Data/BaseSqliteRepository.cs (+1 -4)
📝 Emby.Server.Implementations/Dto/DtoService.cs (+4 -3)
📝 Emby.Server.Implementations/Library/LibraryManager.cs (+1 -1)
📝 Emby.Server.Implementations/Library/ResolverHelper.cs (+1 -1)
📝 Emby.Server.Implementations/Library/Resolvers/Movies/BoxSetResolver.cs (+1 -1)
📝 Emby.Server.Implementations/Session/SessionManager.cs (+1 -4)
📝 MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs (+5 -5)
📝 jellyfin.ruleset (+6 -0)

📄 Description

  • Fixes some warnings
  • Replace ConcurrentDictionary with ConcurrentBag in ApplicationHost

🔄 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/11288 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 4/3/2024 **Status:** ✅ Merged **Merged:** 4/12/2024 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `warn62` --- ### 📝 Commits (1) - [`0c58692`](https://github.com/jellyfin/jellyfin/commit/0c5869256da63792647885d3089473a0074bc394) Enable more warnings as errors ### 📊 Changes **9 files changed** (+27 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+7 -7) 📝 `Emby.Server.Implementations/Data/BaseSqliteRepository.cs` (+1 -4) 📝 `Emby.Server.Implementations/Dto/DtoService.cs` (+4 -3) 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/ResolverHelper.cs` (+1 -1) 📝 `Emby.Server.Implementations/Library/Resolvers/Movies/BoxSetResolver.cs` (+1 -1) 📝 `Emby.Server.Implementations/Session/SessionManager.cs` (+1 -4) 📝 `MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs` (+5 -5) 📝 `jellyfin.ruleset` (+6 -0) </details> ### 📄 Description * Fixes some warnings * Replace ConcurrentDictionary with ConcurrentBag in ApplicationHost --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 09:25:25 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#12656
No description provided.