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