We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If StandardKernel is disposing, its singletons are disposing too. I guess it would be correct that IAsyncDisposable singletons will be disposed too.
StandardKernel
IAsyncDisposable
Or, may be, it is correct to put IAsyncDisposable to the KernelBase too, and perform async-dispose if the kernel is async disposed...
KernelBase
Workaround is not known.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If
StandardKernel
is disposing, its singletons are disposing too. I guess it would be correct thatIAsyncDisposable
singletons will be disposed too.Or, may be, it is correct to put
IAsyncDisposable
to theKernelBase
too, and perform async-dispose if the kernel is async disposed...Workaround is not known.
The text was updated successfully, but these errors were encountered: