mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3853] [CLOSED] Fix warnings in Rssdp #9731
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3853
Author: @daullmer
Created: 8/8/2020
Status: ❌ Closed
Base:
master← Head:rssdp-warnings📝 Commits (2)
7dc0bdfFix warnings in Rssdp5fb5641Move field initialization and dispose correctly📊 Changes
22 files changed (+461 additions, -561 deletions)
View changed files
📝
RSSDP/DeviceAvailableEventArgs.cs(+12 -12)📝
RSSDP/DeviceEventArgs.cs(+5 -5)📝
RSSDP/DeviceUnavailableEventArgs.cs(+10 -10)📝
RSSDP/DiscoveredSsdpDevice.cs(+9 -16)📝
RSSDP/Infrastructure/DisposableManagedObjectBase.cs(+15 -14)📝
RSSDP/Infrastructure/HttpParserBase.cs(+22 -23)📝
RSSDP/Infrastructure/HttpRequestParser.cs(+3 -2)📝
RSSDP/Infrastructure/HttpResponseParser.cs(+3 -3)📝
RSSDP/Infrastructure/IEnumerableExtensions.cs(+1 -2)📝
RSSDP/Infrastructure/ISsdpCommunicationsServer.cs(+9 -8)📝
RSSDP/Infrastructure/ISsdpDeviceLocator.cs(+5 -5)📝
RSSDP/Infrastructure/ISsdpDevicePublisher.cs(+7 -7)📝
RSSDP/Infrastructure/RequestReceivedEventArgs.cs(+11 -12)📝
RSSDP/Infrastructure/ResponseReceivedEventArgs.cs(+11 -12)📝
RSSDP/Infrastructure/SsdpCommunicationsServer.cs(+63 -66)📝
RSSDP/Infrastructure/SsdpConstants.cs(+7 -2)📝
RSSDP/Infrastructure/SsdpDeviceLocator.cs(+63 -131)📝
RSSDP/Infrastructure/SsdpDevicePublisher.cs(+111 -129)📝
RSSDP/RSSDP.csproj(+12 -0)📝
RSSDP/SsdpDevice.cs(+71 -74)...and 2 more files
📄 Description
Part of #2149
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.