5 references to BundleDiscovery
Aspire.Hosting (5)
Dashboard\DashboardEventHandlers.cs (2)
307var dotnetRoot = BundleDiscovery.GetDotNetRoot(); 341var dotnetExecutable = BundleDiscovery.GetDotNetExecutablePath();
Dcp\DcpOptions.cs (3)
152var configDcpPath = configuration[BundleDiscovery.DcpPathEnvVar]; 153var configDashboardPath = configuration[BundleDiscovery.DashboardPathEnvVar]; 158options.CliPath = BundleDiscovery.GetDcpExecutablePath(configDcpPath);