Theauxm.ChainSharp
1.0.0
See the version list below for details.
dotnet add package Theauxm.ChainSharp --version 1.0.0
NuGet\Install-Package Theauxm.ChainSharp -Version 1.0.0
<PackageReference Include="Theauxm.ChainSharp" Version="1.0.0" />
paket add Theauxm.ChainSharp --version 1.0.0
#r "nuget: Theauxm.ChainSharp, 1.0.0"
// Install Theauxm.ChainSharp as a Cake Addin #addin nuget:?package=Theauxm.ChainSharp&version=1.0.0 // Install Theauxm.ChainSharp as a Cake Tool #tool nuget:?package=Theauxm.ChainSharp&version=1.0.0
ChainSharp
This repository is meant to serve as a way to implement the Chain method commonly used in Functional Programming.
Also commonly known as Railway Programming, the project consists of a class called Workflow
. A Workflow
consists of a series of Steps, each called a Step
. Each Step
can either return a Left
or a Right
. the former implies an error has occured, and the latter implies the Step
was successful. If at any point a Left
is returned, the Workflow
will track the error, and throw it at the end.
This is beneficial over traditional error handling as it provides the user with granularity in where the error was generated. The Workflow
encapsulates the Exception, rather than putting the responsibility of error handling on each Step
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- LanguageExt.Core (>= 4.4.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.2 | 216 | 11/22/2024 |
2.2.1 | 612 | 10/15/2024 |
2.2.0 | 1,115 | 10/14/2024 |
2.1.5 | 790 | 8/12/2024 |
2.1.4 | 1,440 | 7/15/2024 |
2.0.6 | 86 | 7/10/2024 |
2.0.5 | 87 | 7/10/2024 |
2.0.4 | 80 | 7/10/2024 |
2.0.3 | 92 | 7/10/2024 |
2.0.2 | 87 | 7/10/2024 |
1.7.1 | 392 | 7/8/2024 |
1.7.0 | 101 | 7/8/2024 |
1.6.0 | 218 | 6/27/2024 |
1.5.1 | 442 | 5/29/2024 |
1.5.0 | 472 | 5/8/2024 |
1.4.0 | 125 | 5/7/2024 |
1.3.0 | 160 | 5/3/2024 |
1.2.4 | 201 | 3/12/2024 |
1.2.3 | 872 | 3/11/2024 |
1.2.2 | 312 | 2/16/2024 |
1.2.1 | 104 | 2/16/2024 |
1.2.0 | 1,093 | 2/6/2024 |
1.1.1 | 441 | 2/2/2024 |
1.1.0 | 109 | 2/2/2024 |
1.0.9 | 109 | 2/1/2024 |
1.0.7 | 149 | 1/31/2024 |
1.0.6 | 105 | 1/31/2024 |
1.0.5 | 118 | 1/30/2024 |
1.0.4 | 107 | 1/30/2024 |
1.0.3 | 105 | 1/29/2024 |
1.0.2 | 101 | 1/29/2024 |
1.0.1 | 120 | 1/22/2024 |
1.0.0 | 159 | 1/18/2024 |