14 references to Dcp
aspire (7)
Commands\DcpWorkloadCleanupService.cs (1)
27layoutDiscovery.GetComponentPath(LayoutComponent.Dcp, executionContext.WorkingDirectory.FullName);
Layout\LayoutConfiguration.cs (2)
68LayoutComponent.Dcp => Components.Dcp, 80public string? GetDcpPath() => GetComponentPath(LayoutComponent.Dcp);
Layout\LayoutDiscovery.cs (2)
122LayoutComponent.Dcp => _environment.GetEnvironmentVariable(BundleDiscovery.DcpPathEnvVar), 361var dcpPath = layout.GetComponentPath(LayoutComponent.Dcp);
Processes\DcpExecutableResolver.cs (1)
29layoutDiscovery.GetComponentPath(LayoutComponent.Dcp, executionContext.WorkingDirectory.FullName);
Utils\EnvironmentChecker\DcpConnectionHealthCheck.cs (1)
37var dcpDirectory = layoutDiscovery.GetComponentPath(LayoutComponent.Dcp, executionContext.WorkingDirectory.FullName);
Aspire.Cli.Tests (7)
BundleServiceIntegrationTests.cs (1)
821LayoutComponent.Dcp => Path.Combine(bundleDir, BundleDiscovery.DcpDirectoryName),
Layout\LayoutConfigurationTests.cs (1)
15Assert.Equal(1, (int)LayoutComponent.Dcp);
Processes\ProcessTreeGracefulShutdownServiceTests.cs (1)
405return component == LayoutComponent.Dcp ? dcpDirectory : null;
Utils\DcpConnectionHealthCheckTests.cs (4)
48new FixedLayoutDiscovery(LayoutComponent.Dcp, dcpDirectory.FullName), 113new FixedLayoutDiscovery(LayoutComponent.Dcp, discoveredDcpDirectory.FullName), 185new FixedLayoutDiscovery(LayoutComponent.Dcp, dcpDirectory.FullName), 215new FixedLayoutDiscovery(LayoutComponent.Dcp, dcpDirectory.FullName),