SkillAgentSearch skills...

PipelineRD

A chain of responsibility pattern implementation in .NET that supports retry policy, sync and async steps, rollback, pipeline recovery by cache and visual documentation using diagrams.

Install / Use

/learn @eduardosbcabral/PipelineRD
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

View on GitHub
GitHub Stars25
CategoryCustomer
Updated1y ago
Forks4

Languages

C#

Security Score

65/100

Audited on Jul 13, 2024

No findings