mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #15475] [MERGED] Update to .NET 10.0 #14317
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/15475
Author: @Bond-009
Created: 11/11/2025
Status: ✅ Merged
Merged: 1/18/2026
Merged by: @Bond-009
Base:
master← Head:net10📝 Commits (9)
9e480f6Update to .NET 10.01ba8e2cFix tests098e8c6Replace AlphanumericComparator with new CompareOptions.NumericOrdering140c459Fix logger CA2024: Do not use StreamReader.EndOfStream in async methodse70355fFix nullable annotationd089537Fix 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)50dcec1Fix error CA2016: Forward the 'cancellationToken' parameter to the 'ExtractToDirectoryAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token89b5b99Update Actions to .NET 10e121311Update to 10.0.2📊 Changes
60 files changed (+155 additions, -335 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 -6)📝
.github/workflows/ci-tests.yml(+1 -1)📝
.vscode/launch.json(+3 -3)📝
Directory.Packages.props(+21 -30)📝
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
Credit to @TekuSP for fixing GH actions, and some warnings
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.