Omnifactotum 0.3.0.114
See the version list below for details.
dotnet add package Omnifactotum --version 0.3.0.114
NuGet\Install-Package Omnifactotum -Version 0.3.0.114
<PackageReference Include="Omnifactotum" Version="0.3.0.114" />
paket add Omnifactotum --version 0.3.0.114
#r "nuget: Omnifactotum, 0.3.0.114"
// Install Omnifactotum as a Cake Addin #addin nuget:?package=Omnifactotum&version=0.3.0.114 // Install Omnifactotum as a Cake Tool #tool nuget:?package=Omnifactotum&version=0.3.0.114
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.
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.22.0 | 380 | 9/3/2024 |
0.20.0 | 504 | 5/23/2024 |
0.19.0 | 531 | 2/15/2024 |
0.18.0 | 563 | 1/2/2024 |
0.17.0 | 742 | 10/18/2023 |
0.16.0 | 995 | 6/23/2023 |
0.15.0 | 766 | 6/1/2023 |
0.14.1 | 868 | 5/1/2023 |
0.14.0 | 927 | 3/20/2023 |
0.13.0 | 862 | 3/10/2023 |
0.12.0 | 951 | 2/2/2023 |
0.11.0 | 1,192 | 1/2/2023 |
0.10.0 | 1,131 | 9/30/2022 |
0.9.0 | 1,035 | 9/19/2022 |
0.8.0 | 1,254 | 5/30/2022 |
0.7.0 | 1,132 | 12/27/2021 |
0.6.0 | 1,170 | 11/15/2021 |
0.5.0 | 1,103 | 9/21/2021 |
0.4.1 | 924 | 5/31/2021 |
0.4.0 | 858 | 5/25/2021 |
0.3.0.119 | 3,607 | 7/7/2015 |
0.3.0.114 | 1,707 | 3/23/2015 |
0.3.0.101 | 1,932 | 12/10/2014 |
--- Changes in 0.3.0.114 (since 0.3.0.101) ---
* OmnifactotumAssemblyExtensions: Improvements
* BREAKING CHANGE: OmnifactotumDisposableExtensions: DisposeSafely now works only for reference and nullable types (2 overloads)
* BREAKING CHANGE: OmnifactotumCollectionExtensions: DisposeCollectionItemsSafely now works only for reference and nullable types (2 overloads)
* BREAKING CHANGE: Factotum: DisposeAndNull now works also for nullable types (besides reference types)
* Introduced the AsyncFactotum class with the overloaded methods ComputeAsync and ExecuteAsync
* Fix in MemberConstraintBase.CastTo{T} (and hence in TypedMemberConstraintBase) for nullable types
* Improved annotations in Object Validator and related classes
* Minor improvements
--- Changes in 0.3.0.101 (since 0.3.0.90) ---
* KeyedEqualityComparer{T,TKey}: Fixes and improvements
* KeyedEqualityComparer static helper class has been introduced
* Factotum: CreateEmptyCompletedTask and CreateEmptyFaultedTask methods have been introduced
* OmnifactotumGenericObjectExtensions: EnsureNotNull (for nullable) has been introduced
* IValueContainer{T} has been introduced for ValueContainer{T} and SyncValueContainer{T}
* ValueContainer and SyncValueContainer helper static classes have been introduced
* Improvements and fixes in OmnifactotumMethodBaseExtensions and OmnifactotumTypeExtensions
* OmnifactotumStringExtensions: TrimSafely, TrimStartSafely, TrimEndSafely and Shorten methods now never return null
--- Changes in 0.3.0.90 (since 0.3.0.86) ---
* [BREAKING CHANGE] OmnifactotumCustomAttributeProviderExtensions: GetCustomAttributes has been renamed to GetCustomAttributeArray (for compatibility with FW 4.5+)
--- Changes in 0.3.0.86 (since 0.3.0.83) ---
* [BREAKING CHANGE] OmnifactotumDictionaryExtensions: The method GetValueOrCreate has been renamed to GetOrCreateValue for readablity and in order to avoid confusion with GetValueOrDefault
* OmnifactotumDictionaryExtensions: Improved annotations
* ValueContainer and SyncValueContainer:
[1] Support for equality comparison
[2] Added DebuggerDisplay attribute and ToString() method
* OmnifactotumMathExtensions class has been introduced:
[1] Sqr (square)
[2] Sqrt (square root)
[3] Abs (absolute value)
--- 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).