RunConfiguration Properties
ClassProperties1 member
Holds settings applicable to the AppHost run mode (when
DistributedApplicationExecutionContext.Operation is DistributedApplicationOperation.Run). Indicates that resources should start in watch mode if able.
public bool WatchEnabled { get; init; }Remarks
Integrations that support watch can launch their resources so that source changes are hot-reloaded. This is a hint: integrations that cannot watch their resources should start them in normal fashion.