Cuemon 2.5.2013.2900

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

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

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 with several improvements and a few bug fixes to the recent major release.
These are the highlights for this release:

- A new static class was introduced in the Cuemon namespace; StructUtility that was designed to make common struct related operations easier to work with

- The StructUtility class was born with these two methods; GetHashCode32 and GetHashCode64
- The CacheDictionary class was renamed to CacheCollection and was refactored to improve performance, memory footprint and reduced complexity
- The CacheValidator class was refactored to improve versatility, performance, memory footprint and reduced complexity
- The FileUtility class had the GetCacheValidator method refactored to improve performance and memory footprint
- The ByteUtility class was extended with one method; GetHashCode
- The StringUtility class was extended with one method; GetHashCode
- The Endpoint class was refactored to improve service versatility with these new methods; ExceptionHandler, ClientSideCachingHandler and StatusCodeHandler