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