Watch Aspire live streamsDocsTry Aspire
Watch Aspire live streamsDocsTry

RunConfiguration

Classsealednet10.0
📦 Aspire.Hosting v13.5.3
Holds settings applicable to the AppHost run mode (when DistributedApplicationExecutionContext.Operation is DistributedApplicationOperation.Run).
namespace Aspire.Hosting;
public sealed class RunConfiguration
{
// ...
}

Integrations use it to vary how their resources are launched without changing the core hosting behavior. In DistributedApplicationOperation.Publish mode every property holds its default value.

View all constructors
View all properties