CodeArt.DependencyInjection is a .NET Library that adds extra functionality to the DI container used in ASP.NET 5 projects (see ASP.NET 5 DependencyInjection repository). The current initial version supports the following features:
- AddDecorator: Adds a service that implements the Decorator pattern, causing the DI container to return that service instead of the service you want to decorate.