56 references to GetExecutableFileName
aspire (10)
Bundles\BundleService.cs (2)
600var managedExe = Path.Combine(managedDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)); 608var dashboardExe = Path.Combine(dashboardDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
Layout\LayoutConfiguration.cs (2)
94return Path.Combine(managedDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)); 109return Path.Combine(dashboardDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
Layout\LayoutDiscovery.cs (2)
254var managedExeName = BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName); 255var dashboardExeName = BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName);
Profiling\ProfileCaptureService.cs (2)
191var managedExecutable = Path.Combine(managedPath, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)); 218BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
src\Shared\BundleDiscovery.cs (2)
177var managedExe = Path.Combine(managedDir, GetExecutableFileName(ManagedExecutableName)); 291GetExecutableFileName(ManagedExecutableName));
Aspire.Cli.Tests (46)
BundleServiceIntegrationTests.cs (13)
64BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)); 69BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 127BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 246BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)); 487BundleDiscovery.GetExecutableFileName("aspire"), 504BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)); 533BundleDiscovery.GetExecutableFileName("aspire"), 569BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)); 618BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)); 686var exeName = BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName); 697$"aspire-payload/{BundleDiscovery.DashboardDirectoryName}/{BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)}") 792var managedExeName = BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName); 819BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)),
BundleServiceTests.cs (4)
132BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)); 148var dashboardExe = Path.Combine(dashboardDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 321Path.Combine(managedDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)), 327Path.Combine(dashboardDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)),
Commands\DashboardRunCommandTests.cs (2)
689var managedPath = Path.Combine(managedDir, BundleDiscovery.GetExecutableFileName("aspire-managed")); 692var dashboardPath = Path.Combine(dashboardDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
Layout\LayoutDiscoveryReparsePointTests.cs (10)
105Path.Combine(versionedManaged, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)), 107var dashboardPath = Path.Combine(versionedDashboard, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 127Path.Combine(bundleLink, BundleDiscovery.DashboardDirectoryName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)), 235Path.Combine(managedDir.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)), 239Path.Combine(dashboardDir.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)), 269Path.Combine(managedDir.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)), 275Path.Combine(managedDir.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)), 291var dashboardPath = Path.Combine(dashboardDir.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 311Path.Combine(managedDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)), 314Path.Combine(dashboardDir, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)),
ProfileCaptureOptionsTests.cs (2)
119BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 140BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
ProfileCaptureServiceTests.cs (6)
93var managedPath = CreateFile(workspace, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)); 117var managedPath = Path.Combine(managedDirectory.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)); 122Path.Combine(managedDirectory.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)), 153Path.Combine(managedDirectory.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)), 156var dashboardPath = Path.Combine(dashboardDirectory.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)); 528BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
Projects\DotNetAppHostProjectTests.cs (7)
482Path.Combine(bundleRoot.FullName, BundleDiscovery.ManagedDirectoryName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)), 510BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)); 867Path.Combine(bundleRoot.FullName, BundleDiscovery.ManagedDirectoryName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)), 924Path.Combine(bundleRoot.FullName, BundleDiscovery.ManagedDirectoryName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)), 2260Path.Combine(bundleRoot.FullName, BundleDiscovery.ManagedDirectoryName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)), 4643Path.Combine(managedDirectory.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)), 4646Path.Combine(dashboardDirectory.FullName, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName)),
Projects\PrebuiltAppHostServerTests.cs (2)
2759BundleDiscovery.GetExecutableFileName(BundleDiscovery.ManagedExecutableName)), 2942BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));