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
In this example SomeDisposableClass instance would be disposed when LightInject container disposed. However it was not LightInject container who created the instance, so it should not be responsible for calling IDisposable.Dispose on it.
In this example SomeDisposableClass instance would be disposed when LightInject container disposed. However it was not LightInject container who created the instance, so it should not be responsible for calling IDisposable.Dispose on it.
May be related to #538.
The text was updated successfully, but these errors were encountered: