3 references to NoopHostLifetime
Microsoft.AspNetCore.TestHost (2)
WebHostBuilderExtensions.cs (2)
28
services.AddSingleton<IHostLifetime,
NoopHostLifetime
>();
44
services.AddSingleton<IHostLifetime,
NoopHostLifetime
>();
Microsoft.AspNetCore.TestHost.Tests (1)
TestServerTests.cs (1)
87
Assert.IsType<
NoopHostLifetime
>(host.Services.GetService<IHostLifetime>());