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
Currently the IDependencyResolver supports only service scopes with IDisposable based services.
Describe the solution you'd like
It would be nice to have a support for IAsyncDisposable service disposal when scope is disposed, probably with a similar workarounda s microsoft did i.e. AsyncServiceScope struct.
Are you able to help bring it to life and contribute with a Pull Request?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your request related to a problem you have?
Currently the
IDependencyResolver
supports only service scopes withIDisposable
based services.Describe the solution you'd like
It would be nice to have a support for
IAsyncDisposable
service disposal when scope is disposed, probably with a similar workarounda s microsoft did i.e.AsyncServiceScope
struct.Are you able to help bring it to life and contribute with a Pull Request?
Yes
Additional context
No response
The text was updated successfully, but these errors were encountered: