3 writes to ApiBaseUrl
aspire (1)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
463ApiBaseUrl = null, // Not available in v1
Aspire.Cli.Tests (2)
Mcp\ListStructuredLogsToolTests.cs (1)
421ApiBaseUrl = apiBaseUrl,
Mcp\ListTracesToolTests.cs (1)
460ApiBaseUrl = apiBaseUrl,
4 references to ApiBaseUrl
aspire (4)
Commands\TelemetryCommandHelpers.cs (2)
123if (dashboardInfo?.ApiBaseUrl is null || dashboardInfo.ApiToken is null) 132return (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);