Implemented interface member:
property
ArgumentsWithUnprocessed
Aspire.Hosting.ApplicationModel.IExecutionConfigurationResult.ArgumentsWithUnprocessed
2 writes to ArgumentsWithUnprocessed
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationGathererContext.cs (1)
92ArgumentsWithUnprocessed = resolvedArguments,
Aspire.Hosting.Tests (1)
Dcp\ExecutableLaunchPlanTests.cs (1)
290ArgumentsWithUnprocessed = arguments.Select(static argument =>
1 reference to ArgumentsWithUnprocessed
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationResult.cs (1)
18public IEnumerable<(string Value, bool IsSensitive)> Arguments => ArgumentsWithUnprocessed.Select(arg => (arg.Processed, arg.IsSensitive));