1 write to _consoleInteractionService
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
32_consoleInteractionService = consoleInteractionService;
15 references to _consoleInteractionService
aspire (15)
Interaction\ExtensionInteractionService.cs (15)
68_consoleInteractionService.ShowStatus(statusText, action); 96return await _consoleInteractionService.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false); 124return await _consoleInteractionService.ConfirmAsync(promptText, defaultValue, cancellationToken); 153return await _consoleInteractionService.PromptForSelectionAsync(promptText, choices, choiceFormatter, cancellationToken); 161return _consoleInteractionService.DisplayIncompatibleVersionError(ex, appHostHostingSdkVersion); 168_consoleInteractionService.DisplayError(errorMessage); 175_consoleInteractionService.DisplayMessage(emoji, message); 182_consoleInteractionService.DisplaySuccess(message); 189_consoleInteractionService.DisplaySubtleMessage(message); 196_consoleInteractionService.DisplayDashboardUrls(dashboardUrls); 203_consoleInteractionService.DisplayLines(lines); 216_consoleInteractionService.DisplayEmptyLine(); 227_consoleInteractionService.DisplayPlainText(text); 232_consoleInteractionService.DisplayVersionUpdateNotification(newerVersion); 247_consoleInteractionService.WriteConsoleLog(message, lineNumber, type, isErrorMessage);