PipelineRD 2.0.1

dotnet add package PipelineRD --version 2.0.1
                    
NuGet\Install-Package PipelineRD -Version 2.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PipelineRD" Version="2.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PipelineRD" Version="2.0.1" />
                    
Directory.Packages.props
<PackageReference Include="PipelineRD" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PipelineRD --version 2.0.1
                    
#r "nuget: PipelineRD, 2.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package PipelineRD@2.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=PipelineRD&version=2.0.1
                    
Install as a Cake Addin
#tool nuget:?package=PipelineRD&version=2.0.1
                    
Install as a Cake Tool

PipelineRD

Build Status NuGet NuGet

<p align="center"> <img width="770" height="180" src="https://user-images.githubusercontent.com/29133996/134793179-127a843e-0eca-4c62-8e81-ec75f1ed7a81.png"> </p>

A chain of responsability pattern implementation in .NET

Supports retry policy, sync and async steps, rollback, pipeline recovery by cache.

Check the wiki for examples and how to use it.

Installing PipelineRD

You should install PipelineRD with NuGet:

Install-Package PipelineRD

Or via the .NET Core command line interface:

dotnet add package PipelineRD

Either commands, from Package Manager Console or .NET Core CLI, will download and install PipelineRD and all required dependencies.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PipelineRD:

Package Downloads
PipelineRD.Validation

The complementary validation package for PipelineRD. It uses Fluent Validation to do it.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.1 253 10/4/2023
2.0.0.1-alpha.20230925024337 109 9/25/2023
2.0.0 182 9/25/2023
2.0.0-alpha.20230925022007 81 9/25/2023
2.0.0-alpha.20220804.3 180 8/4/2022
2.0.0-alpha.20220804.2 165 8/4/2022
2.0.0-alpha.20220804.1 184 8/4/2022
1.1.11-alpha.20220202.3 265 2/2/2022
1.1.11-alpha.20220202.1 207 2/2/2022
1.1.10 1,770 10/28/2021
1.1.9 458 10/28/2021
1.1.8 472 10/28/2021
1.1.7 675 10/19/2021
1.1.6 445 10/6/2021
1.1.5 433 9/26/2021
1.1.4 573 9/26/2021
1.1.3 392 9/26/2021
1.1.2 395 9/20/2021
1.1.2-alpha.20210920.2 237 9/20/2021
1.1.2-alpha.20210920.1 246 9/20/2021
1.1.1 406 9/19/2021
1.1.1-alpha.20210918.26 253 9/18/2021
1.1.1-alpha.20210918.22 245 9/18/2021
1.0.1 411 8/8/2021
1.0.0 698 8/7/2021