Implemented interface member:
method
DisplaySuccess
Aspire.Cli.Interaction.IInteractionService.DisplaySuccess(System.String, System.Boolean)
2 references to DisplaySuccess
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
257_consoleInteractionService.DisplaySuccess(message, allowMarkup);
Aspire.Cli.Tests (1)
Interaction\ConsoleInteractionServiceTests.cs (1)
571var exception = Record.Exception(() => interactionService.DisplaySuccess(message));