3 references to DashboardEnabled
Aspire.Hosting (3)
Backchannel\AppHostRpcTarget.cs (1)
113
if (!options.
DashboardEnabled
)
Dashboard\DashboardServiceHost.cs (2)
43
/// <see langword="null"/> if <see cref="DistributedApplicationOptions.
DashboardEnabled
"/> is <see langword="false"/>.
61
if (!options.
DashboardEnabled
|| executionContext.IsPublishMode)