CSF.DecoratorBuilder

A builder & a factory service for Autofac that creates services using the decorator pattern


Keywords
License
MIT
Install
Install-Package CSF.DecoratorBuilder -Version 2.1.0

Documentation

Decorator-builder for Autofac

The packages in this repository present an enhancement to the way in which developers using Autofac can register and resolve services/components which make use of the decorator pattern. Using these libraries, the registration and resolution of these services can be clearer and more easily customizable then using Autofac alone.

Please read the project wiki for more information.