Cuemon 2.7.2014.1480

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

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

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 is a minor release that contains a few important improvements along with some very nice new features.
The following work was completed for this release:

- New static class, ActivatorUtility, in the Cuemon namespace that provide ways to work more efficient with Activator related tasks
- New static class, Condition, in the Cuemon namespace that provide ways to verify conditions a generic way for countless scenarios using true/false propositions
- New static class, Validator, in the Cuemon namespace that provides a generic way to validate different types of arguments passed to members

- New method, IsAutoProperty, on the ReflectionUtility class in the Cuemon.Reflection namespace
- New method, CreateArgumentException, on the ExceptionUtility class in the Cuemon namespace
- New method, CreateArgumentNullException, on the ExceptionUtility class in the Cuemon namespace
- New method, CreateArgumentEmptyException, on the ExceptionUtility class in the Cuemon namespace
- New method, CreateArgumentOutOfRangeException, on the ExceptionUtility class in the Cuemon namespace

- Improved the DataAttribute class in the Cuemon.Data.Entity.Mapping namespace to support scenarios with automatic property implementations
- Improved the BusinessEntityUtility class in the Cuemon.Data.Entity namespace to memoize resolved data mapped entity columns

- Refactored the DefaultOr class in the Cuemon namespace to be more contemporary in its design
- Refactored the XmlSerialization class in the Cuemon.Xml.Serialization namespace to have seven core methods made virtual