5 references to DcpWorkloadCleanupService
aspire (4)
Commands\DcpWorkloadCleanupService.cs (1)
16
ILogger<
DcpWorkloadCleanupService
> logger)
Commands\StopCommand.cs (2)
35
private readonly
DcpWorkloadCleanupService
_dcpCleanupService;
61
DcpWorkloadCleanupService
dcpCleanupService,
Program.cs (1)
609
builder.Services.AddTransient<
DcpWorkloadCleanupService
>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
269
services.AddTransient<
DcpWorkloadCleanupService
>();