[PR #3377] [MERGED] Convert pragma to SuppressMessage #9487

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3377
Author: @crobibero
Created: 6/19/2020
Status: Merged
Merged: 6/20/2020
Merged by: @barronpm

Base: api-migrationHead: api-pragma


📝 Commits (1)

  • d820c0f Convert pragma to supresswarning

📊 Changes

7 files changed (+24 additions, -17 deletions)

View changed files

📝 Jellyfin.Api/Controllers/ActivityLogController.cs (+2 -2)
📝 Jellyfin.Api/Controllers/FilterController.cs (+3 -3)
📝 Jellyfin.Api/Controllers/ItemRefreshController.cs (+2 -2)
📝 Jellyfin.Api/Controllers/LibraryStructureController.cs (+2 -2)
📝 Jellyfin.Api/Controllers/NotificationsController.cs (+10 -2)
📝 Jellyfin.Api/Controllers/PluginsController.cs (+3 -3)
📝 Jellyfin.Api/Controllers/SubtitleController.cs (+2 -3)

📄 Description

Remove #pragma in favor of SuppressMessage attribute


🔄 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/3377 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/19/2020 **Status:** ✅ Merged **Merged:** 6/20/2020 **Merged by:** [@barronpm](https://github.com/barronpm) **Base:** `api-migration` ← **Head:** `api-pragma` --- ### 📝 Commits (1) - [`d820c0f`](https://github.com/jellyfin/jellyfin/commit/d820c0fff50a79d85349660f507e820704d80d45) Convert pragma to supresswarning ### 📊 Changes **7 files changed** (+24 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/ActivityLogController.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/FilterController.cs` (+3 -3) 📝 `Jellyfin.Api/Controllers/ItemRefreshController.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/LibraryStructureController.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/NotificationsController.cs` (+10 -2) 📝 `Jellyfin.Api/Controllers/PluginsController.cs` (+3 -3) 📝 `Jellyfin.Api/Controllers/SubtitleController.cs` (+2 -3) </details> ### 📄 Description Remove `#pragma` in favor of `SuppressMessage` attribute --- <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:03:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9487