1 write to _httpClientFactory
aspire (1)
Commands\TelemetrySpansCommand.cs (1)
51
_httpClientFactory
= httpClientFactory;
3 references to _httpClientFactory
aspire (3)
Commands\TelemetrySpansCommand.cs (3)
91
_connectionResolver, InteractionService,
_httpClientFactory
, _logger, passedAppHostProjectFile, dashboardUrl, apiKey, requireDashboard: true, cancellationToken);
117
using var client = TelemetryCommandHelpers.CreateApiClient(
_httpClientFactory
, apiToken);
152
var errorInfo = await TelemetryCommandHelpers.FormatTelemetryErrorAsync(ex, baseUrl, dashboardOnly,
_httpClientFactory
, _logger, cancellationToken);