mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #15650] .NET 10 including build issues #14195
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#14195
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/15650
Author: @TekuSP
Created: 11/27/2025
Status: 🔄 Open
Base:
master← Head:net10📝 Commits (9)
a6215a6Update to .NET 10.04456e1eFix testsc3ef47eReplace AlphanumericComparator with new CompareOptions.NumericOrdering7643a9fMerge remote-tracking branch 'JellyFin/master' into net1024865d5Fix logger CA2024: Do not use StreamReader.EndOfStream in async methodsbba524eFix nullable annotation439a08dFix error CA1849: 'ZipFile.ExtractToDirectory(Stream, string, bool)' synchronously blocks. Await 'ZipFile.ExtractToDirectoryAsync(Stream, string, bool, CancellationToken)' instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1849)cf75eeeFix error CA2016: Forward the 'cancellationToken' parameter to the 'ExtractToDirectoryAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the tokene207385Update Actions to .NET 10📊 Changes
60 files changed (+154 additions, -332 deletions)
View changed files
📝
.editorconfig(+7 -0)📝
.github/workflows/ci-codeql-analysis.yml(+1 -1)📝
.github/workflows/ci-compat.yml(+2 -2)📝
.github/workflows/ci-openapi.yml(+4 -4)📝
.github/workflows/ci-tests.yml(+1 -1)📝
.vscode/launch.json(+3 -3)📝
Directory.Packages.props(+20 -29)📝
Emby.Naming/Emby.Naming.csproj(+1 -1)📝
Emby.Naming/Video/VideoListResolver.cs(+13 -4)📝
Emby.Photos/Emby.Photos.csproj(+1 -1)📝
Emby.Server.Implementations/Emby.Server.Implementations.csproj(+1 -2)📝
Emby.Server.Implementations/Sorting/StudioComparer.cs(+2 -2)📝
Emby.Server.Implementations/Updates/InstallationManager.cs(+1 -1)📝
Jellyfin.Api/Helpers/HlsHelpers.cs(+2 -8)📝
Jellyfin.Api/Jellyfin.Api.csproj(+1 -1)📝
Jellyfin.Data/Jellyfin.Data.csproj(+1 -1)📝
Jellyfin.Server.Implementations/FullSystemBackup/BackupService.cs(+8 -7)📝
Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj(+1 -2)📝
Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs(+4 -7)📝
Jellyfin.Server/Jellyfin.Server.csproj(+1 -4)...and 40 more files
📄 Description
Updated to .NET 10, fixed Actions, fixed warnings breaking compilation.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.