Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 530 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 530 Bytes

CodeArt.DependencyInjection

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.