ValueUtils 1.3.0
Simplifies implementing or working with object having value-semantics (e.g. a data transfer object).
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.3.0
dotnet add package ValueUtils --version 1.3.0
<PackageReference Include="ValueUtils" Version="1.3.0" />
paket add ValueUtils --version 1.3.0
#r "nuget: ValueUtils, 1.3.0"
Release Notes
Add IEqualityComparer implementation. Support private fields in base classes.
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.