Skip to content
Marty Mathis edited this page Jan 20, 2019 · 16 revisions

A cross-platform set of libraries supporting .NET 4.6 and netstandard2.0, Pipeline Framework Dependency Injection is a set of libraries that allow you to use Pipeline Framework with some popular dependency injection (IOC) containers.

Supported DI Containers

Autofac

Install via NuGet first: Install-Package PipelineFramework.Autofac

LightInject

Install via NuGet first: Install-Package PipelineFramework.LightInject

Clone this wiki locally