4 references to BundleDiscovery
Aspire.Hosting (4)
Dashboard\DashboardEventHandlers.cs (1)
291if (BundleDiscovery.IsAspireManagedBinary(fullyQualifiedDashboardPath))
Dcp\DcpOptions.cs (3)
152var configDcpPath = configuration[BundleDiscovery.DcpPathEnvVar]; 153var configDashboardPath = configuration[BundleDiscovery.DashboardPathEnvVar]; 158options.CliPath = BundleDiscovery.GetDcpExecutablePath(configDcpPath);