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);
125
var (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);
168
await
_interactionService
.ShowStatusAsync(ExportCommandStrings.GatheringConsoleLogs, async () =>
177
await
_interactionService
.ShowStatusAsync(ExportCommandStrings.GatheringStructuredLogs, async () =>
184
await
_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));