8 references to McpEndPointAccessor
Aspire.Dashboard.Tests (8)
Integration\McpServiceTests.cs (7)
30
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
57
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
80
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
103
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
128
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
164
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
224
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
Integration\StartupTests.cs (1)
417
BaseAddress = new Uri($"https://{app.
McpEndPointAccessor
().EndPoint}")