Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Feature Request]: AsyncServiceScope and IAsyncDisposable services support #577

Open
adambajguz opened this issue Jun 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@adambajguz
Copy link

Is your request related to a problem you have?

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

@adambajguz adambajguz added the enhancement New feature or request label Jun 23, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant