[PR #3336] [MERGED] Fix trivial SA1005, SA1111, SA1508, SA1510 warnings #9461

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3336
Author: @telans
Created: 6/14/2020
Status: Merged
Merged: 6/15/2020
Merged by: @anthonylavado

Base: masterHead: specific-fixes


📝 Commits (6)

📊 Changes

201 files changed (+281 additions, -520 deletions)

View changed files

📝 Emby.Dlna/ContentDirectory/ControlHandler.cs (+3 -3)
📝 Emby.Dlna/Didl/DidlBuilder.cs (+8 -9)
📝 Emby.Dlna/Didl/Filter.cs (+1 -2)
📝 Emby.Dlna/DlnaManager.cs (+4 -5)
📝 Emby.Dlna/Eventing/EventManager.cs (+0 -1)
📝 Emby.Dlna/Main/DlnaEntryPoint.cs (+1 -1)
📝 Emby.Dlna/PlayTo/Device.cs (+1 -4)
📝 Emby.Dlna/PlayTo/PlayToManager.cs (+1 -3)
📝 Emby.Dlna/PlayTo/SsdpHttpClient.cs (+0 -1)
📝 Emby.Dlna/Ssdp/DeviceDiscovery.cs (+1 -1)
📝 Emby.Server.Implementations/Channels/ChannelManager.cs (+1 -1)
📝 Emby.Server.Implementations/Data/BaseSqliteRepository.cs (+0 -1)
📝 Emby.Server.Implementations/Data/CleanDatabaseScheduledTask.cs (+0 -1)
📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+1 -8)
📝 Emby.Server.Implementations/Data/SqliteUserDataRepository.cs (+1 -1)
📝 Emby.Server.Implementations/Devices/DeviceManager.cs (+1 -1)
📝 Emby.Server.Implementations/Dto/DtoService.cs (+8 -12)
📝 Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs (+0 -1)
📝 Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs (+0 -2)
📝 Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs (+0 -1)

...and 80 more files

📄 Description

Changes

  • -525 Warnings

Issues
#2149


🔄 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/3336 **Author:** [@telans](https://github.com/telans) **Created:** 6/14/2020 **Status:** ✅ Merged **Merged:** 6/15/2020 **Merged by:** [@anthonylavado](https://github.com/anthonylavado) **Base:** `master` ← **Head:** `specific-fixes` --- ### 📝 Commits (6) - [`726e116`](https://github.com/jellyfin/jellyfin/commit/726e116d5bb0038edfdaa7f1672fa22df499964b) fix SA1510 - [`acd4389`](https://github.com/jellyfin/jellyfin/commit/acd4389653faff01a9c5266d06979d4c20c7d5f5) fix SA1005 - [`3d9049e`](https://github.com/jellyfin/jellyfin/commit/3d9049ef08b797c270dea7d1f64d2806a65be953) fix SA1508 - [`9b528aa`](https://github.com/jellyfin/jellyfin/commit/9b528aabc24c786c8617a9f87c2ce1eaba2c0b15) misc - [`afc9224`](https://github.com/jellyfin/jellyfin/commit/afc9224edea4156729264070b317929ff5eaf56e) fix SA1111 - [`8620dfc`](https://github.com/jellyfin/jellyfin/commit/8620dfc18b043e81aa9bf0db571bd37487e9adbb) remove symlink ### 📊 Changes **201 files changed** (+281 additions, -520 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/ContentDirectory/ControlHandler.cs` (+3 -3) 📝 `Emby.Dlna/Didl/DidlBuilder.cs` (+8 -9) 📝 `Emby.Dlna/Didl/Filter.cs` (+1 -2) 📝 `Emby.Dlna/DlnaManager.cs` (+4 -5) 📝 `Emby.Dlna/Eventing/EventManager.cs` (+0 -1) 📝 `Emby.Dlna/Main/DlnaEntryPoint.cs` (+1 -1) 📝 `Emby.Dlna/PlayTo/Device.cs` (+1 -4) 📝 `Emby.Dlna/PlayTo/PlayToManager.cs` (+1 -3) 📝 `Emby.Dlna/PlayTo/SsdpHttpClient.cs` (+0 -1) 📝 `Emby.Dlna/Ssdp/DeviceDiscovery.cs` (+1 -1) 📝 `Emby.Server.Implementations/Channels/ChannelManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/Data/BaseSqliteRepository.cs` (+0 -1) 📝 `Emby.Server.Implementations/Data/CleanDatabaseScheduledTask.cs` (+0 -1) 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+1 -8) 📝 `Emby.Server.Implementations/Data/SqliteUserDataRepository.cs` (+1 -1) 📝 `Emby.Server.Implementations/Devices/DeviceManager.cs` (+1 -1) 📝 `Emby.Server.Implementations/Dto/DtoService.cs` (+8 -12) 📝 `Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs` (+0 -1) 📝 `Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs` (+0 -2) 📝 `Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs` (+0 -1) _...and 80 more files_ </details> ### 📄 Description **Changes** - -525 Warnings **Issues** #2149 --- <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:02:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9461