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