IExecutionConfigurationBuilder
Interfacenet10.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 Methods Adds a configuration gatherer to the builder.
Builds the processed resource configuration (resolved arguments and environment variables).