9 references to McpEndPointAccessor
Aspire.Dashboard.Tests (9)
Integration\McpServiceTests.cs (8)
33
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
61
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
84
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
107
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
135
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
172
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
233
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
271
using var httpClient = IntegrationTestHelpers.CreateHttpClient($"http://{app.
McpEndPointAccessor
().EndPoint}");
Integration\StartupTests.cs (1)
417
BaseAddress = new Uri($"https://{app.
McpEndPointAccessor
().EndPoint}")