Cuemon 3.0.2015.1970

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

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

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 one new class, a few bug fixes and some new utility methods.
The following work was completed for this release:

- New static class, ObjectUtility, in the Cuemon namespace that is designed to make common object related operations easier to work with

- Improved the ReflectionUtility class in the Cuemon.Reflection namespace to include new overloaded methods; IsOverride and GetPropertyValue
- Improved the EnumerableUtility class in the Cuemon.Collections.Generic namespace to include new overloaded methods; RandomOrDefault<TSource>

- Fixed a bug in the SanitizeTypeName method on the TypeUtility class in the Cuemon namespace that prevented full name specification if type was not generic
- Fixed a bug in the XsltPage class in the Cuemon.Web.UI namespace that in some cases could trigger a System.Web.HttpException (Request is not available in this context)