OneOf.Signed
1.0.0
F# style discriminated unions or C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.
Install-Package OneOf.Signed -Version 1.0.0
dotnet add package OneOf.Signed --version 1.0.0
<PackageReference Include="OneOf.Signed" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OneOf.Signed --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 346 | 1/25/2019 |