ValueOf 2.0.31
dotnet add package ValueOf --version 2.0.31
NuGet\Install-Package ValueOf -Version 2.0.31
<PackageReference Include="ValueOf" Version="2.0.31" />
paket add ValueOf --version 2.0.31
#r "nuget: ValueOf, 2.0.31"
// Install ValueOf as a Cake Addin
#addin nuget:?package=ValueOf&version=2.0.31
// Install ValueOf as a Cake Tool
#tool nuget:?package=ValueOf&version=2.0.31
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> {}`
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (6)
Showing the top 5 NuGet packages that depend on ValueOf:
Package | Downloads |
---|---|
Jakar.Extensions
Extensions to aid in development. |
|
MetaTypes
A set of highly mutable types a bit like the types in the Reflection namespace for metaprogramming |
|
DFlow
Small framework to acelerate DDD-based applications |
|
BreadTh.StronglyApied
Package Description |
|
DFlow.Domain
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on ValueOf:
Repository | Stars |
---|---|
Elfocrash/clean-minimal-api
A project showcasing how you can build a clean Minimal API using FastEndpoints
|
|
Elfocrash/aws-videos
|