Metadata >> NuGet >> ValueUtils

ValueUtils

Metadata

Authors Eamon Nerbonne
Copyrights Copyright 2014 © Eamon Nerbonne
Description Provides utilities to make working with classes having value-semantics (e.g. a data transfer object) more practical in C#. Just write "sealed class MyClass : ValueObject<MyClass>" to add value semantics to your class. In particular, includes a efficient hash-code & equality function generators for arbitrary objects using runtime code generation to result in code similar to what you'd write by hand.
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Eamon Nerbonne
ProjectUrl https://github.com/EamonNerbonne/ValueUtils
ReleaseNotes Tune hash mixing coefficients to minimize collisions (based on actual testing, now).
RequireLicenseAcceptance False
Summary Efficient hash code and equality implementations for arbitrary objects.
Tags ValueObject DataTransferObject DTO GetHashCode Equals IEquatable ValueType value semantics hashcode
Title ValueUtils
PackageSize 16515
PackageHashAlgorithm SHA512
PackageHash fAYZ5qIeAlnJpm0yVPWdKAYGJin9QkyJzw8EQI+f5I+nTNXurscz6wNdcrsqfmGORlzu4RhlgKhPb4QxUo5E7A==
DownloadCount 000000
CreatedDate 2014-06-01T13:36:54

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 ValueUtils -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install ValueUtils -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 ValueUtils
Installing the package (HTTP Basic authentication):
Install-Package ValueUtils -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package ValueUtils -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package ValueUtils

OpenWrap

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

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
1.2.2.0
1.2.1.0
1.2.0.0
1.1.0.0
1.0.1.0
1.0.0.0
0.2.0.0
0.1.0.0