Implemented interface member:
method
ShowStatus
Aspire.Cli.Interaction.IInteractionService.ShowStatus(System.String, System.Action, Aspire.Cli.Interaction.KnownEmoji?, System.Boolean)
6 references to ShowStatus
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
82
_consoleInteractionService.
ShowStatus
(statusText, action, emoji, allowMarkup);
Aspire.Cli.Tests (5)
Interaction\ConsoleInteractionServiceTests.cs (5)
227
interactionService.
ShowStatus
(statusText, () => actionCalled = true);
347
interactionService.
ShowStatus
(outerStatusText, () =>
350
interactionService.
ShowStatus
(innerStatusText, () => actionExecuted = true);
626
var exception = Record.Exception(() => interactionService.
ShowStatus
(statusText, () => { }));
738
interactionService.
ShowStatus
(statusText, () => { }, emoji: KnownEmojis.Package));