1 write to _consoleInteractionService
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
36
_consoleInteractionService
= consoleInteractionService;
20 references to _consoleInteractionService
aspire (20)
Interaction\ExtensionInteractionService.cs (20)
58
_consoleInteractionService
.DisplayError(ex.Message);
69
var value = await
_consoleInteractionService
.ShowStatusAsync(statusText, action).ConfigureAwait(false);
79
_consoleInteractionService
.ShowStatus(statusText, action);
129
return await
_consoleInteractionService
.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false);
157
return await
_consoleInteractionService
.ConfirmAsync(promptText, defaultValue, cancellationToken);
186
return await
_consoleInteractionService
.PromptForSelectionAsync(promptText, choices, choiceFormatter, cancellationToken);
215
return await
_consoleInteractionService
.PromptForSelectionsAsync(promptText, choices, choiceFormatter, cancellationToken);
224
return
_consoleInteractionService
.DisplayIncompatibleVersionError(ex, appHostHostingSdkVersion);
231
_consoleInteractionService
.DisplayError(errorMessage);
238
_consoleInteractionService
.DisplayMessage(emoji, message);
245
_consoleInteractionService
.DisplaySuccess(message);
252
_consoleInteractionService
.DisplaySubtleMessage(message);
265
_consoleInteractionService
.DisplayLines(lines);
272
_consoleInteractionService
.DisplayCancellationMessage();
279
_consoleInteractionService
.DisplayEmptyLine();
292
_consoleInteractionService
.DisplayPlainText(text);
301
_consoleInteractionService
.DisplayMarkdown(markdown);
306
_consoleInteractionService
.DisplayVersionUpdateNotification(newerVersion);
322
_consoleInteractionService
.WriteConsoleLog(message, lineNumber, type, isErrorMessage);
333
_consoleInteractionService
.DisplayPlainText(message);