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.Continue | 
Install
Install-Package Codoxide.Outcome.Extensions.Continue
                        dotnet add package Codoxide.Outcome.Extensions.Continue
                        paket add Codoxide.Outcome.Extensions.Continue
                        
                                Codoxide.Outcome.Extensions.Continue Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Codoxide.Outcome.Core(>= 6.2.0)
Tags
