1 write to _consoleInteractionService
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
38
_consoleInteractionService
= consoleInteractionService;
21 references to _consoleInteractionService
aspire (21)
Interaction\ExtensionInteractionService.cs (21)
60
_consoleInteractionService
.DisplayError(ex.Message);
71
var value = await
_consoleInteractionService
.ShowStatusAsync(statusText, action).ConfigureAwait(false);
81
_consoleInteractionService
.ShowStatus(statusText, action);
131
return await
_consoleInteractionService
.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false);
159
return await
_consoleInteractionService
.ConfirmAsync(promptText, defaultValue, cancellationToken);
188
return await
_consoleInteractionService
.PromptForSelectionAsync(promptText, choices, choiceFormatter, cancellationToken);
217
return await
_consoleInteractionService
.PromptForSelectionsAsync(promptText, choices, choiceFormatter, cancellationToken);
226
return
_consoleInteractionService
.DisplayIncompatibleVersionError(ex, appHostHostingSdkVersion);
233
_consoleInteractionService
.DisplayError(errorMessage);
240
_consoleInteractionService
.DisplayMessage(emoji, message);
247
_consoleInteractionService
.DisplaySuccess(message);
254
_consoleInteractionService
.DisplaySubtleMessage(message, escapeMarkup);
259
_consoleInteractionService
.DisplaySubtleMessage(message, escapeMarkup);
272
_consoleInteractionService
.DisplayLines(lines);
279
_consoleInteractionService
.DisplayCancellationMessage();
286
_consoleInteractionService
.DisplayEmptyLine();
299
_consoleInteractionService
.DisplayPlainText(text);
308
_consoleInteractionService
.DisplayMarkdown(markdown);
313
_consoleInteractionService
.DisplayVersionUpdateNotification(newerVersion);
329
_consoleInteractionService
.WriteConsoleLog(message, lineNumber, type, isErrorMessage);
340
_consoleInteractionService
.DisplayPlainText(message);