9 references to McpEndPointAccessor
Aspire.Dashboard.Tests (9)
Integration\McpServiceTests.cs (8)
33
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
60
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
83
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
106
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
131
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
167
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
227
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
264
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
Integration\StartupTests.cs (1)
417
BaseAddress = new Uri($"https://{app.
McpEndPointAccessor
().EndPoint}")