NetEscapades.AspNetCore.StartupTasks
NetEscapades.AspNetCore.StartupTasks copied to clipboard
Small library for running tasks asynchronously on ASP.NET Core app startup
Results
1
NetEscapades.AspNetCore.StartupTasks issues
Sort by
recently updated
recently updated
newest added
`TestServer` only takes an `IWebHostBuilder`. Is there a better way than implementing that interface and returning your manually constructed `IWebHost` that you've already called `.Build().RunWithTasksAsync()` on in `.Build()`?