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);
123
var errorInfo = await TelemetryCommandHelpers.FormatTelemetryErrorAsync(ex, dashboardApi.BaseUrl!, true,
_httpClientFactory
, _logger, cancellationToken);
145
using var client = isDashboardAvailable ? TelemetryCommandHelpers.CreateApiClient(
_httpClientFactory
, apiToken!) : null;