3 references to GetEffectiveEnvironmentValue
aspire (3)
Projects\DotNetAppHostProject.cs (3)
2565
if (!IsUsableDcpDirectory(
GetEffectiveEnvironmentValue
(env, BundleDiscovery.DcpPathEnvVar)) &&
2572
if (!IsUsableDashboardPath(
GetEffectiveEnvironmentValue
(env, BundleDiscovery.DashboardPathEnvVar)) &&
2617
=> !string.IsNullOrWhiteSpace(
GetEffectiveEnvironmentValue
(env, name));