4 references to DashboardEnabled
Aspire.Hosting (4)
Backchannel\AppHostRpcTarget.cs (1)
181
if (!options.
DashboardEnabled
)
Dashboard\DashboardServiceHost.cs (2)
36
/// <see langword="null"/> if <see cref="DistributedApplicationOptions.
DashboardEnabled
"/> is <see langword="false"/>.
57
if (!options.
DashboardEnabled
|| executionContext.IsPublishMode)
DistributedApplicationBuilder.cs (1)
232
if (options.
DashboardEnabled
)