4 references to GetExecutableFileName
aspire (4)
Layout\LayoutConfiguration.cs (2)
132return Path.Combine(serverPath, BundleDiscovery.GetExecutableFileName(BundleDiscovery.AppHostServerExecutableName)); 147return Path.Combine(helperPath, BundleDiscovery.GetExecutableFileName(BundleDiscovery.NuGetHelperExecutableName));
Projects\PrebuiltAppHostServer.cs (1)
290var dashboardExe = Path.Combine(dashboardPath, BundleDiscovery.GetExecutableFileName(BundleDiscovery.DashboardExecutableName));
src\Shared\BundleDiscovery.cs (1)
176var dashboardExe = Path.Combine(dashboardDir, GetExecutableFileName(DashboardExecutableName));