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