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

andrewdmoreno/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.

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.

About

Pipeline framework allows you to easily construct and execute linear workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%