Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created October 6, 2022 19:06
var builder = WebApplication.CreateBuilder(args);
// This doesn't work.
builder.WebHost.UseStartup<Startup>();
var app = builder.Build();
app.Run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment