mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #1871] [MERGED] Enable TreatWarningsAsErrors for MediaBrowser.Common and Emby.Photos
#8935
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/1871
Author: @Bond-009
Created: 10/9/2019
Status: ✅ Merged
Merged: 10/16/2019
Merged by: @JustAMan
Base:
master← Head:doc📝 Commits (1)
9d4ce82EnableTreatWarningsAsErrorsfor MediaBrowser.Common and Emby.Photos📊 Changes
28 files changed (+99 additions, -37 deletions)
View changed files
📝
Emby.Photos/Emby.Photos.csproj(+12 -0)📝
Emby.Photos/PhotoProvider.cs(+17 -13)📝
Emby.Server.Implementations/AppBase/BaseApplicationPaths.cs(+1 -4)📝
Emby.Server.Implementations/ApplicationHost.cs(+5 -2)📝
MediaBrowser.Common/Configuration/ConfigurationUpdateEventArgs.cs(+3 -0)📝
MediaBrowser.Common/Configuration/IApplicationPaths.cs(+4 -1)📝
MediaBrowser.Common/Configuration/IConfigurationFactory.cs(+2 -0)📝
MediaBrowser.Common/Configuration/IConfigurationManager.cs(+2 -0)📝
MediaBrowser.Common/Cryptography/PasswordHash.cs(+2 -0)📝
MediaBrowser.Common/Events/EventHelper.cs(+2 -0)📝
MediaBrowser.Common/Extensions/CollectionExtensions.cs(+2 -0)📝
MediaBrowser.Common/Extensions/ResourceNotFoundException.cs(+2 -0)📝
MediaBrowser.Common/HexHelper.cs(+2 -0)📝
MediaBrowser.Common/IApplicationHost.cs(+10 -3)📝
MediaBrowser.Common/MediaBrowser.Common.csproj(+1 -0)📝
MediaBrowser.Common/Net/CustomHeaderNames.cs(+2 -0)📝
MediaBrowser.Common/Net/HttpRequestOptions.cs(+2 -0)📝
MediaBrowser.Common/Net/HttpResponseInfo.cs(+3 -0)📝
MediaBrowser.Common/Net/IHttpClient.cs(+3 -1)📝
MediaBrowser.Common/Net/INetworkManager.cs(+2 -0)...and 8 more files
📄 Description
Adds
#pragma warning disable CS1591to all files inMediaBrowser.Common containing undocumented members.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.