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