Cuemon 2.0.2013.1550

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 --version 2.0.2013.1550
NuGet\Install-Package Cuemon -Version 2.0.2013.1550
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" Version="2.0.2013.1550" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cuemon --version 2.0.2013.1550
#r "nuget: Cuemon, 2.0.2013.1550"
#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 as a Cake Addin
#addin nuget:?package=Cuemon&version=2.0.2013.1550

// Install Cuemon as a Cake Tool
#tool nuget:?package=Cuemon&version=2.0.2013.1550

If you like the structure of the .NET platform, then the Cuemon .NET Framework Additions might just be that extra solution you have been looking for! With these assemblies I have aimed to accomplish at least two things; simplify the tedious work that is always present when coding towards a generic framework, and implementing some core- and utility classes for you to enjoy.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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

This is a minor release which fixes a few bugs.
The following work was completed for this release:

- The GlobalModule class received several small fixes related to compressed content, among those a critical bug discovered when BufferOutput was disabled on the HttpResponse class
- The HttpRequestUtility class was extended with a new method; GetContentTypeHeader
- The HttpResponseContentFilter class now only gather a snapshot of written content when BufferOutput is enabled on the HttpResponse class
- The HttpResponseCompressionFilter now throws an InvalidOperationException when BufferOutput is disabled on the HttpResponse class
- The XmlSerializationUtility class received some minor tweaks when processing classes inheriting from the XmlWrapper class
- The EndpointModule class now correctly reads and adds any solution wide assembly having one or more classes inheriting from the Endpoint class
- The Endpoint class received some minor structural refactoring as well as minor changes to the core logic
- The HttpRouteAttribute class received some minor structural refactoring
- The Cuemon.ServiceModel assembly is still a work in progress why it is not recommended for any production use as of yet