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