Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json 8.0.0-preview.176

Prefix Reserved
This is a prerelease version of Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json --version 8.0.0-preview.176
                    
NuGet\Install-Package Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json -Version 8.0.0-preview.176
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json" Version="8.0.0-preview.176" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json" Version="8.0.0-preview.176" />
                    
Directory.Packages.props
<PackageReference Include="Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json --version 8.0.0-preview.176
                    
#r "nuget: Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json, 8.0.0-preview.176"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json@8.0.0-preview.176
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json&version=8.0.0-preview.176&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json&version=8.0.0-preview.176&prerelease
                    
Install as a Cake Tool

About

An open-source family of assemblies (MIT license) that targets and complements the Microsoft .NET platform (.NET 7, .NET 6, .NET Standard 2, Universal Windows Platform and .NET Framework 4.6.1 and newer) by providing vast ways of possibilities for all breeds of coders, programmers, developers and the likes thereof.

It is, by heart, free, flexible and built to extend and boost your agile codebelt.

Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json for .NET

The Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace contains both types and extension methods that complements the Cuemon.Extensions.Newtonsoft.Json namespace while being an addition to the Microsoft.AspNetCore.Mvc namespace. Provides JSON formatters for ASP.NET Core that is powered by Newtonsoft.Json.

More documentation available at Cuemon for .NET documentation.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json:

Package Downloads
Y.Tools

Package Description

Z.Fantasy.Core

CoreεŒ…

WYG.Common

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated

Version: 7.1.0
Availability: .NET Standard 2.0, .NET 6.0, .NET 7.0
 
# ALM
- REMOVED TFM for .NET Core 3.1
- CHANGED Dependencies to latest and greatest with respect to TFM
 
Version: 7.0.0
Availability: .NET Standard 2.0, .NET Core 3.1, .NET 6.0, .NET 7.0
 
# ALM
- ADDED TFM for .NET 7
- REMOVED TFM for .NET 5
- CHANGED Dependencies to latest and greatest with respect to TFM
 
# Breaking Changes
- RENAMED AddJsonSerializationFormatters --> AddNewtonsoftJsonFormatters on the MvcBuilderExtensions class in the Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace
- RENAMED AddJsonFormatterOptions --> AddNewtonsoftJsonFormattersOptions on the MvcBuilderExtensions class in the Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace
- RENAMED AddJsonSerializationFormatters --> AddNewtonsoftJsonFormatters on the MvcCoreBuilderExtensions class in the Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace
- RENAMED AddJsonFormatterOptions --> AddNewtonsoftJsonFormattersOptions on the MvcCoreBuilderExtensions class in the Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace
 
# New Features
- ADDED HttpExceptionDescriptorResponseHandlerExtensions class in the Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace that consist of extension methods for the HttpExceptionDescriptorResponseHandler class: AddNewtonsoftJsonResponseHandler
 
Version: 6.4.1
Availability: .NET Standard 2.0, .NET Core 3.1, .NET 5.0, .NET 6.0
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFM
 
Version: 6.3.0
Availability: .NET Standard 2.0, .NET Core 3.1, .NET 5.0, .NET 6.0
 
# ALM
- ADDED TFM for .NET 6
- CHANGED TFM for .NET Core 3.0 to .NET Core 3.1 (LTS)
- CHANGED Dependencies to latest and greatest with respect to TFM
 
Version: 6.0.0
Availability: .NET Standard 2.0, .NET Core 3.0, .NET 5.0
 
# Upgrade Steps
- The Cuemon.AspNetCore.Mvc.Formatters.Json namespace was removed with this version
- Any types found in the Cuemon.AspNetCore.Mvc.Formatters.Json namespace was merged into the Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace
 
# Breaking Changes
- REMOVED DefaultJsonSerializerSettings class from the Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace as the default settings is given by JsonFormatterOptions
 
# Improvements
- COMPATIBLE with the changes applied to NET Core 3 in regards to only allowing asynchronous I/O
 
# Quality Analysis Actions
- CHANGED JsonSerializationInputFormatter class in the Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace to have 0 duplicated blocks of lines of code
- CHANGED JsonSerializationOutputFormatter class in the Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace to have 0 duplicated blocks of lines of code
- CHANGED JsonConverterCollectionExtensions class in the Cuemon.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json.Converters namespace to have 0 duplicated blocks of lines of code