3 references to DashboardApiEnabledName
Aspire.Dashboard.Tests (3)
Integration\IntegrationTestHelpers.cs (1)
67
[DashboardConfigNames.
DashboardApiEnabledName
.ConfigKey] = "true",
Integration\StartupTests.cs (2)
818
config[DashboardConfigNames.
DashboardApiEnabledName
.ConfigKey] = enabled.Value.ToString();
822
config.Remove(DashboardConfigNames.
DashboardApiEnabledName
.ConfigKey);