1 write to _consoleInteractionService
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
39
_consoleInteractionService
= consoleInteractionService;
26 references to _consoleInteractionService
aspire (26)
Interaction\ExtensionInteractionService.cs (26)
61
_consoleInteractionService
.DisplayError(ex.Message);
72
var value = await
_consoleInteractionService
.ShowStatusAsync(statusText, action, emoji, allowMarkup).ConfigureAwait(false);
82
_consoleInteractionService
.ShowStatus(statusText, action, emoji, allowMarkup);
132
return await
_consoleInteractionService
.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false);
163
return await
_consoleInteractionService
.ConfirmAsync(promptText, defaultValue, cancellationToken);
195
return await
_consoleInteractionService
.PromptForSelectionAsync(promptText, choices, choiceFormatter, cancellationToken);
227
return await
_consoleInteractionService
.PromptForSelectionsAsync(promptText, choices, choiceFormatter, cancellationToken);
236
return
_consoleInteractionService
.DisplayIncompatibleVersionError(ex, appHostHostingSdkVersion);
243
_consoleInteractionService
.DisplayError(errorMessage);
250
_consoleInteractionService
.DisplayMessage(emoji, message, allowMarkup);
257
_consoleInteractionService
.DisplaySuccess(message, allowMarkup);
264
_consoleInteractionService
.DisplaySubtleMessage(message, allowMarkup);
269
_consoleInteractionService
.DisplaySubtleMessage(message, allowMarkup);
282
_consoleInteractionService
.DisplayLines(lines);
289
_consoleInteractionService
.DisplayCancellationMessage();
296
_consoleInteractionService
.DisplayEmptyLine();
309
_consoleInteractionService
.DisplayPlainText(text);
314
get =>
_consoleInteractionService
.Console;
315
set =>
_consoleInteractionService
.Console = value;
322
_consoleInteractionService
.DisplayRawText(text, consoleOverride);
331
_consoleInteractionService
.DisplayMarkdown(markdown);
339
_consoleInteractionService
.DisplayMarkupLine(markup);
344
_consoleInteractionService
.DisplayVersionUpdateNotification(newerVersion, updateCommand);
349
_consoleInteractionService
.DisplayRenderable(renderable);
365
_consoleInteractionService
.WriteConsoleLog(message, lineNumber, type, isErrorMessage);
376
_consoleInteractionService
.DisplayPlainText(message);