1 write to _consoleInteractionService
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
24_consoleInteractionService = consoleInteractionService;
15 references to _consoleInteractionService
aspire (15)
Interaction\ExtensionInteractionService.cs (15)
57_consoleInteractionService.ShowStatus(statusText, action); 90return await _consoleInteractionService.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false); 123return await _consoleInteractionService.ConfirmAsync(promptText, defaultValue, cancellationToken); 157return await _consoleInteractionService.PromptForSelectionAsync(promptText, choices, choiceFormatter, cancellationToken); 164return _consoleInteractionService.DisplayIncompatibleVersionError(ex, appHostHostingSdkVersion); 170_consoleInteractionService.DisplayError(errorMessage); 176_consoleInteractionService.DisplayMessage(emoji, message); 182_consoleInteractionService.DisplaySuccess(message); 188_consoleInteractionService.DisplaySubtleMessage(message); 194_consoleInteractionService.DisplayDashboardUrls(dashboardUrls); 200_consoleInteractionService.DisplayLines(lines); 206_consoleInteractionService.DisplayCancellationMessage(); 212_consoleInteractionService.DisplayEmptyLine(); 222_consoleInteractionService.DisplayPlainText(text); 227_consoleInteractionService.DisplayVersionUpdateNotification(newerVersion);