mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3203] [MERGED] Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode #9379
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/3203
Author: @Bond-009
Created: 5/29/2020
Status: ✅ Merged
Merged: 6/3/2020
Merged by: @JustAMan
Base:
master← Head:warn18📝 Commits (1)
4748105Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release mode📊 Changes
69 files changed (+291 additions, -401 deletions)
View changed files
📝
Emby.Server.Implementations/Channels/ChannelManager.cs(+2 -2)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+4 -1)📝
Emby.Server.Implementations/Emby.Server.Implementations.csproj(+1 -0)📝
Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs(+2 -1)📝
Emby.Server.Implementations/HttpServer/HttpResultFactory.cs(+1 -0)📝
Emby.Server.Implementations/IStartupOptions.cs(+2 -0)📝
Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs(+0 -38)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+7 -1)📝
Emby.Server.Implementations/LiveTv/LiveTvManager.cs(+0 -2)📝
Emby.Server.Implementations/LiveTv/RefreshChannelsScheduledTask.cs(+2 -0)📝
Emby.Server.Implementations/MediaEncoder/EncodingManager.cs(+2 -0)📝
Emby.Server.Implementations/Net/SocketFactory.cs(+2 -0)📝
Emby.Server.Implementations/Net/UdpSocket.cs(+2 -0)📝
Emby.Server.Implementations/Networking/NetworkManager.cs(+2 -0)📝
Emby.Server.Implementations/Playlists/ManualPlaylistsFolder.cs(+2 -0)📝
Emby.Server.Implementations/Playlists/PlaylistImageProvider.cs(+3 -3)📝
Emby.Server.Implementations/Playlists/PlaylistManager.cs(+2 -0)📝
Emby.Server.Implementations/ResourceFileManager.cs(+2 -0)📝
Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs(+8 -3)📝
Emby.Server.Implementations/ScheduledTasks/TaskManager.cs(+3 -1)...and 49 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.