8 references to McpEndPointAccessor
Aspire.Dashboard.Tests (8)
Integration\McpServiceTests.cs (7)
31
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
58
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
81
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
104
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
129
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
165
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
225
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
Integration\StartupTests.cs (1)
417
BaseAddress = new Uri($"https://{app.
McpEndPointAccessor
().EndPoint}")