Improve async support on the startup path · Issue #24142 · dotnet/aspnetcore

There are a few places where we lack async support that result in people making blocking call. These are using during application startup. IAsyncStartupFilter - #5897 Startup (ConfigureServicesAsyn...