ValueUtils 1.2.1
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.
See the version list below for details.
Install-Package ValueUtils -Version 1.2.1
dotnet add package ValueUtils --version 1.2.1
<PackageReference Include="ValueUtils" Version="1.2.1" />
paket add ValueUtils --version 1.2.1
#r "nuget: ValueUtils, 1.2.1"
Release Notes
Bugfix: remove Console logging; tune hash mixing coefficients to minimize collisions.
Dependencies
This package has no dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ValueUtils:
Package | Downloads |
---|---|
ProgressOnderwijsUtils
Collection of utilities developed by ProgressOnderwijs
|
GitHub repositories
This package is not used by any popular GitHub repositories.