Pipeline Framework allows you to easily construct and execute linear workflows using a set of configurable components. Using the framework to compose execution pipelines out of components promotes using single responsiblity principle while building code that is highly testable.
For more information please visit the wiki.
dotnet add package PipelineFramework.Core
Support for Microsoft Dependency Injection has been added to Pipeline Framework! Install the package using the dotnet cli command below.
dotnet add package PipelineFramework.Extensions.Microsoft.DependencyInjection