[PR #1636] [MERGED] Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors #8656

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/1636
Author: @Bond-009
Created: 8/16/2019
Status: Merged
Merged: 8/18/2019
Merged by: @dkanada

Base: masterHead: isomounter


📝 Commits (1)

  • dc662be Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors

📊 Changes

10 files changed (+215 additions, -409 deletions)

View changed files

📝 Emby.IsoMounting/IsoMounter/Configuration/PluginConfiguration.cs (+3 -0)
📝 Emby.IsoMounting/IsoMounter/IsoMounter.csproj (+12 -0)
📝 Emby.IsoMounting/IsoMounter/LinuxIsoManager.cs (+149 -328)
📝 Emby.IsoMounting/IsoMounter/LinuxMount.cs (+24 -49)
📝 Emby.IsoMounting/IsoMounter/Plugin.cs (+14 -11)
📝 Emby.Server.Implementations/IO/IsoManager.cs (+9 -17)
📝 Emby.Server.Implementations/SocketSharp/WebSocketSharpListener.cs (+1 -1)
📝 MediaBrowser.Model/IO/IIsoManager.cs (+1 -1)
📝 MediaBrowser.Model/IO/IIsoMounter.cs (+1 -1)
📝 MediaBrowser.Model/Plugins/BasePluginConfiguration.cs (+1 -1)

📄 Description

Do we even want to keep this "feature"?


🔄 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/1636 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 8/16/2019 **Status:** ✅ Merged **Merged:** 8/18/2019 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `isomounter` --- ### 📝 Commits (1) - [`dc662be`](https://github.com/jellyfin/jellyfin/commit/dc662beefeb918b6ae967acb9849a2856cfc3672) Add analysers to Emby.IsoMounting and enable TreatWarningsAsErrors ### 📊 Changes **10 files changed** (+215 additions, -409 deletions) <details> <summary>View changed files</summary> 📝 `Emby.IsoMounting/IsoMounter/Configuration/PluginConfiguration.cs` (+3 -0) 📝 `Emby.IsoMounting/IsoMounter/IsoMounter.csproj` (+12 -0) 📝 `Emby.IsoMounting/IsoMounter/LinuxIsoManager.cs` (+149 -328) 📝 `Emby.IsoMounting/IsoMounter/LinuxMount.cs` (+24 -49) 📝 `Emby.IsoMounting/IsoMounter/Plugin.cs` (+14 -11) 📝 `Emby.Server.Implementations/IO/IsoManager.cs` (+9 -17) 📝 `Emby.Server.Implementations/SocketSharp/WebSocketSharpListener.cs` (+1 -1) 📝 `MediaBrowser.Model/IO/IIsoManager.cs` (+1 -1) 📝 `MediaBrowser.Model/IO/IIsoMounter.cs` (+1 -1) 📝 `MediaBrowser.Model/Plugins/BasePluginConfiguration.cs` (+1 -1) </details> ### 📄 Description Do we even want to keep this "feature"? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 07:01:58 +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#8656
No description provided.