3 references to DashboardOtlpCorsAllowedOriginsKeyName
Aspire.Hosting (1)
Dashboard\DashboardLifecycleHook.cs (1)
525context.EnvironmentVariables[DashboardConfigNames.DashboardOtlpCorsAllowedOriginsKeyName.EnvVarName] = allowedOrigins;
Aspire.Hosting.Tests (2)
Dashboard\DashboardResourceTests.cs (2)
348Assert.Equal(expectedAllowedOrigins, config.Single(e => e.Key == DashboardConfigNames.DashboardOtlpCorsAllowedOriginsKeyName.EnvVarName).Value); 388Assert.DoesNotContain(config, e => e.Key == DashboardConfigNames.DashboardOtlpCorsAllowedOriginsKeyName.EnvVarName);