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