Implemented interface member:
property
ArgumentsWithUnprocessed
Aspire.Hosting.ApplicationModel.IProcessedResourceExecutionConfiguration.ArgumentsWithUnprocessed
1 write to ArgumentsWithUnprocessed
Aspire.Hosting (1)
ApplicationModel\ResourceExecutionConfigurationGathererContext.cs (1)
91
ArgumentsWithUnprocessed
= resolvedArguments,
1 reference to ArgumentsWithUnprocessed
Aspire.Hosting (1)
ApplicationModel\ProcessedResourceExecutionConfiguration.cs (1)
18
public IEnumerable<(string Value, bool IsSensitive)> Arguments =>
ArgumentsWithUnprocessed
.Select(arg => (arg.Processed, arg.IsSensitive));