1 write to _consoleInteractionService
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
38_consoleInteractionService = consoleInteractionService;
22 references to _consoleInteractionService
aspire (22)
Interaction\ExtensionInteractionService.cs (22)
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); 306_consoleInteractionService.DisplayRawText(text); 315_consoleInteractionService.DisplayMarkdown(markdown); 320_consoleInteractionService.DisplayVersionUpdateNotification(newerVersion, updateCommand); 336_consoleInteractionService.WriteConsoleLog(message, lineNumber, type, isErrorMessage); 347_consoleInteractionService.DisplayPlainText(message);