[PR #10463] [MERGED] Update to .NET 8 #12319

Closed
opened 2025-12-22 09:14:29 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/10463
Author: @Bond-009
Created: 10/23/2023
Status: Merged
Merged: 11/15/2023
Merged by: @crobibero

Base: masterHead: dotnet8


📝 Commits (10+)

📊 Changes

101 files changed (+255 additions, -258 deletions)

View changed files

📝 .ci/azure-pipelines-abi.yml (+1 -1)
📝 .ci/azure-pipelines-main.yml (+1 -1)
📝 .ci/azure-pipelines-package.yml (+2 -2)
📝 .ci/azure-pipelines-test.yml (+2 -2)
📝 .config/dotnet-tools.json (+1 -1)
📝 .github/workflows/ci-codeql-analysis.yml (+1 -1)
📝 .github/workflows/ci-openapi.yml (+4 -4)
📝 .github/workflows/ci-tests.yml (+1 -1)
📝 .vscode/launch.json (+2 -2)
📝 Directory.Packages.props (+26 -26)
📝 Dockerfile (+1 -1)
📝 Dockerfile.arm (+1 -1)
📝 Dockerfile.arm64 (+1 -1)
📝 Emby.Dlna/Emby.Dlna.csproj (+1 -1)
📝 Emby.Naming/Emby.Naming.csproj (+1 -1)
📝 Emby.Photos/Emby.Photos.csproj (+1 -1)
📝 Emby.Server.Implementations/ApplicationHost.cs (+4 -1)
📝 Emby.Server.Implementations/Emby.Server.Implementations.csproj (+1 -1)
📝 Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs (+1 -0)
📝 Emby.Server.Implementations/LiveTv/TunerHosts/LiveStream.cs (+2 -4)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/10463 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 10/23/2023 **Status:** ✅ Merged **Merged:** 11/15/2023 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `dotnet8` --- ### 📝 Commits (10+) - [`eb022c4`](https://github.com/jellyfin/jellyfin/commit/eb022c49ccb310ee46d8d7b7f46678312b13abc6) Update to .NET 8 - [`99e0d46`](https://github.com/jellyfin/jellyfin/commit/99e0d46ad93c1f2e62aed67c26b92f256610f1a6) Use System.Net.IPNetwork - [`b62b0ec`](https://github.com/jellyfin/jellyfin/commit/b62b0ec2b581369de42c69305773f0edb9d701b4) Fix warnings - [`0fd36a5`](https://github.com/jellyfin/jellyfin/commit/0fd36a5bf1fc87ebbfd5b74585f0c080995c1688) Fix warnings in test projects - [`635d67d`](https://github.com/jellyfin/jellyfin/commit/635d67d458e02df53a1b08998ccd3cff16e76ac3) Revert "Use System.Net.IPNetwork" - [`8ee1525`](https://github.com/jellyfin/jellyfin/commit/8ee15258944deb83b880cb5263fae2843a7af248) Fix runtime errors - [`efec6e7`](https://github.com/jellyfin/jellyfin/commit/efec6e7a23fb0540559f7868640daf9624eecd7e) Address review comment - [`a1410ea`](https://github.com/jellyfin/jellyfin/commit/a1410ea899bcd6e84511e3304dd71cd33e53f156) Update GitHub workflows - [`05b35dc`](https://github.com/jellyfin/jellyfin/commit/05b35dc41fa14290c2940ccd6de7ef63d303d7d2) Update Azure pipelines - [`5dad89c`](https://github.com/jellyfin/jellyfin/commit/5dad89cee331138dd2e4c24eecaea36aef2ee503) Update Dockerfiles ### 📊 Changes **101 files changed** (+255 additions, -258 deletions) <details> <summary>View changed files</summary> 📝 `.ci/azure-pipelines-abi.yml` (+1 -1) 📝 `.ci/azure-pipelines-main.yml` (+1 -1) 📝 `.ci/azure-pipelines-package.yml` (+2 -2) 📝 `.ci/azure-pipelines-test.yml` (+2 -2) 📝 `.config/dotnet-tools.json` (+1 -1) 📝 `.github/workflows/ci-codeql-analysis.yml` (+1 -1) 📝 `.github/workflows/ci-openapi.yml` (+4 -4) 📝 `.github/workflows/ci-tests.yml` (+1 -1) 📝 `.vscode/launch.json` (+2 -2) 📝 `Directory.Packages.props` (+26 -26) 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.arm` (+1 -1) 📝 `Dockerfile.arm64` (+1 -1) 📝 `Emby.Dlna/Emby.Dlna.csproj` (+1 -1) 📝 `Emby.Naming/Emby.Naming.csproj` (+1 -1) 📝 `Emby.Photos/Emby.Photos.csproj` (+1 -1) 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+4 -1) 📝 `Emby.Server.Implementations/Emby.Server.Implementations.csproj` (+1 -1) 📝 `Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs` (+1 -0) 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/LiveStream.cs` (+2 -4) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 09:14:29 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#12319
No description provided.