[PR #3984] [MERGED] Use Prerelease System.Text.Json #9802

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3984
Author: @crobibero
Created: 8/25/2020
Status: Merged
Merged: 8/26/2020
Merged by: @Bond-009

Base: masterHead: json-prerelease


📝 Commits (6)

  • 5f64ab0 bump System.Text.Json
  • acd88da fix build
  • 582c016 bump to preview8 and remove extra references
  • 8b96881 Clean up json Converters
  • 78ae86b Apply suggestions from code review
  • de4cfa2 Apply suggestions from code review

📊 Changes

19 files changed (+42 additions, -437 deletions)

View changed files

📝 Emby.Server.Implementations/Data/SqliteItemRepository.cs (+0 -3)
📝 Emby.Server.Implementations/HttpServer/WebSocketConnection.cs (+7 -1)
📝 Jellyfin.Api/Controllers/PluginsController.cs (+6 -2)
📝 Jellyfin.Api/Helpers/MediaInfoHelper.cs (+5 -1)
📝 Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs (+2 -1)
📝 Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs (+5 -0)
📝 Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs (+6 -1)
MediaBrowser.Common/Json/Converters/JsonDoubleConverter.cs (+0 -56)
MediaBrowser.Common/Json/Converters/JsonInt32Converter.cs (+0 -40)
MediaBrowser.Common/Json/Converters/JsonInt64Converter.cs (+0 -56)
MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverter.cs (+0 -82)
MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverterFactory.cs (+0 -59)
MediaBrowser.Common/Json/Converters/JsonNullableInt32Converter.cs (+0 -55)
MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs (+0 -70)
📝 MediaBrowser.Common/Json/JsonDefaults.cs (+2 -7)
📝 MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs (+6 -0)
📝 MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs (+0 -1)
📝 MediaBrowser.Model/MediaBrowser.Model.csproj (+1 -1)
📝 tests/Jellyfin.MediaEncoding.Tests/FFprobeParserTests.cs (+2 -1)

📄 Description

Switch back to stable releases once .net5 is released.


🔄 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/3984 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 8/25/2020 **Status:** ✅ Merged **Merged:** 8/26/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `json-prerelease` --- ### 📝 Commits (6) - [`5f64ab0`](https://github.com/jellyfin/jellyfin/commit/5f64ab02a01f35f2bc2429cdee56973e77048fa5) bump System.Text.Json - [`acd88da`](https://github.com/jellyfin/jellyfin/commit/acd88dae45e87189a485d898bf3e4c6367cfff99) fix build - [`582c016`](https://github.com/jellyfin/jellyfin/commit/582c016d3bb967dad6100e4ff9c5d84317e2edc5) bump to preview8 and remove extra references - [`8b96881`](https://github.com/jellyfin/jellyfin/commit/8b96881aa1667495c78b0955321254da0dc5a22f) Clean up json Converters - [`78ae86b`](https://github.com/jellyfin/jellyfin/commit/78ae86b86a66855374c1e604118756abdfffe3f9) Apply suggestions from code review - [`de4cfa2`](https://github.com/jellyfin/jellyfin/commit/de4cfa223498dde4e665c452337f032c29270abe) Apply suggestions from code review ### 📊 Changes **19 files changed** (+42 additions, -437 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Data/SqliteItemRepository.cs` (+0 -3) 📝 `Emby.Server.Implementations/HttpServer/WebSocketConnection.cs` (+7 -1) 📝 `Jellyfin.Api/Controllers/PluginsController.cs` (+6 -2) 📝 `Jellyfin.Api/Helpers/MediaInfoHelper.cs` (+5 -1) 📝 `Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs` (+2 -1) 📝 `Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.cs` (+5 -0) 📝 `Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs` (+6 -1) ➖ `MediaBrowser.Common/Json/Converters/JsonDoubleConverter.cs` (+0 -56) ➖ `MediaBrowser.Common/Json/Converters/JsonInt32Converter.cs` (+0 -40) ➖ `MediaBrowser.Common/Json/Converters/JsonInt64Converter.cs` (+0 -56) ➖ `MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverter.cs` (+0 -82) ➖ `MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverterFactory.cs` (+0 -59) ➖ `MediaBrowser.Common/Json/Converters/JsonNullableInt32Converter.cs` (+0 -55) ➖ `MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs` (+0 -70) 📝 `MediaBrowser.Common/Json/JsonDefaults.cs` (+2 -7) 📝 `MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs` (+6 -0) 📝 `MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs` (+0 -1) 📝 `MediaBrowser.Model/MediaBrowser.Model.csproj` (+1 -1) 📝 `tests/Jellyfin.MediaEncoding.Tests/FFprobeParserTests.cs` (+2 -1) </details> ### 📄 Description Switch back to stable releases once .net5 is released. --- <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:08:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9802