Cuemon 2.7.2014.2300

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

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

Simple, intuitive and logical every-day-usage additions to the Microsoft .NET Framework 2.0 SP1 and newer. Follows the same namespace structure already found in the .NET Framework.

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 release contains a few new features as well as some performance related improvements.
The following work was completed for this release:

- New overloaded method, ThrowIfNullOrEmpty, on the Validator class in the Cuemon namespace

- Refactored the SecurityToken class in the Cuemon.Security namespace to use a new lightweight version of the protocol
- Refactored the DataManager class in the Cuemon.Data namespace to support a default ConnectionString instead of a default ConnectionStringName

- Improved the Entity abstract class in the Cuemon.Data.Entity namespace to finally support the HasValue property
- Improved the BusinessEntityUtility class in the Cuemon.Data.Entity namespace to support a way to enable row verification of datasets
- Improved the Endpoint class in the Cuemon.ServiceModel namespace to provide better performance when parsing methods to invoke
- Improved the EntityDataAdapter class in the Cuemon.Data.Entity namespace to support a way to enable throwing a DataAdapterException when no rows is returned from a repository

- Fixed a bug in the DateSpan struct in the Cuemon namespace that inadvertently calculated months wrong
- Fixed a bug in the Endpoint class in the Cuemon.ServiceModel namespace where the core methods now does a null check on the HandlerContext property
- Fixed a bug in the MaxLengthValidationAttribute class in the Cuemon.Annotations namespace that did not check string decorated properties for null before validating
- Fixed a bug in the MinLengthValidationAttribute class in the Cuemon.Annotations namespace that did not check string decorated properties for null before validating

Note: The SecurityToken improvement is a breaking change. This means services relying on this token must have Cuemon updated.