7 writes to ApiBaseUrl
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
466ApiBaseUrl = null, // Not available in v1
Aspire.Cli.Tests (6)
Commands\ExportCommandTests.cs (3)
198ApiBaseUrl = "http://localhost:19999", 221ApiBaseUrl = "http://localhost:18888", 708ApiBaseUrl = "http://localhost:18888",
Commands\TelemetryTestHelper.cs (1)
81ApiBaseUrl = "http://localhost:18888",
Mcp\ListStructuredLogsToolTests.cs (1)
420ApiBaseUrl = apiBaseUrl,
Mcp\ListTracesToolTests.cs (1)
459ApiBaseUrl = apiBaseUrl,
6 references to ApiBaseUrl
aspire (6)
Commands\ExportCommand.cs (2)
96var isDashboardAvailable = dashboardInfo?.ApiBaseUrl is not null && dashboardInfo.ApiToken is not null; 103var baseUrl = dashboardInfo?.ApiBaseUrl;
Commands\TelemetryCommandHelpers.cs (2)
124if (dashboardInfo?.ApiBaseUrl is null || dashboardInfo.ApiToken is null) 133return (true, dashboardInfo.ApiBaseUrl, dashboardInfo.ApiToken, dashboardUrl, 0);
Mcp\Tools\McpToolHelpers.cs (2)
22if (dashboardInfo?.ApiBaseUrl is null || dashboardInfo.ApiToken is null) 30return (dashboardInfo.ApiToken, dashboardInfo.ApiBaseUrl, dashboardBaseUrl);