Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.25 KB

Pipeline Framework Dependency Injection

Build Status

What is it?

Pipeline Framework Dependency Injection is a set of libraries which extends the Pipeline Framework to utilize some popular dependency injection (IOC) containers.

Examples in the wiki.

Installing Pipeline Framework Dependency Injection packages

Install any of the libraries using nuget.

nuget

Install-Package PipelineFramework.Autofac

nuget

Install-Package PipelineFramework.LightInject

or via the .NET Core command line interface:

dotnet add package PipelineFramework.Autofact

dotnet add package PipelineFramework.LightInject

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