ValueUtils 1.2.0
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.0
dotnet add package ValueUtils --version 1.2.0
<PackageReference Include="ValueUtils" Version="1.2.0" />
paket add ValueUtils --version 1.2.0
#r "nuget: ValueUtils, 1.2.0"
Release Notes
Bugfix: add support for nullable, enum and/or struct fields in equality operations.
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.