mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #9641] Fix compiler warnings for Emby.Server.Implementations #12181
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9641
State: closed
Merged: Yes
Makes changes according to the warnings given on the project. See the separate commit messages for more details. I'd be glad to answer any questions and adjust my changes.
The change I would like to highlight as maybe misguided is the "ConfigureAwait(false)" suppression. I know that async/await is complicated and although I'm not completely unfamiliar with it this change is the one I'm the least confident in.
Partially addresses #2149