FsToolkit.ErrorHandling
2.0.0-beta002
See the version list below for details.
dotnet add package FsToolkit.ErrorHandling --version 2.0.0-beta002
NuGet\Install-Package FsToolkit.ErrorHandling -Version 2.0.0-beta002
<PackageReference Include="FsToolkit.ErrorHandling" Version="2.0.0-beta002" />
<PackageVersion Include="FsToolkit.ErrorHandling" Version="2.0.0-beta002" />
<PackageReference Include="FsToolkit.ErrorHandling" />
paket add FsToolkit.ErrorHandling --version 2.0.0-beta002
#r "nuget: FsToolkit.ErrorHandling, 2.0.0-beta002"
#:package FsToolkit.ErrorHandling@2.0.0-beta002
#addin nuget:?package=FsToolkit.ErrorHandling&version=2.0.0-beta002&prerelease
#tool nuget:?package=FsToolkit.ErrorHandling&version=2.0.0-beta002&prerelease
Package Description
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- FSharp.Core (>= 4.6.2)
NuGet packages (50)
Showing the top 5 NuGet packages that depend on FsToolkit.ErrorHandling:
| Package | Downloads |
|---|---|
|
FsToolkit.ErrorHandling.TaskResult
FsToolkit.ErrorHandling is an extensive utility library based around the F# Result type, enabling consistent and powerful error handling. |
|
|
FsToolkit.ErrorHandling.IcedTasks
FsToolkit.ErrorHandling is an extensive utility library based around the F# Result type, enabling consistent and powerful error handling. |
|
|
Oryx
.NET SDK for writing HTTP clients |
|
|
FsToolkit.ErrorHandling.AsyncSeq
FsToolkit.ErrorHandling is an extensive utility library based around the F# Result type, enabling consistent and powerful error handling. |
|
|
FSharp.Data.GraphQL.Server
FSharp implementation of Facebook GraphQL query language (Server) |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.2.0 | 35,556 | 2/27/2026 |
| 5.2.0-beta001 | 233 | 2/27/2026 |
| 5.1.0 | 140,341 | 9/26/2025 |
| 5.1.0-beta001 | 284 | 9/26/2025 |
| 5.0.1 | 51,109 | 7/12/2025 |
| 5.0.0 | 30,140 | 6/2/2025 |
| 5.0.0-beta014 | 387 | 6/2/2025 |
| 5.0.0-beta013 | 569 | 5/29/2025 |
| 5.0.0-beta012 | 2,302 | 5/1/2025 |
| 5.0.0-beta011 | 719 | 3/30/2025 |
| 5.0.0-beta010 | 412 | 3/21/2025 |
| 5.0.0-beta009 | 2,006 | 3/5/2025 |
| 5.0.0-beta008 | 612 | 3/2/2025 |
| 5.0.0-beta007 | 1,797 | 2/23/2025 |
| 5.0.0-beta006 | 327 | 2/21/2025 |
| 5.0.0-beta005 | 321 | 2/16/2025 |
| 5.0.0-beta004 | 529 | 2/4/2025 |
| 5.0.0-beta003 | 593 | 1/6/2025 |
| 5.0.0-beta002 | 362 | 12/21/2024 |
| 2.0.0-beta002 | 2,513 | 11/18/2020 |
- Switches TaskResult Library from TaskBuilder to Ply. Credits [Nino Floris](https://github.com/NinoFloris) - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/97)
- This change replaces [TaskBuilder](https://github.com/rspeele/TaskBuilder.fs) with [Ply](https://github.com/crowded/ply). Ply has better performance characteristics and more in line with how C# handles Task execution. To convert from TaskBuilder to Ply, replace the namespace of `FSharp.Control.Tasks.V2.ContextInsensitive` with `FSharp.Control.Tasks.NonAffine`. -
- This also removes the TargetFramework net461 as a build target. Current netstandard2.0 supports net472 fully according to [this chart](https://docs.microsoft.com/en-us/dotnet/standard/net-standard#net-implementation-support). It's recommended to upgrade your application to net472 if possible. If not, older versions of this library, such as 1.4.3, aren't going anywhere and can still be consumed from older TargetFrameworks.
- Switch to use Affine for Task related. Credits [@Swoorup](https://github.com/Swoorup). - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/107)