2 references to CreateGrpcChannel
Aspire.Dashboard.Tests (2)
Integration\IntegrationTestHelpers.cs (1)
149
return
CreateGrpcChannel
(address, loggerFactory, validationCallback: validationCallback, retryCount: retryCount, clientCertificates: clientCertificates);
Integration\OtlpGrpcServiceTests.cs (1)
183
using var channel = IntegrationTestHelpers.
CreateGrpcChannel
($"http://{app.OtlpServiceGrpcEndPointAccessor().EndPoint}", loggerFactory);