Omnifactotum 0.3.0.83
See the version list below for details.
dotnet add package Omnifactotum --version 0.3.0.83
NuGet\Install-Package Omnifactotum -Version 0.3.0.83
<PackageReference Include="Omnifactotum" Version="0.3.0.83" />
<PackageVersion Include="Omnifactotum" Version="0.3.0.83" />
<PackageReference Include="Omnifactotum" />
paket add Omnifactotum --version 0.3.0.83
#r "nuget: Omnifactotum, 0.3.0.83"
#:package Omnifactotum@0.3.0.83
#addin nuget:?package=Omnifactotum&version=0.3.0.83
#tool nuget:?package=Omnifactotum&version=0.3.0.83
Omnifactotum: the .NET library intended to help .NET developers avoid writing the same helper types, methods and extension methods for different projects.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40-client is compatible. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.3.0.114 | 66 | 3/23/2015 |
| 0.3.0.101 | 81 | 12/10/2014 |
| 0.3.0.87 | 66 | 10/19/2014 |
| 0.3.0.86 | 65 | 8/4/2014 |
| 0.3.0.83 | 59 | 6/24/2014 |
| 0.3.0.82 | 52 | 6/4/2014 |
| 0.3.0.80 | 53 | 6/3/2014 |
| 0.3.0.79 | 54 | 6/3/2014 |
| 0.3.0.74 | 50 | 5/16/2014 |
| 0.2.0.59 | 48 | 4/1/2014 |
| 0.2.0.58 | 50 | 3/31/2014 |
| 0.2.0.57 | 49 | 3/29/2014 |
| 0.2.0.54 | 49 | 3/28/2014 |
--- Changes in 0.3.0.83 (since 0.3.0.82) ---
* FixedSizeDictionary: Improved annotations
* FixedSizeDictionary: Implemented version verification in the enumerator
--- Changes in 0.3.0.82 (since 0.3.0.80) ---
* FixedSizeDictionary: Removed index verification in the internal determinant since this verification highly affected performance
--- Changes in 0.3.0.80 (since 0.3.0.79) ---
* EnumFixedSizeDictionary: Fix in determining the size
--- Changes in 0.3.0.79 (since 0.3.0.74) ---
* FixedSizeDictionary and EnumFixedSizeDictionary have been introduced.
* Applied Omnifactotum Annotations to the Factotum and OmnifactotumGenericObjectExtensions classes.
--- Changes in 0.3.0.74 (since 0.2.0.59) ---
* [Breaking change] Object Validation: Redesign and support of IEnumerable.
* [Breaking change] Renamed EnumHelper to EnumFactotum.
* [Breaking change] OmnifactotumExpressionExtensions is now in the namespace System.Linq.Expressions (instead of System).