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