FGS.OneOf.Extensions
2020.2.13.1
Provides extension methods to augment OneOf's F#-style discriminated unions with the LINQ-like syntax introduced in Mark Seemann's "Humane Code" video series.
Allows the use of multiple `OneOf` values in quick succession without large syntactic overhead.
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 FGS.OneOf.Extensions -Version 2020.2.13.1
dotnet add package FGS.OneOf.Extensions --version 2020.2.13.1
<PackageReference Include="FGS.OneOf.Extensions" Version="2020.2.13.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FGS.OneOf.Extensions --version 2020.2.13.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FGS.OneOf.Extensions, 2020.2.13.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETFramework 4.5
- OneOf (>= 2.1.127 && < 3.0.0)
- System.Collections.Immutable (>= 1.2.0 && < 2.0.0)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- OneOf (>= 2.1.127 && < 3.0.0)
- System.Collections.Immutable (>= 1.2.0 && < 2.0.0)
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 |
---|---|---|
2020.8.3.2 | 119 | 8/3/2020 |
2020.8.3.1 | 108 | 8/3/2020 |
2020.2.13.1 | 213 | 2/13/2020 |
2020.1.15.1 | 181 | 1/15/2020 |
2019.12.16.2 | 173 | 12/16/2019 |