1 reference to StartupThrowTypeLoadException
Microsoft.AspNetCore.Hosting.Tests (1)
WebHostBuilderTests.cs (1)
149
var host = builder.UseServer(server).UseStartup<
StartupThrowTypeLoadException
>().Build();