Cuemon 1.0.2012.2600

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

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

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

For this release, the primary focus was to stabilize and improve existing functionality of the previous release.
The following work has been implemented:

- The NetHttpUtility class was stabilized by removing a vexing exception found in the AsyncCallResult method
- The WorkItem class was extended with 12 new overloads of the Create method
- The HttpRequestUtility class was extended with a new method
- The HttpResponseUtility class was extended with a new method and strengthen for IIS 6.0 compatibility
- The GlobalModule class was refactored to use recently new implemented methods in both the HttpResponseUtility- and HttpRequestUtility and enhanced with the IsHeadersWrittenDoToIisAdaptiveErrorViolation property to detect ASP.NET lifecycle violations such as headers being written prematurely
- The BusinessEntityUtility class now correctly checks if a class is abstract in the CreateDescendantOrSelfEntity method
- The NumberUtility class was extended with a new method
- The EnumerableUtility class was extended with two new methods