6 references to EnvVarName
Aspire.Dashboard (3)
Configuration\DashboardOptions.cs (3)
112
errorMessage = $"Neither OTLP/gRPC or OTLP/HTTP endpoint URLs are configured. Specify either a {DashboardConfigNames.DashboardOtlpGrpcUrlName.
EnvVarName
} or {DashboardConfigNames.DashboardOtlpHttpUrlName.
EnvVarName
} value.";
130
errorMessage = $"CORS configured without an OTLP HTTP endpoint. Either remove CORS configuration or specify a {DashboardConfigNames.DashboardOtlpHttpUrlName.
EnvVarName
} value.";
Aspire.Dashboard.Tests (3)
DashboardOptionsTests.cs (2)
220
$"Neither OTLP/gRPC or OTLP/HTTP endpoint URLs are configured. Specify either a {DashboardConfigNames.DashboardOtlpGrpcUrlName.
EnvVarName
} or {DashboardConfigNames.DashboardOtlpHttpUrlName.
EnvVarName
} value.",
Integration\StartupTests.cs (1)
801
var browserTokenConfigFile = Path.Combine(fileConfigDirectory.FullName, DashboardConfigNames.DashboardFrontendBrowserTokenName.
EnvVarName
);