1 write to Env
Aspire.Hosting (1)
Dcp\ApplicationExecutor.cs (1)
1379
spec.
Env
= [];
2 references to Env
Aspire.Hosting (2)
Dcp\ApplicationExecutor.cs (2)
686
var environment = GetEnvironmentVariables(executable.Status?.EffectiveEnv, executable.Spec.
Env
);
1394
spec.
Env
.Add(new EnvVar { Name = c.Key, Value = value });