3 writes to Value
Aspire.Hosting (3)
Dcp\ApplicationExecutor.cs (3)
1375
spec.Env.Add(new EnvVar { Name = c.Key,
Value
= value });
1652
dcpContainerResource.Spec.Env.Add(new EnvVar { Name = kvp.Key,
Value
= value });
1771
Value
= valueString
1 reference to Value
Aspire.Hosting (1)
Dcp\ApplicationExecutor.cs (1)
818
environment.Add(new(env.Name, env.
Value
?? "", isFromSpec));