Cuemon 3.0.2015.2220

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

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

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 some nice additions.
The following work was completed for this release:

- New class, TypeArgumentOutOfRangeException, in the Cuemon namespace that is the exception thrown when the value of an type argument is outside the allowable range of values as defined by the invoked method
- New enum, HorizontalDirection, in the Cuemon namespace that specifies a set of values defining a horizontal direction
- New enum, VerticalDirection, in the Cuemon namespace that specifies a set of values defining a vertical direction

- Improved the ExceptionUtility class in the Cuemon namespace with two new methods; CreateTypeArgumentException and CreateTypeArgumentOutOfRangeException
- Improved the DictionaryUtility class in the Cuemon.Collections.Generic namespace with two new overloaded methods; ToDictionary<TKey, TValue>
- Improved the Validator class in the Cuemon namespace with several new overloaded methods; ThrowIf, ThrowIfNot, ThrowIfContainsType, ThrowIfNotContainsType, ThrowIfContainsType<T>, ThrowIfNotContainsType<T>, ThrowIfEnum<TEnum>, ThrowIfNotEnum<TEnum>
- Improved the EnumUtility class in the Cuemon namespace with two new overloaded methods; ToEnumerable<TEnum>
- Improved the DateTimeUtility class in the Cuemon namespace with several new overloaded methods; Floor, Ceiling, Round

- Refactored the GlobalModule class in the Cuemon.Web namespace to support more flexible overload of the HandleDynamicContentExpiresHeaders and HandleStaticContentExpiresHeaders methods
- Refactored the CdnGlobalModule class in the Cuemon.Web namespace to follow the above mentioned refactoring
- Refactored the WebsiteModule class in the Cuemon.Web namespace to follow the above mentioned refactoring

- Moved the ToEnumerable method on the ConvertUtility class in the Cuemon namespace to the EnumerableUtility class in the Cuemon.Collections.Generic and renamed it to Yield<TSource>