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
{{ message }}
This repository was archived by the owner on Dec 19, 2018. It is now read-only.
When Startup.Configure method is async Task, I'd expect the system to await it's finish.
It can be useful for, for example, configuring some database stuff inside the method. When I have Startup.Configure async void, application may start even before the Configure finished.
The text was updated successfully, but these errors were encountered:
When Startup.Configure method is async Task, I'd expect the system to await it's finish.
It can be useful for, for example, configuring some database stuff inside the method. When I have Startup.Configure async void, application may start even before the Configure finished.
The text was updated successfully, but these errors were encountered: