24 references to DashboardExecutableName
aspire (4)
Bundles\BundleService.cs (1)
608var dashboardExe = Path.Combine(dashboardDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
Layout\LayoutConfiguration.cs (1)
109return Path.Combine(dashboardDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
Layout\LayoutDiscovery.cs (1)
255var dashboardExeName = BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName);
Profiling\ProfileCaptureService.cs (1)
218BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
Aspire.Cli.Tests (20)
BundleServiceIntegrationTests.cs (3)
69BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 127BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 697$"aspire-payload/{BundleDiscovery.DashboardDirectoryName}/{BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)}")
BundleServiceTests.cs (2)
148var dashboardExe = Path.Combine(dashboardDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 327Path.Combine(dashboardDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)),
Commands\DashboardRunCommandTests.cs (1)
692var dashboardPath = Path.Combine(dashboardDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
Layout\LayoutDiscoveryReparsePointTests.cs (6)
107var dashboardPath = Path.Combine(versionedDashboard, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 127Path.Combine(bundleLink, BundleDiscovery.DashboardDirectoryName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)), 239Path.Combine(dashboardDir.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)), 275Path.Combine(managedDir.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)), 291var dashboardPath = Path.Combine(dashboardDir.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 314Path.Combine(dashboardDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)),
ProfileCaptureOptionsTests.cs (2)
119BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 140BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
ProfileCaptureServiceTests.cs (4)
39var dashboardPath = CreateFile(workspace, BundleDiscovery.DashboardExecutableName); 122Path.Combine(managedDirectory.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)), 156var dashboardPath = Path.Combine(dashboardDirectory.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 528BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
Projects\DotNetAppHostProjectTests.cs (1)
4646Path.Combine(dashboardDirectory.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)),
Projects\PrebuiltAppHostServerTests.cs (1)
2942BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));