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