Codebelt.Extensions.AspNetCore.Newtonsoft.Json 9.0.0-preview.2

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

// Install Codebelt.Extensions.AspNetCore.Newtonsoft.Json as a Cake Tool
#tool nuget:?package=Codebelt.Extensions.AspNetCore.Newtonsoft.Json&version=9.0.0-preview.2&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.Text.Json for .NET

The Codebelt.Extensions.AspNetCore.Newtonsoft.Json namespace contains both types and extension methods that complements the Codebelt.AspNetCore/Codebelt.Extensions.Newtonsoft.Json namespace while being an addition to the Microsoft.AspNetCore namespace. Extends upon JSON formatters and converters in the context of ASP.NET Core for 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 (2)

Showing the top 2 NuGet packages that depend on Codebelt.Extensions.AspNetCore.Newtonsoft.Json:

Package Downloads
Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json

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.

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 74 11/13/2024
9.0.0-rc.1 70 11/11/2024
9.0.0-preview.3 46 10/11/2024
9.0.0-preview.2 39 10/4/2024
9.0.0-preview.1 76 9/22/2024
8.4.0 131 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)
 
# Improvements
- EXTENDED JsonConverterCollectionExtensions class in the Codebelt.Extensions.AspNetCore.Newtonsoft.Json.Converters namespace to include one new extension method: AddProblemDetailsConverter
 
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
 
# New Features
- ADDED JsonConverterCollectionExtensions class in the Codebelt.Extensions.AspNetCore.Newtonsoft.Json.Converters namespace that consist of extension methods for the JsonConverter class: AddHttpExceptionDescriptorConverter and AddStringValuesConverter
- ADDED ServiceCollectionExtensions class in the Codebelt.Extensions.AspNetCore.Newtonsoft.Json.Formatters namespace that consist of extension methods for the IServiceCollection interface: AddNewtonsoftJsonFormatterOptions and AddNewtonsoftJsonExceptionResponseFormatter