10 references to GetComponentPath
aspire (5)
Layout\LayoutConfiguration.cs (3)
80
public string? GetDcpPath() =>
GetComponentPath
(LayoutComponent.Dcp);
88
var managedDir =
GetComponentPath
(LayoutComponent.Managed);
103
var dashboardDir =
GetComponentPath
(LayoutComponent.Dashboard);
Layout\LayoutDiscovery.cs (2)
134
return layout?.
GetComponentPath
(component);
361
var dcpPath = layout.
GetComponentPath
(LayoutComponent.Dcp);
Aspire.Cli.Tests (5)
Commands\DashboardRunCommandTests.cs (1)
735
public string? GetComponentPath(LayoutComponent component, string? projectDirectory = null) => layout.
GetComponentPath
(component);
DotNet\ProcessExecutionDetachedTests.cs (1)
525
return layout.
GetComponentPath
(component);
Projects\PrebuiltAppHostServerTests.cs (2)
2938
var dashboardDirectory = Assert.IsType<string>(layout.
GetComponentPath
(LayoutComponent.Dashboard));
3049
public string? GetComponentPath(LayoutComponent component, string? projectDirectory = null) => layout.
GetComponentPath
(component);
Utils\CliTestHelper.cs (1)
784
_layout?.
GetComponentPath
(component) ??