Implemented interface member:
property
EnvironmentVariablesWithUnprocessed
Aspire.Hosting.ApplicationModel.IExecutionConfigurationResult.EnvironmentVariablesWithUnprocessed
2 writes to EnvironmentVariablesWithUnprocessed
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationGathererContext.cs (1)
93
EnvironmentVariablesWithUnprocessed
= resolvedEnvironmentVariables,
Aspire.Hosting.Tests (1)
Dcp\ExecutableLaunchPlanTests.cs (1)
292
EnvironmentVariablesWithUnprocessed
= [],
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));