3 instantiations of CliOrphanDetector
Aspire.Cli.Tests (3)
Hosting\CliOrphanDetectorTests.cs (3)
24
var detector = new
CliOrphanDetector
(configuration, lifetime, TimeProvider.System);
42
var detector = new
CliOrphanDetector
(configuration, lifetime, TimeProvider.System);
64
var detector = new
CliOrphanDetector
(configuration, lifetime, fakeTimeProvider);
4 references to CliOrphanDetector
Aspire.Cli.Tests (3)
Hosting\CliOrphanDetectorTests.cs (3)
24
var
detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System);
42
var
detector = new CliOrphanDetector(configuration, lifetime, TimeProvider.System);
64
var
detector = new CliOrphanDetector(configuration, lifetime, fakeTimeProvider);
Aspire.Hosting (1)
DistributedApplicationBuilder.cs (1)
280
_innerBuilder.Services.AddHostedService<
CliOrphanDetector
>();