IExecutionConfigurationBuilder
Interface net10.0
Builder for gathering and resolving the execution configuration (arguments and environment variables) for a specific resource.
namespace Aspire.Hosting.ApplicationModel;
public interface IExecutionConfigurationBuilder{ // ...}Methods2
Section titled MethodsAddExecutionConfigurationGatherer(IExecutionConfigurationGatherer)abstract Adds a configuration gatherer to the builder.
BuildAsync(DistributedApplicationExecutionContext, ILogger?, CancellationToken)abstract Builds the processed resource configuration (resolved arguments and environment variables).