FSharpx.Extras
2.1.3
See the version list below for details.
dotnet add package FSharpx.Extras --version 2.1.3
NuGet\Install-Package FSharpx.Extras -Version 2.1.3
<PackageReference Include="FSharpx.Extras" Version="2.1.3" />
paket add FSharpx.Extras --version 2.1.3
#r "nuget: FSharpx.Extras, 2.1.3"
// Install FSharpx.Extras as a Cake Addin #addin nuget:?package=FSharpx.Extras&version=2.1.3 // Install FSharpx.Extras as a Cake Tool #tool nuget:?package=FSharpx.Extras&version=2.1.3
FSharpx.Extras implements general functional constructs on top of the F# core library. Its main target is F# but it aims to be compatible with all .NET languages wherever possible.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
NuGet packages (13)
Showing the top 5 NuGet packages that depend on FSharpx.Extras:
Package | Downloads |
---|---|
FLenser.Core
A light object relational mapper for F# algebraic types |
|
FLenser.SQLite
A light object relational mapper for F# algebraic types. SQLite provider. |
|
FLenser.PostgreSQL
A light object relational mapper for F# algebraic types. PostgreSQL provider. |
|
Active.Net.AddOnlyDb
Simple syncable key-value database, based on SQLite |
|
FLenser.Mono.SQLite
A light object relational mapper for F# record types. Mono SQLite provider. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on FSharpx.Extras:
Repository | Stars |
---|---|
SodiumFRP/sodium
Sodium - Functional Reactive Programming (FRP) Library for multiple languages
|
|
helios-io/helios
reactive socket middleware for .NET
|
Version | Downloads | Last updated |
---|---|---|
3.2.1 | 3,650 | 7/27/2024 |
3.2.0 | 201 | 7/10/2024 |
3.1.0 | 153,494 | 3/10/2022 |
3.0.0 | 226,076 | 2/27/2021 |
3.0.0-test | 1,381 | 2/22/2021 |
2.5.0 | 36,130 | 6/4/2020 |
2.4.0 | 2,178 | 5/13/2020 |
2.3.2 | 41,851 | 10/21/2019 |
2.3.1 | 1,731 | 10/21/2019 |
2.3.0 | 6,352 | 8/4/2019 |
2.2.1 | 116,886 | 1/29/2017 |
2.2.0 | 7,241 | 10/31/2016 |
2.1.3 | 4,511 | 9/9/2016 |
2.1.2 | 2,270 | 9/8/2016 |
2.1.1 | 2,251 | 9/2/2016 |
2.1.0 | 2,349 | 8/23/2016 |
2.0.0 | 2,229 | 8/22/2016 |
1.10.3 | 21,734 | 11/1/2015 |
1.10.2 | 6,302 | 4/13/2015 |
1.10.1 | 2,372 | 4/13/2015 |
1.10.0 | 19,778 | 3/31/2015 |
New getOrFailf function for Option - https://github.com/fsprojects/FSharpx.Extras/pull/345