An open API service indexing awesome lists of open source software.

https://github.com/usercode/aspnetcore.decorator

Allows to use the decorator pattern for ASP.NET Core dependency injection
https://github.com/usercode/aspnetcore.decorator

csharp dependency-injection

Last synced: 9 months ago
JSON representation

Allows to use the decorator pattern for ASP.NET Core dependency injection

Awesome Lists containing this project

README

          

# AspNetCore.Decorator
Allows to use the decorator pattern for ASP.NET Core dependency injection

## How to use it

```csharp
services.AddSingleton();

services.Decorate();
services.Decorate();
```