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)
129
_consoleInteractionService.
ShowStatus
(statusText, action, emoji, allowMarkup);
Aspire.Cli.Tests (7)
Interaction\ConsoleInteractionServiceTests.cs (7)
337
interactionService.
ShowStatus
("Working...", () => synchronousStatusValue = GetInStatus(interactionService));
374
interactionService.
ShowStatus
(statusText, () => statusValue = GetInStatus(interactionService));
483
interactionService.
ShowStatus
(outerStatusText, () =>
486
interactionService.
ShowStatus
(innerStatusText, () => actionExecuted = true);
548
interactionService.
ShowStatus
("Working...", () => { });
1036
var exception = Record.Exception(() => interactionService.
ShowStatus
(statusText, () => { }));
1148
interactionService.
ShowStatus
(statusText, () => { }, emoji: KnownEmojis.Package));