Cuemon 2.0.2013.420

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

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

If you like the structure of the .NET platform, then the Cuemon .NET Framework Additions might just be that extra solution you have been looking for! With these assemblies I have aimed to accomplish at least two things; simplify the tedious work that is always present when coding towards a generic framework, and implementing some core- and utility classes for you to enjoy.

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

For this release a few minor bugs was fixed a long with refactoring and code optimization.
The following work has been implemented:

- The NetDependency class was made more flexible with several new overloads
- The XsltMasterPage class now supports XSLT parameters that will find their way to the associated XsltPage
- The XsltPage class will now include any XSLT parameters from an associated XsltMasterPage
- The GlobalModule class received a new event; SendRequestContent and the current ASP.NET lifecycle monitoring was extended with the Page lifecycle as well for complete overview of the whereabouts of the request flow
- The WebsiteModule class was reduced in complexity when providing the above mentioned lifecycle to an XsltPage where debugging is enabled
- The NetHttpUtility class received a patch when doing HTTP calls async; if a request took more than 30 seconds an exception was mistakenly thrown instead of honoring the request timeout
- The AsyncCall class was extended with timeout Timespan on the virtual Invoke method
- The NumberUtility class was strengthen in regards to generating random numbers
- The XsltUtility class was refactored to easier usability in terms of loading stylesheets through Uri and string
- The EncodingUtility class had the GetEncodings method changed to an IReadOnlyDictionary