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); 69var value = await _consoleInteractionService.ShowStatusAsync(statusText, action).ConfigureAwait(false); 79_consoleInteractionService.ShowStatus(statusText, action); 129return await _consoleInteractionService.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false); 157return await _consoleInteractionService.ConfirmAsync(promptText, defaultValue, cancellationToken); 186return await _consoleInteractionService.PromptForSelectionAsync(promptText, choices, choiceFormatter, cancellationToken); 215return await _consoleInteractionService.PromptForSelectionsAsync(promptText, choices, choiceFormatter, cancellationToken); 224return _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);