1 implementation of EnvironmentVariablesWithUnprocessed
Aspire.Hosting (1)
ApplicationModel\ProcessedResourceExecutionConfiguration.cs (1)
21
public required IEnumerable<KeyValuePair<string, (object Unprocessed, string Processed)>>
EnvironmentVariablesWithUnprocessed
{ get; init; }
2 references to EnvironmentVariablesWithUnprocessed
Aspire.Hosting (2)
Publishing\ManifestPublishingContext.cs (2)
541
if (!executionConfiguration.
EnvironmentVariablesWithUnprocessed
.Any())
548
foreach (var kvp in executionConfiguration.
EnvironmentVariablesWithUnprocessed
)