Omnifactotum 0.3.0.74

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

// Install Omnifactotum as a Cake Tool
#tool nuget:?package=Omnifactotum&version=0.3.0.74

Omnifactotum: the .NET library intended to help .NET developers avoid writing the same helper types, methods and extension methods for different projects.

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

Showing the top 2 NuGet packages that depend on Omnifactotum:

Package Downloads
Omnifactotum.Wpf

Omnifactotum.Wpf is the ultimate solution for WPF .NET developers who want to streamline their development process. It provides its own helper and functional types as well as the extension methods for the standard .NET types. It's the perfect way to reduce errors and save time, allowing developers to focus on creating quality code.

Omnifactotum.NUnit

Omnifactotum.NUnit: Provides helper and functional classes for testing with NUnit.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.19.0 315 2/15/2024
0.18.0 466 1/2/2024
0.17.0 617 10/18/2023
0.16.0 927 6/23/2023
0.15.0 685 6/1/2023
0.14.1 799 5/1/2023
0.14.0 857 3/20/2023
0.13.0 779 3/10/2023
0.12.0 879 2/2/2023
0.11.0 1,113 1/2/2023
0.10.0 1,060 9/30/2022
0.9.0 971 9/19/2022
0.8.0 1,185 5/30/2022
0.7.0 1,065 12/27/2021
0.6.0 1,101 11/15/2021
0.5.0 1,039 9/21/2021
0.4.1 847 5/31/2021
0.4.0 788 5/25/2021
0.3.0.119 3,461 7/7/2015
0.3.0.114 1,614 3/23/2015
0.3.0.101 1,880 12/10/2014

--- 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).