mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3984] [MERGED] Use Prerelease System.Text.Json #9802
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/3984
Author: @crobibero
Created: 8/25/2020
Status: ✅ Merged
Merged: 8/26/2020
Merged by: @Bond-009
Base:
master← Head:json-prerelease📝 Commits (6)
5f64ab0bump System.Text.Jsonacd88dafix build582c016bump to preview8 and remove extra references8b96881Clean up json Converters78ae86bApply suggestions from code reviewde4cfa2Apply 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.