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
Update the lifetime scope disposal to use a Task continuation instead of try/finally. Fixes an issue where the scope might have been disposed before the handler code had finished executing.