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