You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a service is registered as a base type, I want it to also be registered as self so that I can resolve it both via the base type and the self type.
This can be achieved with a RegisterAsSelf bool parameter in attributes. If you can direct me where to make the changes in generator code I can send a PR.
The text was updated successfully, but these errors were encountered:
When a service is registered as a base type, I want it to also be registered as self so that I can resolve it both via the base type and the self type.
This can be achieved with a
RegisterAsSelf
bool parameter in attributes. If you can direct me where to make the changes in generator code I can send a PR.The text was updated successfully, but these errors were encountered: