11 references to CreateGrpcChannel
Aspire.Dashboard.Tests (11)
Integration\OtlpGrpcServiceTests.cs (10)
34
using var channel = IntegrationTestHelpers.
CreateGrpcChannel
($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper);
59
using var channel = IntegrationTestHelpers.
CreateGrpcChannel
($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper);
81
using var channel = IntegrationTestHelpers.
CreateGrpcChannel
($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper);
108
using var channel = IntegrationTestHelpers.
CreateGrpcChannel
($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper);
137
using var channel = IntegrationTestHelpers.
CreateGrpcChannel
($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper);
254
using var channel = IntegrationTestHelpers.
CreateGrpcChannel
(
285
using var channel = IntegrationTestHelpers.
CreateGrpcChannel
($"https://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", _testOutputHelper);
320
using var channel = IntegrationTestHelpers.
CreateGrpcChannel
(
356
using var channel = IntegrationTestHelpers.
CreateGrpcChannel
(
395
using var channel = IntegrationTestHelpers.
CreateGrpcChannel
(
Integration\StartupTests.cs (1)
423
using var channel = IntegrationTestHelpers.
CreateGrpcChannel
($"https://{app.FrontendSingleEndPointAccessor().EndPoint}", testOutputHelper);