3 writes to Name
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 });
1789
Name
= buildArgument.Key,
4 references to Name
Aspire.Hosting (4)
Dcp\ApplicationExecutor.cs (4)
833
if (env.
Name
is not null)
835
var isFromSpec = specSource?.Any(e => string.Equals(e.
Name
, env.
Name
, StringComparison.Ordinal)) is true or null;
837
environment.Add(new(env.
Name
, env.Value ?? "", isFromSpec));