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