2 implementations of IDcpExecutor
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
36internal sealed partial class DcpExecutor : IDcpExecutor, IConsoleLogsService, IAsyncDisposable
Aspire.Hosting.Tests (1)
Utils\TestDcpExecutor.cs (1)
8internal sealed class TestDcpExecutor : IDcpExecutor
3 references to IDcpExecutor
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (1)
375_innerBuilder.Services.AddSingleton<IDcpExecutor, DcpExecutor>();
Orchestrator\ApplicationOrchestrator.cs (2)
18private readonly IDcpExecutor _dcpExecutor; 31IDcpExecutor dcpExecutor,