1 write to _consoleInteractionService
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
24
_consoleInteractionService
= consoleInteractionService;
15 references to _consoleInteractionService
aspire (15)
Interaction\ExtensionInteractionService.cs (15)
57
_consoleInteractionService
.ShowStatus(statusText, action);
90
return await
_consoleInteractionService
.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false);
123
return await
_consoleInteractionService
.ConfirmAsync(promptText, defaultValue, cancellationToken);
157
return await
_consoleInteractionService
.PromptForSelectionAsync(promptText, choices, choiceFormatter, cancellationToken);
164
return
_consoleInteractionService
.DisplayIncompatibleVersionError(ex, appHostHostingSdkVersion);
170
_consoleInteractionService
.DisplayError(errorMessage);
176
_consoleInteractionService
.DisplayMessage(emoji, message);
182
_consoleInteractionService
.DisplaySuccess(message);
188
_consoleInteractionService
.DisplaySubtleMessage(message);
194
_consoleInteractionService
.DisplayDashboardUrls(dashboardUrls);
200
_consoleInteractionService
.DisplayLines(lines);
206
_consoleInteractionService
.DisplayCancellationMessage();
212
_consoleInteractionService
.DisplayEmptyLine();
222
_consoleInteractionService
.DisplayPlainText(text);
227
_consoleInteractionService
.DisplayVersionUpdateNotification(newerVersion);