Pagansoft.Functional
2.0.1.1
See the version list below for details.
dotnet add package Pagansoft.Functional --version 2.0.1.1
NuGet\Install-Package Pagansoft.Functional -Version 2.0.1.1
<PackageReference Include="Pagansoft.Functional" Version="2.0.1.1" />
paket add Pagansoft.Functional --version 2.0.1.1
#r "nuget: Pagansoft.Functional, 2.0.1.1"
// Install Pagansoft.Functional as a Cake Addin #addin nuget:?package=Pagansoft.Functional&version=2.0.1.1 // Install Pagansoft.Functional as a Cake Tool #tool nuget:?package=Pagansoft.Functional&version=2.0.1.1
Functional data types for C#
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
2.0.1.1: Fixes incompatibility with NuGet
2.0.1:
- Adds multi platform support for .Net 3.5, .Net 4.0, Portable .Net 4.5 + Windows 8.0 + Windows Phone 8.1
2.0.0:
- Adds Either type
- Adds Result type
- Renames IsSome to HasValue and IsNone to HasNoValue as they fit better the intention
- Renames Option.Else to Option.Unless
- new Extension methods for IEnumerable:
- Option<T> FirstOrNone<T>(IEnumerable<T>)
- Option<T> LastOrNone<T>(IEnumerable<T>)
- Extension method IEnumerable<T>.OptionValues is now null safe
1.0.0: Initial Release with an Option type