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