Cuemon 3.0.2015.1860

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

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

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 a few new classes and some refactoring prior to the last release.
The following work was completed for this release:

- New static class, DynamicComparer, in the Cuemon namespace that provides a factory based way to create and wrap an IComparer<T> implementation
- New static class, DynamicEqualityComparer, in the Cuemon namespace that provides a factory based way to create and wrap an IEqualityComparer<T> implementation

- Improved the ConvertUtility class in the Cuemon namespace to include ten new overloaded methods; ParseSequenceWith<T>
- Improved the ConvertUtility class in the Cuemon namespace to include five new overloaded methods; ParseWith<T>

- Removed the ToString overloaded methods on the ConvertUtility class in the Cuemon namespace because of the redundancy to the ParseWith overloaded methods
- Removed the Transform method on the ConvertUtility class in the Cuemon namespace because of the redundancy to the ParseWith overloaded methods
- Removed the TransformSequence method on the ConvertUtility class in the Cuemon namespace because of the redundancy to the ParseSequenceWith overloaded methods