Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.43 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.43 KB

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.

If you are looking for dependency injection (IOC) container extensions, they have been moved to their own repository, Pipeline Framework Dependency Injection.

Installing Pipeline Framework

You should install Pipeline Framework with NuGet:

Install-Package PipelineFramework.Core

or via the .NET Core command line interface:

dotnet add package PipelineFramework.Core

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