1 write to _httpClientFactory
aspire (1)
Commands\ExportCommand.cs (1)
59_httpClientFactory = httpClientFactory;
3 references to _httpClientFactory
aspire (3)
Commands\ExportCommand.cs (3)
104_connectionResolver, InteractionService, _httpClientFactory, _logger, passedAppHostProjectFile, dashboardUrl, apiKey, requireDashboard: false, cancellationToken); 123var errorInfo = await TelemetryCommandHelpers.FormatTelemetryErrorAsync(ex, dashboardApi.BaseUrl!, true, _httpClientFactory, _logger, cancellationToken); 145using var client = isDashboardAvailable ? TelemetryCommandHelpers.CreateApiClient(_httpClientFactory, apiToken!) : null;