Codoxide.Outcome<T> is an Either monad (or Result monad) for .NET Core.It allows for elegant happy path and error path handling through method chaining made available through a number of Extension libraries.
Info
Version: | 6.2.0 |
Author(s): | Sameera Perera |
Last Update: | Saturday, October 17, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sameera/Codoxide.Outcome |
NuGet Url: | https://www.nuget.org/packages/Codoxide.Outcome.Extensions.Tap |
Install
Install-Package Codoxide.Outcome.Extensions.Tap
dotnet add package Codoxide.Outcome.Extensions.Tap
paket add Codoxide.Outcome.Extensions.Tap
Codoxide.Outcome.Extensions.Tap Download (Unzip the "nupkg" after downloading)
Dependencies
- Codoxide.Outcome.Core(>= 6.2.0)
Tags