Skip to content
Docs Try Aspire

IExecutionConfigurationBuilder

Interface net10.0
📦 Aspire.Hosting v13.1.2
Builder for gathering and resolving the execution configuration (arguments and environment variables) for a specific resource.
namespace Aspire.Hosting.ApplicationModel;
public interface IExecutionConfigurationBuilder
{
// ...
}