Sign in Sign up
nuget

ValueOf

Declare Value Objects in one line e.g. `class ClientRef : ValueOf<string, ClientRef> { }`), create using `ClientRef.From(someString)` The base Type ValueOf<TValue, TThis>, provides Equals, GetHashcode. Use ValueTuples for multi property values e.g `class Address : ValueOf<(string firstLine, string secondLine, Postcode postcode), Address> {}`

nuget View on Nuget

Activity

Latest release
4y ago
Total releases
10
Cadence
~6 months
Last 12 months
0

Details

First release
Aug 08, 2017
Releases
Version Released
2.0.31 patch
2.0.29 patch
2.0.27 patch
2.0.21 major
1.0.17 patch
1.0.14 patch
1.0.12 patch
1.0.7 patch
1.0.4 patch
1.0.1 initial