Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json 9.0.0-preview.3

This is a prerelease version of Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json --version 9.0.0-preview.3                
NuGet\Install-Package Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json -Version 9.0.0-preview.3                
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="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json" Version="9.0.0-preview.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json --version 9.0.0-preview.3                
#r "nuget: Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json, 9.0.0-preview.3"                
#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.
// Install Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json as a Cake Addin
#addin nuget:?package=Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json&version=9.0.0-preview.3&prerelease

// Install Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json as a Cake Tool
#tool nuget:?package=Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json&version=9.0.0-preview.3&prerelease                

About

An open-source project (MIT license) that targets and complements the Newtonsoft.Json serializer engine. It aims to provide a uniform and convenient developer experience when working with JSON.

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

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

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

More documentation available at our documentation site:

Product Compatible and additional computed target framework versions.
.NET 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 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

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

Package Downloads
Codebelt.Extensions.Newtonsoft.Json.App

Provides a convenient set of default API additions for building a .NET application that favors Newtonsoft.Json.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.0 0 11/13/2024
9.0.0-rc.1 67 11/11/2024
9.0.0-preview.3 43 10/11/2024
9.0.0-preview.2 39 10/4/2024
9.0.0-preview.1 76 9/22/2024
8.4.0 106 9/22/2024

Version 9.0.0
Availability: .NET 9 and .NET 8
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
- REMOVED Support for TFM .NET 6 (LTS)
 
# Breaking Changes
- REMOVED HttpExceptionDescriptorResponseHandlerExtensions class from the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace
 
Version 8.4.0
Availability: .NET 8 and .NET 6
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
Version 8.3.2
Availability: .NET 8 and .NET 6
 
# ALM
- REMOVED Support for TFM .NET 7 (STS)
 
Version 8.2.0
Availability: .NET 8, .NET 7 and .NET 6
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
Version: 8.1.0
Availability: .NET 8, .NET 7 and .NET 6
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
# Bug Fixes
- FIXED HttpExceptionDescriptorResponseHandlerExtensions class in the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace so that AddNewtonsoftJsonResponseHandler now enumerates all supported media types in regards to content negotiation
 
# Improvements
- CHANGED HttpExceptionDescriptorResponseHandlerExtensions class in the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json marking the method, AddNewtonsoftJsonResponseHandler, obsolete (should use AddNewtonsoftJsonExceptionResponseFormatter instead)
- CHANGED MvcBuilderExtensions class in the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace to be more lean having only two extension methods remaining; AddNewtonsoftJsonFormatters and AddNewtonsoftJsonFormattersOptions
- CHANGED MvcCoreBuilderExtensions class in the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace to be more lean having only two extension methods remaining; AddNewtonsoftJsonFormatters and AddNewtonsoftJsonFormattersOptions
 
# Breaking Changes (soft)
- MOVED JsonConverterCollectionExtensions from Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json.Converters namespace to Codebelt.Extensions.AspNetCore.Newtonsoft assembly into the Codebelt.Extensions.AspNetCore.Newtonsoft.Json.Converters namespace
 
Version: 8.0.1
Availability: .NET 8, .NET 7 and .NET 6
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
Version: 8.0.0
Availability: .NET 8, .NET 7 and .NET 6
 
# ALM
- ADDED TFM for net8.0
- REMOVED TFM for netstandard2.0
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
# Bug Fixes
- FIXED AddNewtonsoftJsonResponseHandler extension method to properly propagate options to NewtonsoftJsonFormatter serialization method in the HttpExceptionDescriptorResponseHandlerExtensions in the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json namespace