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
It seems that if you call DisposeAsync on instance of Owned all the dependant instances under that scope still get disposed with Dispose method instead of DisposeAsync when it's available.