AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility
1.0.1
dotnet add package AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility --version 1.0.1
NuGet\Install-Package AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility -Version 1.0.1
<PackageReference Include="AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility" Version="1.0.1" />
paket add AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility --version 1.0.1
#r "nuget: AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility, 1.0.1"
// Install AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility as a Cake Addin
#addin nuget:?package=AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility&version=1.0.1
// Install AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility as a Cake Tool
#tool nuget:?package=AspNetCoreMigrationShims.NewtonsoftJson.NetFrameworkCompatibility&version=1.0.1
Library for supporting the migration of legacy applications to AspNetCore providing compatibility shims to aid in minimizing changes and risks for initial migraiton.
The primary shim provided in v1.0 is a NewtonsoftJsonInputFormatter that provides much closer compatible behavior to the legacy JsonMediaTypeFormatter of Asp .NET Framework MVC.
Product | Versions |
---|---|
.NET | net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
-
net6.0
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 6.0.8)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Add Dependency Injection support for Character ArrayPool so it can be customized and is consistent with Newtonsoft.Json out-of-the-box functionality.
Initial Release
- Provides NewtonsoftJson configuration & behavior for AspNetCore that closely matches the leagacy behavior of the legacy JsonMediaTypeFormatter of Asp .NET Framework MVC.