12 references to Dcp
aspire (7)
Commands\DcpWorkloadCleanupService.cs (1)
27layoutDiscovery.GetComponentPath(LayoutComponent.Dcp, executionContext.WorkingDirectory.FullName);
Layout\LayoutConfiguration.cs (2)
65LayoutComponent.Dcp => Components.Dcp, 76public string? GetDcpPath() => GetComponentPath(LayoutComponent.Dcp);
Layout\LayoutDiscovery.cs (2)
122LayoutComponent.Dcp => _environment.GetEnvironmentVariable(BundleDiscovery.DcpPathEnvVar), 344var dcpPath = layout.GetComponentPath(LayoutComponent.Dcp);
Processes\DcpExecutableResolver.cs (1)
29layoutDiscovery.GetComponentPath(LayoutComponent.Dcp, executionContext.WorkingDirectory.FullName);
Utils\EnvironmentChecker\DcpConnectionHealthCheck.cs (1)
32var dcpDirectory = layoutDiscovery.GetComponentPath(LayoutComponent.Dcp, executionContext.WorkingDirectory.FullName);
Aspire.Cli.Tests (5)
BundleServiceIntegrationTests.cs (1)
657LayoutComponent.Dcp => Path.Combine(bundleDir, BundleDiscovery.DcpDirectoryName),
Processes\ProcessTreeGracefulShutdownServiceTests.cs (1)
405return component == LayoutComponent.Dcp ? dcpDirectory : null;
Utils\DcpConnectionHealthCheckTests.cs (3)
47new FixedLayoutDiscovery(LayoutComponent.Dcp, dcpDirectory.FullName), 118new FixedLayoutDiscovery(LayoutComponent.Dcp, dcpDirectory.FullName), 147new FixedLayoutDiscovery(LayoutComponent.Dcp, dcpDirectory.FullName),