mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6667] [MERGED] Fix the last few warnings #11079
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/6667
Author: @Bond-009
Created: 10/6/2021
Status: ✅ Merged
Merged: 10/8/2021
Merged by: @Bond-009
Base:
master← Head:warn53📝 Commits (2)
03f933aFix the last few warningsf7ae3c6Set AnalysisMode to AllEnabledByDefault📊 Changes
31 files changed (+353 additions, -307 deletions)
View changed files
📝
Emby.Dlna/Emby.Dlna.csproj(+0 -1)📝
Emby.Drawing/Emby.Drawing.csproj(+0 -1)📝
Emby.Naming/Emby.Naming.csproj(+0 -1)📝
Emby.Server.Implementations/ApplicationHost.cs(+12 -26)📝
Emby.Server.Implementations/Data/BaseSqliteRepository.cs(+1 -1)📝
Emby.Server.Implementations/Emby.Server.Implementations.csproj(+0 -5)📝
Emby.Server.Implementations/Images/BaseDynamicImageProvider.cs(+2 -2)➕
Emby.Server.Implementations/Images/BaseFolderImageProvider.cs(+67 -0)📝
Emby.Server.Implementations/Images/FolderImageProvider.cs(+0 -69)📝
Emby.Server.Implementations/Images/GenreImageProvider.cs(+0 -41)➕
Emby.Server.Implementations/Images/MusicAlbumImageProvider.cs(+19 -0)➕
Emby.Server.Implementations/Images/MusicGenreImageProvider.cs(+59 -0)➕
Emby.Server.Implementations/Images/PhotoAlbumImageProvider.cs(+19 -0)📝
Emby.Server.Implementations/Library/Resolvers/FolderResolver.cs(+1 -21)➕
Emby.Server.Implementations/Library/Resolvers/GenericFolderResolver.cs(+27 -0)📝
Emby.Server.Implementations/Library/Resolvers/Movies/BoxSetResolver.cs(+1 -1)📝
Emby.Server.Implementations/Library/Resolvers/PhotoAlbumResolver.cs(+1 -1)📝
Emby.Server.Implementations/Library/Resolvers/PlaylistResolver.cs(+1 -1)📝
Emby.Server.Implementations/Library/Resolvers/SpecialFolderResolver.cs(+1 -1)📝
Emby.Server.Implementations/Library/Resolvers/TV/SeasonResolver.cs(+1 -1)...and 11 more files
📄 Description
Enables TreatWarningsAsErrors for all projects
Should fix #2149
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.