10 writes to ApiBaseUrl
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
583ApiBaseUrl = null, // Not available in v1
Aspire.Cli.Tests (9)
Commands\ExportCommandTests.cs (3)
197ApiBaseUrl = "http://localhost:19999", 220ApiBaseUrl = "http://localhost:18888", 887ApiBaseUrl = "http://localhost:18888",
Commands\TelemetryTestHelper.cs (1)
83ApiBaseUrl = "http://localhost:18888",
Commands\TelemetryTracesCommandTests.cs (1)
92ApiBaseUrl = "https://nextapp1.dev.localhost:64876",
Mcp\ExcludeFromMcpTests.cs (2)
382ApiBaseUrl = "http://localhost:5000", 430ApiBaseUrl = "http://localhost:5000",
Mcp\ListStructuredLogsToolTests.cs (1)
414ApiBaseUrl = apiBaseUrl,
Mcp\ListTracesToolTests.cs (1)
456ApiBaseUrl = apiBaseUrl,
4 references to ApiBaseUrl
aspire (4)
Commands\TelemetryCommandHelpers.cs (2)
275if (dashboardInfo?.ApiBaseUrl is null || dashboardInfo.ApiToken is null) 291var apiBaseUrl = McpToolHelpers.NormalizeDashboardUrl(dashboardInfo.ApiBaseUrl);
Mcp\Tools\McpToolHelpers.cs (2)
28if (dashboardInfo?.ApiBaseUrl is null || dashboardInfo.ApiToken is null) 34var apiBaseUrl = NormalizeDashboardUrl(dashboardInfo.ApiBaseUrl);