1 write to _consoleInteractionService
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
56
_consoleInteractionService
= consoleInteractionService;
35 references to _consoleInteractionService
aspire (35)
Interaction\ExtensionInteractionService.cs (35)
94
return await
_consoleInteractionService
.ShowStatusAsync(statusText, action, emoji, allowMarkup).ConfigureAwait(false);
111
return await
_consoleInteractionService
.ShowDynamicStatusAsync(
135
_consoleInteractionService
.ShowStatus(statusText, action, emoji, allowMarkup);
152
_consoleInteractionService
.ValidateResolvedStringValue(value, required, validator, binding!.SymbolDisplayName);
198
return await
_consoleInteractionService
.PromptForStringAsync(promptText, validator, isSecret, required, binding, cancellationToken).ConfigureAwait(false);
207
_consoleInteractionService
.ValidateResolvedStringValue(value, required, validator, binding!.SymbolDisplayName);
268
return await
_consoleInteractionService
.PromptForFilePathAsync(promptText, validator, directory, required, binding, retryOnValidationFailure, cancellationToken).ConfigureAwait(false);
304
return await
_consoleInteractionService
.PromptConfirmAsync(promptText, binding, cancellationToken);
314
return
_consoleInteractionService
.MatchChoiceOrThrow(value, binding!, choices, choiceFormatter);
342
return await
_consoleInteractionService
.PromptForSelectionAsync(promptText, choices, choiceFormatter, binding, echoSelected, cancellationToken);
353
return
_consoleInteractionService
.MatchChoicesOrThrow(value, binding!, validationChoices, choiceFormatter);
381
return await
_consoleInteractionService
.PromptForSelectionsAsync(promptText, choices, choiceFormatter, preSelected, optional, binding, echoSelected, bindingChoices, cancellationToken);
390
return
_consoleInteractionService
.DisplayIncompatibleVersionError(ex, appHostHostingSdkVersion);
403
_consoleInteractionService
.DisplayError(errorMessage, allowMarkup);
414
_consoleInteractionService
.DisplayError(errorMessage, allowMarkup);
424
_consoleInteractionService
.DisplayMessage(emoji, message, allowMarkup, consoleOverride);
435
_consoleInteractionService
.DisplayMessage(emoji, message, allowMarkup, consoleOverride);
444
_consoleInteractionService
.DisplayMessage(emoji, message, allowMarkup, consoleOverride);
528
_consoleInteractionService
.DisplaySuccess(message, allowMarkup);
535
_consoleInteractionService
.DisplaySubtleMessage(message, allowMarkup);
540
_consoleInteractionService
.DisplaySubtleMessage(message, allowMarkup);
571
_consoleInteractionService
.DisplayCancellationMessage(message, consoleOverride);
578
_consoleInteractionService
.DisplayEmptyLine();
591
_consoleInteractionService
.DisplayPlainText(text);
596
get =>
_consoleInteractionService
.Console;
597
set =>
_consoleInteractionService
.Console = value;
608
_consoleInteractionService
.DisplayRawText(text, consoleOverride);
617
_consoleInteractionService
.DisplayMarkdown(markdown, consoleOverride, maxWidth);
625
_consoleInteractionService
.DisplayMarkupLine(markup);
630
_consoleInteractionService
.DisplayVersionUpdateNotification(newerVersion, updateCommand);
635
_consoleInteractionService
.DisplayRenderable(renderable);
640
return
_consoleInteractionService
.DisplayLiveAsync(initialRenderable, callback);
656
_consoleInteractionService
.WriteConsoleLog(message, lineNumber, type, isErrorMessage);
667
_consoleInteractionService
.DisplayPlainText(message);
711
_consoleInteractionService
.DisplayError(ex.Message);