Skip to content

Pipeline framework allows you to easily construct and execute linear workflows

License

Notifications You must be signed in to change notification settings

gtmoose32/pipeline-framework

Repository files navigation

Pipeline Framework

Build status nuget

What is it?

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.

Installing Pipeline Framework

dotnet add package PipelineFramework.Core

PipelineFramework.Extensions.Microsoft.DependencyInjection

nuget

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