1 write to _httpClientFactory
aspire (1)
Commands\ExportCommand.cs (1)
60
_httpClientFactory
= httpClientFactory;
1 reference to _httpClientFactory
aspire (1)
Commands\ExportCommand.cs (1)
122
using var client = isDashboardAvailable ? TelemetryCommandHelpers.CreateApiClient(
_httpClientFactory
, apiToken!) : null;