Cuemon 2.7.2014.1950

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

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

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 method, DynamicWrap, on the DelegateUtility class in the Cuemon namespace
- New overloaded method, GetOrAdd, on the CacheCollection class in the Cuemon.Caching namespace

- Improved the Cache class in the Cuemon.Caching namespace to iterate interface IDependency instead of concrete Dependency class
- Improved the CacheCollection class in the Cuemon.Caching namespace to support thread safe memoization in the Memoize overloads
- Improved the EntityDataAdapter class in the Cuemon.Data.Entity namespace to provide better performance when retrieving data for collection classes
- Improved the XmlDataReader class in the Cuemon.Data.XmlClient namespace to support CDATA sections and accumulate nodes when a result exists and the depth is one

- Fixed a bug in the constructor on the DateSpan struct in the Cuemon namespace that inadvertently calculated days and months wrong
- Fixed a bug in the Read method on the BulkCopyDataReader class in the Cuemon.Data namespace that in some cases contained data from last read operation