4 references to GetDashboardPath
aspire (2)
Projects\DotNetAppHostProject.cs (1)
2630
if (DashboardLaunchHelper.
GetDashboardPath
(layout, supportsNativeDashboard) is { } dashboardPath)
Projects\PrebuiltAppHostServer.cs (1)
1539
if (DashboardLaunchHelper.
GetDashboardPath
(_layout, _supportsNativeDashboard) is { } dashboardPath)
Aspire.Cli.Tests (2)
Layout\LayoutConfigurationTests.cs (2)
69
Assert.Equal(expected, DashboardLaunchHelper.
GetDashboardPath
(layout, supportsNativeDashboard));
77
Assert.Null(DashboardLaunchHelper.
GetDashboardPath
(new LayoutConfiguration(), supportsNativeDashboard));