Implemented interface member:
method
ShowStatus
Aspire.Cli.Interaction.IInteractionService.ShowStatus(System.String, System.Action, Aspire.Cli.Interaction.KnownEmoji?, System.Boolean)
8 references to ShowStatus
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
135
_consoleInteractionService.
ShowStatus
(statusText, action, emoji, allowMarkup);
Aspire.Cli.Tests (7)
Interaction\ConsoleInteractionServiceTests.cs (7)
381
interactionService.
ShowStatus
("Working...", () => synchronousStatusValue = GetInStatus(interactionService));
418
interactionService.
ShowStatus
(statusText, () => statusValue = GetInStatus(interactionService));
527
interactionService.
ShowStatus
(outerStatusText, () =>
530
interactionService.
ShowStatus
(innerStatusText, () => actionExecuted = true);
592
interactionService.
ShowStatus
("Working...", () => { });
1080
var exception = Record.Exception(() => interactionService.
ShowStatus
(statusText, () => { }));
1192
interactionService.
ShowStatus
(statusText, () => { }, emoji: KnownEmojis.Package));