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