-
-
Notifications
You must be signed in to change notification settings - Fork 15
Register decorators #225
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
It would be cool if we were somehow able to add decorators via
[RegisterSingleton/Scoped/Transient(decorateWith = typeof(SomeDecorator)]. Or using additional[Decorate(…)]resp.[DecorateWith<…>]attributes.