Metadata >> NuGet >> Omnifactotum

Omnifactotum

Metadata

Authors Vitalii Maklai
Copyrights Copyright 2013-2015 Vitalii Maklai
Description Omnifactotum: the .NET library intended to help .NET developers avoid writing the same helper types, methods and extension methods for different projects.
LicenseUrl http://omnifactotum.codeplex.com/license
Owners Vitalii Maklai
ProjectUrl http://omnifactotum.codeplex.com/
RequireLicenseAcceptance True
Tags omnifactotum omni factotum aid assistant extension extensions helper common C#
Title Omnifactotum
PackageSize 395129
PackageHashAlgorithm SHA512
PackageHash 2oJTEyUkjs0IHNYDcpSC4xzS6IXvkmPSBhZ14vCAJ98Cnurb5eHme36DMBF7k85PV4Oue9UBICcqtsShy/sHOg==
DownloadCount 000000
CreatedDate 2015-07-07T10:31:51
ReleaseNotes --- Changes in 0.3.0.119 (since 0.3.0.117) --- * Omnifactotum: Removed NuGet dependency to MSBuildTasks package since it is only used for development --- Changes in 0.3.0.117 (since 0.3.0.114) --- * Omnifactotum: Factotum and Factotum.For{TObject}: Improved annotations --- 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).
Dependencies MSBuildTasks:1.4.0.88

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Omnifactotum -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Omnifactotum -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Omnifactotum
Installing the package (HTTP Basic authentication):
Install-Package Omnifactotum -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Omnifactotum -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Omnifactotum

OpenWrap

Installing the package:
o add-wrap Omnifactotum
Uninstalling the package:
o remove-wrap Omnifactotum

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
0.3.0.119
0.3.0.117
0.3.0.114
0.3.0.101
0.3.0.87
0.3.0.86
0.3.0.83
0.3.0.82
0.3.0.80
0.3.0.79
0.3.0.74
0.2.0.59
0.2.0.58
0.2.0.57
0.2.0.54