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);
106
return await
_consoleInteractionService
.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false);
134
return await
_consoleInteractionService
.ConfirmAsync(promptText, defaultValue, cancellationToken);
163
return await
_consoleInteractionService
.PromptForSelectionAsync(promptText, choices, choiceFormatter, cancellationToken);
171
return
_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);