2 references to FakeHostBuilder
Microsoft.Extensions.Hosting.Testing (2)
FakeHost.cs (2)
35public static IHostBuilder CreateBuilder() => new FakeHostBuilder(new FakeHostOptions()); 59return new FakeHostBuilder(options);