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