1 write to _consoleInteractionService
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
39
_consoleInteractionService
= consoleInteractionService;
28 references to _consoleInteractionService
aspire (28)
Interaction\ExtensionInteractionService.cs (28)
61
_consoleInteractionService
.DisplayError(ex.Message);
74
return await
_consoleInteractionService
.ShowStatusAsync(statusText, action, emoji, allowMarkup).ConfigureAwait(false);
91
_consoleInteractionService
.ShowStatus(statusText, action, emoji, allowMarkup);
145
return await
_consoleInteractionService
.PromptForStringAsync(promptText, defaultValue, validator, isSecret, required, cancellationToken).ConfigureAwait(false);
198
return await
_consoleInteractionService
.PromptForFilePathAsync(promptText, defaultValue, validator, directory, required, cancellationToken).ConfigureAwait(false);
228
return await
_consoleInteractionService
.ConfirmAsync(promptText, defaultValue, cancellationToken);
260
return await
_consoleInteractionService
.PromptForSelectionAsync(promptText, choices, choiceFormatter, cancellationToken);
294
return await
_consoleInteractionService
.PromptForSelectionsAsync(promptText, choices, choiceFormatter, preSelected, optional, cancellationToken);
303
return
_consoleInteractionService
.DisplayIncompatibleVersionError(ex, appHostHostingSdkVersion);
310
_consoleInteractionService
.DisplayError(errorMessage);
317
_consoleInteractionService
.DisplayMessage(emoji, message, allowMarkup);
324
_consoleInteractionService
.DisplaySuccess(message, allowMarkup);
331
_consoleInteractionService
.DisplaySubtleMessage(message, allowMarkup);
336
_consoleInteractionService
.DisplaySubtleMessage(message, allowMarkup);
351
_consoleInteractionService
.DisplayLines(lines);
358
_consoleInteractionService
.DisplayCancellationMessage();
365
_consoleInteractionService
.DisplayEmptyLine();
378
_consoleInteractionService
.DisplayPlainText(text);
383
get =>
_consoleInteractionService
.Console;
384
set =>
_consoleInteractionService
.Console = value;
391
_consoleInteractionService
.DisplayRawText(text, consoleOverride);
400
_consoleInteractionService
.DisplayMarkdown(markdown);
408
_consoleInteractionService
.DisplayMarkupLine(markup);
413
_consoleInteractionService
.DisplayVersionUpdateNotification(newerVersion, updateCommand);
418
_consoleInteractionService
.DisplayRenderable(renderable);
423
return
_consoleInteractionService
.DisplayLiveAsync(initialRenderable, callback);
439
_consoleInteractionService
.WriteConsoleLog(message, lineNumber, type, isErrorMessage);
450
_consoleInteractionService
.DisplayPlainText(message);