Codebelt.Extensions.Newtonsoft.Json 9.0.0-preview.1

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

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

The Codebelt.Extensions.Newtonsoft.Json namespace contains both types and extension methods that complements the Newtonsoft.Json namespace by adding new ways of working with JSON; both in terms of serialization and parsing.

More documentation available at our documentation site:

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 is compatible. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 Codebelt.Extensions.Newtonsoft.Json:

Package Downloads
Savvyio.Extensions.Newtonsoft.Json

Extend the Savvy I/O core assemblies with support for Newtonsoft JSON.

Codebelt.Extensions.AspNetCore.Newtonsoft.Json

The Codebelt.Extensions.AspNetCore.Newtonsoft.Json namespace contains both types and extension methods that complements the Cuemon.Extensions.AspNetCore/Cuemon.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.

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 303 11/13/2024
9.0.0-rc.1 209 11/11/2024
9.0.0-preview.3 44 10/11/2024
9.0.0-preview.2 130 10/4/2024
9.0.0-preview.1 74 9/22/2024
8.4.0 142 9/22/2024

Version 9.0.0
Availability: .NET 9, .NET 8 and .NET Standard 2.0
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
- REMOVED Support for TFM .NET 6 (LTS)
 
# New Features
- ADDED FailureConverter class in the Codebelt.Extensions.Newtonsoft.Json.Converters namespace to convert FailureConverter to JSON
 
# Improvements
- EXTENDED JsonConverterCollectionExtensions class in the Codebelt.Extensions.Newtonsoft.Json.Converters namespace to include one new extension method: AddFailureConverter
 
# Quality Analysis Actions
- CHANGED ValidatorExtensions class in the Codebelt.Extensions.Newtonsoft.Json namespace to be compliant with https://rules.sonarsource.com/csharp/type/Bug/RSPEC-3343/ (breaking change)
 
Version 8.4.0
Availability: .NET 8, .NET 6 and .NET Standard 2.0
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
Version 8.3.2
Availability: .NET 8, .NET 6 and .NET Standard 2.0
 
# ALM
- REMOVED Support for TFM .NET 7 (STS)
 
Version 8.3.0
Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0
 
# Bug Fixes
- FIXED ExceptionConverter class in the Codebelt.Extensions.Newtonsoft.Json.Converters namespace to use Environment.NewLine instead of Alphanumeric.NewLine (vital for non-Windows operating systems)
 
Version 8.2.0
Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
Version: 8.1.0
Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
# Improvements
- CHANGED NewtonsoftJsonFormatterOptions class in the Codebelt.Extensions.Newtonsoft.Json.Formatters namespace to derive from IExceptionDescriptorOptions
 
Version: 8.0.1
Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
  
# Improvements
- CHANGED NewtonsoftJsonFormatterOptions class in the Codebelt.Extensions.Newtonsoft.Json.Formatters namespace to be consistent with general date time handling; applied DateFormatString = "O"
 
Version: 8.0.0
Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0
 
# ALM
- ADDED TFM for net8.0
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
# Breaking Changes
- CHANGED Create{T} method signature on DynamicContractResolver in the Codebelt.Extensions.Newtonsoft.Json namespace to support an additional argument (PropertyInfo) in the params Action{PropertyInfo, JsonProperty} array
- RENAMED JsonFormatter class in the Codebelt.Extensions.Newtonsoft.Json.Formatters namespace to NewtonsoftJsonFormatter
- RENAMED JsonFormatterOptions class in the Codebelt.Extensions.Newtonsoft.Json.Formatters namespace to NewtonsoftJsonFormatterOptions
 
# New Features
- ADDED TransientFaultExceptionConverter class in the Codebelt.Extensions.Newtonsoft.Json.Converters to convert TransientFaultException to and from JSON
- EXTENDED JsonConverterCollectionExtensions class in the Codebelt.Extensions.Newtonsoft.Json.Converters namespace with a new extension method for the JsonConverter class: AddTransientFaultExceptionConverter
- EXTENDED JsonFormatterOptions class in the Codebelt.Extensions.Newtonsoft.Json.Formatters namespace to include a new default converter: AddTransientFaultExceptionConverter
 
# Improvements
- CHANGED ExceptionConverter class in the Codebelt.Extensions.Newtonsoft.Json.Converters namespace to support deserialization of Exception types
 
# Quality Analysis Actions
- CHANGED ExceptionConverter class in the Codebelt.Extensions.Newtonsoft.Json.Converters namespace to be compliant with https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1822