Enkoni 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Enkoni --version 2.0.0
NuGet\Install-Package Enkoni -Version 2.0.0
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="Enkoni" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Enkoni --version 2.0.0
#r "nuget: Enkoni, 2.0.0"
#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 Enkoni as a Cake Addin
#addin nuget:?package=Enkoni&version=2.0.0

// Install Enkoni as a Cake Tool
#tool nuget:?package=Enkoni&version=2.0.0

Contains numerous easy-to-use types and operations that can be utilized in any kind of project or application

Product Compatible and additional computed target framework versions.
.NET Framework net35-client 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 (9)

Showing the top 5 NuGet packages that depend on Enkoni:

Package Downloads
Enkoni.Entities

Package Description

Enkoni.ServiceModel

Contains a number of helper-classes that can be utilized in combination with WCF services and proxies.

Enkoni.DataAnnotations

Package Description

Enkoni.Testing

Package Description

Enkoni.UI

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.0-beta02 750 6/25/2021
4.0.0-beta01 500 6/25/2021
3.0.0 18,247 12/4/2016
2.10.0 1,618 8/10/2016
2.9.0 1,295 6/30/2016
2.8.0 3,286 6/15/2016
2.7.0 1,799 9/19/2015
2.6.0 2,572 4/6/2015
2.6.0-beta2 1,144 4/5/2015
2.6.0-beta1 1,133 4/5/2015
2.5.0 2,314 2/14/2015
2.5.0-rc1 1,315 2/9/2015
2.4.0 1,682 1/5/2015
2.3.1 1,271 6/19/2014
2.3.0 1,933 5/1/2014
2.2.0.1 3,492 1/17/2014
2.2.0 2,310 11/23/2013
2.1.0 2,288 11/1/2013
2.0.1 2,512 7/4/2013
2.0.0 2,646 11/28/2012
1.3.0 2,493 10/8/2012
1.2.0 2,384 9/1/2012
1.1.0 3,126 8/27/2011
1.0.1 3,617 5/1/2011

Reorganized some collection-related classes into a new namespace calles Enkoni.Framework.Collections. This is a breaking change
but will add some more flexibility for the future.
- Added a new Stopwatch class that wraps the default .NET Stopwatch class and adds the ability to record lap times.
- Added a new AlarmClock class is capable of triggering an event at a specific time of day.
- Added new extension methods for System.Double to make it easier to compare double-values by looking only at the
significant digits or a specified margin.
- Added the new DoubleComparer and DoubleEqualityComparer classes to make it easier to compare double-values by looking only at the
significant digits or a specified margin.
Added four new properties to the Workflow-class (CanStart, CanStop, CanPause, CanContinue) that can be used to
determine if the workflow is in a state in which it can be started, stopped, paused or continued.