1 write to _consoleInteractionService
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
34_consoleInteractionService = consoleInteractionService;
16 references to _consoleInteractionService
aspire (16)
Interaction\ExtensionInteractionService.cs (16)
56_consoleInteractionService.DisplayError(ex.Message); 78_consoleInteractionService.ShowStatus(statusText, action); 106return await _consoleInteractionService.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false); 134return await _consoleInteractionService.ConfirmAsync(promptText, defaultValue, cancellationToken); 163return await _consoleInteractionService.PromptForSelectionAsync(promptText, choices, choiceFormatter, cancellationToken); 171return _consoleInteractionService.DisplayIncompatibleVersionError(ex, appHostHostingSdkVersion); 178_consoleInteractionService.DisplayError(errorMessage); 185_consoleInteractionService.DisplayMessage(emoji, message); 192_consoleInteractionService.DisplaySuccess(message); 199_consoleInteractionService.DisplaySubtleMessage(message); 212_consoleInteractionService.DisplayLines(lines); 225_consoleInteractionService.DisplayEmptyLine(); 236_consoleInteractionService.DisplayPlainText(text); 245_consoleInteractionService.DisplayMarkdown(markdown); 250_consoleInteractionService.DisplayVersionUpdateNotification(newerVersion); 266_consoleInteractionService.WriteConsoleLog(message, lineNumber, type, isErrorMessage);