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