mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Addressing warnings in the repo #6810
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?
Originally created by @richlander on GitHub (Mar 9, 2025).
I asked Copilot to write a tool to categorize build warnings (as of March 8th). I wanted to know if you wanted some help to work towards getting these to zero. Warnings are only really useful if they are driving change. I understand (or at least assume) that many of these (particularly the properties that return arrays) cannot be addressed due to compat. If so, we should quiet the warnings at those sites. I can help with that. I've made similar contributions on this project before.
Project Table
Warning Table
Heavy Hitters Table
@richlander commented on GitHub (Mar 9, 2025):
There are some more warnings coming with .NET 10. I'd like to get a head start on addressing those if that's desired.
https://github.com/NuGet/Home/issues/14168
@felix920506 commented on GitHub (Mar 9, 2025):
duplicate of #2149