ValueUtils 1.0.1
Provides utilities to make working with classes having value-semantics 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.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package ValueUtils -Version 1.0.1
dotnet add package ValueUtils --version 1.0.1
<PackageReference Include="ValueUtils" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ValueUtils --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ValueUtils, 1.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Added ValueObject<> to simplify the creation of value-objects.
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.