5 references to CapturedEnvironmentVariables
Aspire.Hosting.Docker (5)
DockerComposeEnvironmentResource.cs (3)
335if (CapturedEnvironmentVariables.Count == 0) 343foreach (var entry in CapturedEnvironmentVariables) 365CapturedEnvironmentVariables[name] = (description, defaultValue, source);
DockerComposePublishingContext.cs (2)
153if (environment.CapturedEnvironmentVariables.Count > 0) 158foreach (var entry in environment.CapturedEnvironmentVariables ?? [])