[PR #6590] [MERGED] Target net6.0 #11045

Closed
opened 2026-02-07 06:31:25 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6590
Author: @Bond-009
Created: 9/21/2021
Status: Merged
Merged: 9/25/2021
Merged by: @Bond-009

Base: masterHead: dotnet6


📝 Commits (10+)

📊 Changes

103 files changed (+242 additions, -224 deletions)

View changed files

📝 .ci/azure-pipelines-abi.yml (+2 -1)
📝 .ci/azure-pipelines-main.yml (+2 -1)
📝 .ci/azure-pipelines-package.yml (+3 -2)
📝 .ci/azure-pipelines-test.yml (+3 -2)
📝 .ci/azure-pipelines.yml (+0 -2)
📝 .github/workflows/codeql-analysis.yml (+3 -1)
📝 Dockerfile (+1 -1)
📝 Dockerfile.arm (+1 -1)
📝 Dockerfile.arm64 (+1 -1)
📝 DvdLib/DvdLib.csproj (+1 -1)
📝 DvdLib/Ifo/Dvd.cs (+2 -1)
📝 Emby.Dlna/DlnaManager.cs (+8 -4)
📝 Emby.Dlna/Emby.Dlna.csproj (+1 -1)
📝 Emby.Dlna/Server/DescriptionXmlBuilder.cs (+1 -2)
📝 Emby.Dlna/Service/BaseService.cs (+4 -4)
📝 Emby.Drawing/Emby.Drawing.csproj (+1 -1)
📝 Emby.Naming/Emby.Naming.csproj (+1 -1)
📝 Emby.Notifications/Emby.Notifications.csproj (+1 -1)
📝 Emby.Photos/Emby.Photos.csproj (+1 -1)
📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+11 -16)

...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/6590 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 9/21/2021 **Status:** ✅ Merged **Merged:** 9/25/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `dotnet6` --- ### 📝 Commits (10+) - [`13fbfe6`](https://github.com/jellyfin/jellyfin/commit/13fbfe6091e61450aedc07bc78c96bf4c414bc65) Target net6.0 - [`4d1d9f2`](https://github.com/jellyfin/jellyfin/commit/4d1d9f23d5edd248900118963874a7ab83d04aa1) Use new Enum.TryParse(ReadOnlySpan<char>) overload - [`fb2f07d`](https://github.com/jellyfin/jellyfin/commit/fb2f07dc84bfd75e72aaaa8d595c3267a52678de) Replace RNGCryptoServiceProvider with RandomNumberGenerator - [`be00480`](https://github.com/jellyfin/jellyfin/commit/be00480fe20ae22b485badeaf002ef17614d01f3) ci - target net6.0 (#6594) - [`086d592`](https://github.com/jellyfin/jellyfin/commit/086d5925c9d71355995e967b2e1d09c3eabacce1) Update Jellyfin.Extensions to .Net6 - [`5fd315b`](https://github.com/jellyfin/jellyfin/commit/5fd315b17c7c95c05eaba0713b27f6a95d31e164) Address comments - [`e627b1b`](https://github.com/jellyfin/jellyfin/commit/e627b1b154a48ccc18dd50c5214799b41dd02f7a) Fix failing tests - [`4fc3de9`](https://github.com/jellyfin/jellyfin/commit/4fc3de9b75e2b8ac9052271dca9aacf2bc6eed90) Fix builds for dotnet6 (#6595) - [`d156d49`](https://github.com/jellyfin/jellyfin/commit/d156d491135856990a6b92fad5f6402b5058c2e6) Update codeql dotnet version - [`5e8d58a`](https://github.com/jellyfin/jellyfin/commit/5e8d58a6a6da61679fc896026869720ed3019bb9) Update path for openapi spec ### 📊 Changes **103 files changed** (+242 additions, -224 deletions) <details> <summary>View changed files</summary> 📝 `.ci/azure-pipelines-abi.yml` (+2 -1) 📝 `.ci/azure-pipelines-main.yml` (+2 -1) 📝 `.ci/azure-pipelines-package.yml` (+3 -2) 📝 `.ci/azure-pipelines-test.yml` (+3 -2) 📝 `.ci/azure-pipelines.yml` (+0 -2) 📝 `.github/workflows/codeql-analysis.yml` (+3 -1) 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.arm` (+1 -1) 📝 `Dockerfile.arm64` (+1 -1) 📝 `DvdLib/DvdLib.csproj` (+1 -1) 📝 `DvdLib/Ifo/Dvd.cs` (+2 -1) 📝 `Emby.Dlna/DlnaManager.cs` (+8 -4) 📝 `Emby.Dlna/Emby.Dlna.csproj` (+1 -1) 📝 `Emby.Dlna/Server/DescriptionXmlBuilder.cs` (+1 -2) 📝 `Emby.Dlna/Service/BaseService.cs` (+4 -4) 📝 `Emby.Drawing/Emby.Drawing.csproj` (+1 -1) 📝 `Emby.Naming/Emby.Naming.csproj` (+1 -1) 📝 `Emby.Notifications/Emby.Notifications.csproj` (+1 -1) 📝 `Emby.Photos/Emby.Photos.csproj` (+1 -1) 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+11 -16) _...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>
OVERLORD added the pull-request label 2026-02-07 06:31:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11045