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