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
Hi. I am the author of LightInject and was wondering if there is something we should be aware of with regards to AsyncDisposable. I see that tests has been added here.
AsyncDisposable implementation is optional, hosting would call DisposeAsync if the container implements IAsyncDisposable or Dispose if it only implements IDisposable. That's why specification doesn't require it.
Note: Inactive closed issues are locked after 30 days since we don't triage closed issues and new comments tend to be lost. Feel free to post a new issue if this issue is locked and you have further questions/discussions. See our issue management policies for more details.
Hi. I am the author of LightInject and was wondering if there is something we should be aware of with regards to
AsyncDisposable
. I see that tests has been added here.https://github.com/aspnet/Extensions/blob/master/src/DependencyInjection/DI/test/ServiceProviderContainerTests.AsyncDisposable.cs
Although there seems to be no sign of
AsyncDisposable
in the specification tests we as adapter developers use to confirm compatibility?@davidfowl. Anything external DI developers needs to know about? 😀
The text was updated successfully, but these errors were encountered: