Implemented interface member:
property
EnvironmentVariablesWithUnprocessed
Aspire.Hosting.ApplicationModel.IProcessedResourceExecutionConfiguration.EnvironmentVariablesWithUnprocessed
1 write to EnvironmentVariablesWithUnprocessed
Aspire.Hosting (1)
ApplicationModel\ResourceExecutionConfigurationGathererContext.cs (1)
92EnvironmentVariablesWithUnprocessed = resolvedEnvironmentVariables,
1 reference to EnvironmentVariablesWithUnprocessed
Aspire.Hosting (1)
ApplicationModel\ProcessedResourceExecutionConfiguration.cs (1)
24public IEnumerable<KeyValuePair<string, string>> EnvironmentVariables => EnvironmentVariablesWithUnprocessed.Select(kvp => new KeyValuePair<string, string>(kvp.Key, kvp.Value.Processed));