FsToolkit.ErrorHandling is an extensive utility library based around the F# Result type, enabling consistent and powerful error handling.
Info
Version: | 4.17.0 |
Author(s): | FsToolkit.ErrorHandling |
Last Update: | Monday, September 23, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://demystifyfp.gitbook.io/fstoolkit-errorhandling |
NuGet Url: | https://www.nuget.org/packages/FsToolkit.ErrorHandling |
Install
Install-Package FsToolkit.ErrorHandling
dotnet add package FsToolkit.ErrorHandling
paket add FsToolkit.ErrorHandling
FsToolkit.ErrorHandling Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.6.2)