1 write to _httpClientFactory
aspire (1)
Commands\TelemetryTracesCommand.cs (1)
51
_httpClientFactory
= httpClientFactory;
4 references to _httpClientFactory
aspire (4)
Commands\TelemetryTracesCommand.cs (4)
89
_connectionResolver, InteractionService,
_httpClientFactory
, _logger, passedAppHostProjectFile, dashboardUrl, apiKey, requireDashboard: true, cancellationToken);
110
var errorInfo = await TelemetryCommandHelpers.FormatTelemetryErrorAsync(ex, dashboardApi.BaseUrl!, dashboardUrl is not null,
_httpClientFactory
, _logger, cancellationToken);
124
using var client = TelemetryCommandHelpers.CreateApiClient(
_httpClientFactory
, apiToken);
185
using var client = TelemetryCommandHelpers.CreateApiClient(
_httpClientFactory
, apiToken);