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); 71var value = await _consoleInteractionService.ShowStatusAsync(statusText, action).ConfigureAwait(false); 81_consoleInteractionService.ShowStatus(statusText, action); 131return await _consoleInteractionService.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false); 159return await _consoleInteractionService.ConfirmAsync(promptText, defaultValue, cancellationToken); 188return await _consoleInteractionService.PromptForSelectionAsync(promptText, choices, choiceFormatter, cancellationToken); 217return await _consoleInteractionService.PromptForSelectionsAsync(promptText, choices, choiceFormatter, cancellationToken); 226return _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);