1 write to _interactionService
aspire (1)
Commands\ExportCommand.cs (1)
59_interactionService = interactionService;
10 references to _interactionService
aspire (10)
Commands\ExportCommand.cs (10)
88_interactionService.DisplayMessage(KnownEmojis.Information, connectionResult.ErrorMessage); 100_interactionService.DisplayMessage(KnownEmojis.Warning, ExportCommandStrings.DashboardNotAvailable); 125var (telemetryResources, snapshots) = await _interactionService.ShowStatusAsync(ExportCommandStrings.GatheringResources, async () => 139_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, ExportCommandStrings.ResourceNotFound, resourceName)); 147_interactionService.DisplayMessage(KnownEmojis.Information, ExportCommandStrings.NoResourcesFound); 168await _interactionService.ShowStatusAsync(ExportCommandStrings.GatheringConsoleLogs, async () => 177await _interactionService.ShowStatusAsync(ExportCommandStrings.GatheringStructuredLogs, async () => 184await _interactionService.ShowStatusAsync(ExportCommandStrings.GatheringTraces, async () => 194_interactionService.DisplayMessage(KnownEmojis.CheckMark, string.Format(CultureInfo.CurrentCulture, ExportCommandStrings.ExportComplete, fullPath)); 200_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, ExportCommandStrings.FailedToExport, ex.Message));