Cuemon.AspNetCore.Mvc.Formatters.Xml 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.Xml --version 5.0.2019.40
NuGet\Install-Package Cuemon.AspNetCore.Mvc.Formatters.Xml -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.Xml" 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.Xml --version 5.0.2019.40
#r "nuget: Cuemon.AspNetCore.Mvc.Formatters.Xml, 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.Xml as a Cake Addin
#addin nuget:?package=Cuemon.AspNetCore.Mvc.Formatters.Xml&version=5.0.2019.40

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

The Cuemon.AspNetCore.Mvc.Formatters.Xml 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 IList{XmlConverter}: AddHttpExceptionDescriptorConverter

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

5.0.2018.256
* CHANGED - XmlConverterListExtensions class in the Cuemon.AspNetCore.Mvc.Formatters.Xml.Converters namespace recevied a static constructor which adds converters to XmlSerializerSettings.DefaultConverters
* CHANGED - Extension method for IMvcCoreBuilder and IMvcBuilder: AddXmlFormatterOptions was changed to use same initialization
* ADDED - New extensions for IList{XmlConverter}: AddStringValuesConverter, AddHeaderDictionaryConverter, AddQueryCollectionConverter, AddFormCollectionConverter and AddCookieCollectionConverter

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

5.0.2018.252
* REMOVED - Extension methods for IList{XmlConverter}: AddStringValuesConverter, AddHeaderDictionaryConverter, AddQueryCollectionConverter, AddFormCollectionConverter and AddCookieCollectionConverter

5.0.2018.250
* PRELUDE - This is a major release with breaking changes through out the assembly family
* CHANGED - XmlSerializationInputFormatter class in the Cuemon.AspNetCore.Mvc.Formatters.Xml namespace was changed with a call to EnableRewind
* ADDED - New extensions for IList{XmlConverter}: AddStringValuesConverter, AddHeaderDictionaryConverter, AddQueryCollectionConverter, AddFormCollectionConverter and AddCookieCollectionConverter

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 - Assembly version 4.2.2017.0 --> 4.3.2018.205
* CHANGED - Updated to .NET Standard 2.0 due to breaking changes in Microsoft.AspNetCore.Http.Abstractions by Microsoft (breaking)
* FIXED - Removed default null value for setup on AddXmlFormatterOptions

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.Xml, Cuemon.Serialization, Cuemon.Serialization.Xml, Cuemon.AspNetCore, Microsoft.AspNetCore.Mvc

4.2.2017.2270
-

4.2.2017.2250
-

4.2.2017.900
* ADDED - New extensions for IMvcCoreBuilder: AddXmlFormatterOptions
* ADDED - New extensions for IMvcBuilder: AddXmlFormatterOptions
* CHANGED - XmlSerializationInputFormatter class in the Cuemon.AspNetCore.Mvc.Formatters.Json namespace now takes a XmlFormatterOptions in the constructor (DI)
* CHANGED - XmlSerializationMvcOptionsSetup class in the Cuemon.AspNetCore.Mvc.Formatters.Json namespace now takes an IOptions{XmlFormatterOptions} in the constructor (DI)
* CHANGED - XmlSerializationOutputFormatter class in the Cuemon.AspNetCore.Mvc.Formatters.Json namespace now takes a XmlFormatterOptions in the constructor (DI)

4.1.2017.500
-

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 - XmlSerializationInputFormatter class in the Cuemon.AspNetCore.Mvc.Formatters namespace handles deserialization of XML to objects using XmlFormatter
* ADDED - XmlSerializationOutputFormatter class in the Cuemon.AspNetCore.Mvc.Formatters namespace handles serialization of objects to XML using XmlFormatter
* ADDED - XmlSerializationMvcOptionsSetup 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: AddXmlSerializationFormatters
* ADDED - New extensions for IMvcBuilder: AddXmlSerializationFormatters