FsToolkit.ErrorHandling
2.3.0-beta002
See the version list below for details.
dotnet add package FsToolkit.ErrorHandling --version 2.3.0-beta002
NuGet\Install-Package FsToolkit.ErrorHandling -Version 2.3.0-beta002
<PackageReference Include="FsToolkit.ErrorHandling" Version="2.3.0-beta002" />
<PackageVersion Include="FsToolkit.ErrorHandling" Version="2.3.0-beta002" />
<PackageReference Include="FsToolkit.ErrorHandling" />
paket add FsToolkit.ErrorHandling --version 2.3.0-beta002
#r "nuget: FsToolkit.ErrorHandling, 2.3.0-beta002"
#:package FsToolkit.ErrorHandling@2.3.0-beta002
#addin nuget:?package=FsToolkit.ErrorHandling&version=2.3.0-beta002&prerelease
#tool nuget:?package=FsToolkit.ErrorHandling&version=2.3.0-beta002&prerelease
FsToolkit.ErrorHandling is a utility library to work with the Result type in F#, and allows you to do clear, simple and powerful error handling.
| 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 (48)
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.1.0 | 98,207 | 9/26/2025 |
| 5.1.0-beta001 | 273 | 9/26/2025 |
| 5.0.1 | 46,663 | 7/12/2025 |
| 5.0.0 | 27,234 | 6/2/2025 |
| 5.0.0-beta014 | 377 | 6/2/2025 |
| 5.0.0-beta013 | 563 | 5/29/2025 |
| 5.0.0-beta012 | 2,279 | 5/1/2025 |
| 5.0.0-beta011 | 713 | 3/30/2025 |
| 5.0.0-beta010 | 403 | 3/21/2025 |
| 5.0.0-beta009 | 1,983 | 3/5/2025 |
| 5.0.0-beta008 | 592 | 3/2/2025 |
| 5.0.0-beta007 | 1,780 | 2/23/2025 |
| 5.0.0-beta006 | 318 | 2/21/2025 |
| 5.0.0-beta005 | 313 | 2/16/2025 |
| 5.0.0-beta004 | 519 | 2/4/2025 |
| 5.0.0-beta003 | 585 | 1/6/2025 |
| 5.0.0-beta002 | 353 | 12/21/2024 |
| 5.0.0-beta001 | 5,087 | 12/7/2024 |
| 4.18.0 | 1,078,081 | 10/23/2024 |
| 2.3.0-beta002 | 2,094 | 5/14/2021 |
- Adds Applicative Support to OptionCE. Also adds bindings for Nullable and null objects Credits [@TheAngryByrd](https://github.com/TheAngryByrd) - (https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/126)