1 write to _consoleInteractionService
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
32
_consoleInteractionService
= consoleInteractionService;
15 references to _consoleInteractionService
aspire (15)
Interaction\ExtensionInteractionService.cs (15)
68
_consoleInteractionService
.ShowStatus(statusText, action);
96
return await
_consoleInteractionService
.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false);
124
return await
_consoleInteractionService
.ConfirmAsync(promptText, defaultValue, cancellationToken);
153
return await
_consoleInteractionService
.PromptForSelectionAsync(promptText, choices, choiceFormatter, cancellationToken);
161
return
_consoleInteractionService
.DisplayIncompatibleVersionError(ex, appHostHostingSdkVersion);
168
_consoleInteractionService
.DisplayError(errorMessage);
175
_consoleInteractionService
.DisplayMessage(emoji, message);
182
_consoleInteractionService
.DisplaySuccess(message);
189
_consoleInteractionService
.DisplaySubtleMessage(message);
196
_consoleInteractionService
.DisplayDashboardUrls(dashboardUrls);
203
_consoleInteractionService
.DisplayLines(lines);
216
_consoleInteractionService
.DisplayEmptyLine();
227
_consoleInteractionService
.DisplayPlainText(text);
232
_consoleInteractionService
.DisplayVersionUpdateNotification(newerVersion);
247
_consoleInteractionService
.WriteConsoleLog(message, lineNumber, type, isErrorMessage);