Implemented interface member:
method
DisplayMarkdown
Aspire.Cli.Interaction.IInteractionService.DisplayMarkdown(System.String)
3 references to DisplayMarkdown
aspire (1)
Interaction\ExtensionInteractionService.cs (1)
236
_consoleInteractionService.
DisplayMarkdown
(markdown);
Aspire.Cli.Tests (2)
Interaction\ConsoleInteractionServiceTests.cs (2)
118
var exception = Record.Exception(() => interactionService.
DisplayMarkdown
(markdown));
144
var exception = Record.Exception(() => interactionService.
DisplayMarkdown
(plainText));