Codoxide.Outcome.Extensions.Conditionals
5.1.0
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.
Install-Package Codoxide.Outcome.Extensions.Conditionals -Version 5.1.0
dotnet add package Codoxide.Outcome.Extensions.Conditionals --version 5.1.0
<PackageReference Include="Codoxide.Outcome.Extensions.Conditionals" Version="5.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codoxide.Outcome.Extensions.Conditionals --version 5.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETStandard 2.0
- Codoxide.Outcome.Core (>= 6.0.2)
- Codoxide.Outcome.Extensions.Then (>= 6.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.