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