5 references to GetDotNetExecutableName
aspire (5)
Layout\LayoutConfiguration.cs (1)
101
var bundledPath = Path.Combine(runtimePath, BundleDiscovery.
GetDotNetExecutableName
());
Layout\LayoutDiscovery.cs (1)
207
var muxerName = BundleDiscovery.
GetDotNetExecutableName
();
src\Shared\BundleDiscovery.cs (3)
243
var dotnetPath = Path.Combine(runtimeDir,
GetDotNetExecutableName
());
385
var dotnetPath = Path.Combine(runtimePath,
GetDotNetExecutableName
());
395
var dotnetPath = Path.Combine(discoveredRuntimePath,
GetDotNetExecutableName
());