RunConfiguration
Classsealednet10.0
Holds settings applicable to the AppHost run mode (when
DistributedApplicationExecutionContext.Operation is DistributedApplicationOperation.Run). namespace Aspire.Hosting;
public sealed class RunConfiguration{ // ...}Remarks
Section titled Remarks 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.