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