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.
I'm not sure it conflicts. This issue is saying that there should be a way for an app developer to write async startup code, not that the Startup method itself should be async (it shouldn't). For example, say we had a new StartupShutdownMiddleware and all it did was take in two optional delegates (one for startup, one for shutdown) and it knew to call them at the right point in time with proper async behavior. This is still separate from the Startup method -- that's just where the app developer glues things together.
We should allow middleware that does async stuff.
The text was updated successfully, but these errors were encountered: