Cuemon.Core.Package 4.0.2016.1360-beta

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Cuemon.Core.Package.
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.Core.Package --version 4.0.2016.1360-beta
NuGet\Install-Package Cuemon.Core.Package -Version 4.0.2016.1360-beta
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.Core.Package" Version="4.0.2016.1360-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cuemon.Core.Package --version 4.0.2016.1360-beta
#r "nuget: Cuemon.Core.Package, 4.0.2016.1360-beta"
#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.Core.Package as a Cake Addin
#addin nuget:?package=Cuemon.Core.Package&version=4.0.2016.1360-beta&prerelease

// Install Cuemon.Core.Package as a Cake Tool
#tool nuget:?package=Cuemon.Core.Package&version=4.0.2016.1360-beta&prerelease

This is all the assemblies of the Cuemon .NET Core family.

Product Compatible and additional computed target framework versions.
.NETPlatform dotnet54 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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

4.0.2016.1360
* CHANGED - The StringConverter.FromException(Exception, ..) method in the Cuemon namespace now flatten and includes all inner exceptions
* CHANGED - The XmlStreamConverter.FromException(Exception, ..) method in the Cuemon.Xml namespace now flatten and includes all inner exceptions
* FIXED - The ByteConverter.TryFromBase64String(string, ..) method in the Cuemon namespace now evaluates false if the predicate evaluates false
* FIXED - The TransientFaultUtility class in the Cuemon namespace does not include a dublet of the last exception thrown
* FIXED - The DataManager class in the Cuemon.Data namespace now clears the command paramters if called multiple times due to retry logic