Cuemon.AspNetCore.Mvc.Formatters.Json 5.0.2019.40

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
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.AspNetCore.Mvc.Formatters.Json --version 5.0.2019.40
NuGet\Install-Package Cuemon.AspNetCore.Mvc.Formatters.Json -Version 5.0.2019.40
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.AspNetCore.Mvc.Formatters.Json" Version="5.0.2019.40" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cuemon.AspNetCore.Mvc.Formatters.Json --version 5.0.2019.40
#r "nuget: Cuemon.AspNetCore.Mvc.Formatters.Json, 5.0.2019.40"
#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 Cuemon.AspNetCore.Mvc.Formatters.Json as a Cake Addin
#addin nuget:?package=Cuemon.AspNetCore.Mvc.Formatters.Json&version=5.0.2019.40

// Install Cuemon.AspNetCore.Mvc.Formatters.Json as a Cake Tool
#tool nuget:?package=Cuemon.AspNetCore.Mvc.Formatters.Json&version=5.0.2019.40

The Cuemon.AspNetCore.Mvc.Formatters.Json assembly is a supplement to the Microsoft ASP.NET Core MVC.

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 was computed.  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. 
.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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

5.0.2019.40
* ADDED - New extension for ICollection{JsonConverter}: AddHttpExceptionDescriptorConverter
* ADDED - New extension for JsonSerializerSettings: Use{T}
* ADDED - DefaultJsonSerializerSettings class in the Cuemon.AspNetCore.Mvc.Formatters.Json namespace that specifies the default settings on a JsonSerializer object as interpreted by this framework

5.0.2018.350
* UPDATED - Microsoft.AspNetCore.Mvc was updated from 2.1.3 --> 2.2.0

5.0.2018.256
* ADDED - New extensions for ICollection{JsonConverter}: AddStringValuesConverter

5.0.2018.255
* UPDATED - Microsoft.AspNetCore.Mvc was updated from 2.1.2 --> 2.1.3

5.0.2018.252
* REMOVED - Extension method for ICollection{JsonConverter}: AddStringValuesConverter

5.0.2018.250
* PRELUDE - This is a major release with breaking changes through out the assembly family
* CHANGED - JsonSerializationInputFormatter class in the Cuemon.AspNetCore.Mvc.Formatters.Json namespace was changed with a call to EnableRewind
* ADDED - New extensions for ICollection{JsonConverter}: AddStringValuesConverter

4.3.2018.2200
* REMOVED - TargetFramework net461 since netstandard2.0 is 100% compatible with net461 (https://blogs.msdn.microsoft.com/dotnet/2017/08/14/announcing-net-standard-2-0/)

4.3.2018.2070
* CHANGED - Updated to .NET Standard 2.0 due to breaking changes in Microsoft.AspNetCore.Http.Abstractions by Microsoft (breaking)
* CHANGED - Assembly version 4.2.2017.0 --> 4.3.2018.205
* FIXED - Minor spelling errors
* FIXED - Removed default null value for setup on AddJsonFormatterOptions

4.2.2018.840
* PRELUDE - Microsoft has now proven that .NET Standard is the way to go why per assembly download is re-introduced again
* CHANGED - Changed dependency from Cuemon.AspNetCore.Pacage --> Cuemon.Core, Cuemon.Serialization, Cuemon.AspNetCore

4.2.2017.2270
-

4.2.2017.2250
-

4.2.2017.900
* ADDED - New extensions for IMvcCoreBuilder: AddJsonFormatterOptions
* ADDED - New extensions for IMvcBuilder: AddJsonFormatterOptions
* CHANGED - JsonSerializationInputFormatter class in the Cuemon.AspNetCore.Mvc.Formatters.Json namespace now takes a JsonFormatterOptions in the constructor (DI)
* CHANGED - JsonSerializationMvcOptionsSetup class in the Cuemon.AspNetCore.Mvc.Formatters.Json namespace now takes an IOptions{JsonFormatterOptions} in the constructor (DI)
* CHANGED - JsonSerializationOutputFormatter class in the Cuemon.AspNetCore.Mvc.Formatters.Json namespace now takes a JsonFormatterOptions in the constructor (DI)

4.1.2017.500
* CHANGED - JsonSerializationInputFormatter class in the Cuemon.AspNetCore.Mvc.Formatters namespace was changed to reflect the changes of the JsonFormatter using Stream instead of String
* CHANGED - JsonSerializationOutputFormatter class in the Cuemon.AspNetCore.Mvc.Formatters namespace was changed to reflect the changes of the JsonFormatter using Stream instead of String

4.1.2017.410
-

4.1.2017.400
-

4.1.2017.350
-

4.1.2017.280
-

4.1.2017.200
* CHANGED - Assembly version 4.0.2016.0 --> 4.1.2017.0

4.1.2016.3580
-

4.1.2016.3510
* ADDED - JsonSerializationInputFormatter class in the Cuemon.AspNetCore.Mvc.Formatters namespace handles deserialization of JSON to objects using JsonFormatter
* ADDED - JsonSerializationOutputFormatter class in the Cuemon.AspNetCore.Mvc.Formatters namespace handles serialization of objects to JSON using JsonFormatter
* ADDED - JsonSerializationMvcOptionsSetup class in the Cuemon.AspNetCore.Mvc namespace is a ConfigureOptions{TOptions} implementation which will add the XML serializer formatters to MvcOptions
* ADDED - New extensions for IMvcCoreBuilder: AddJsonSerializationFormatters
* ADDED - New extensions for IMvcBuilder: AddJsonSerializationFormatters