8 implementations of DisplayMarkupLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
232
public void
DisplayMarkupLine
(string markup)
Interaction\ExtensionInteractionService.cs (1)
318
public void
DisplayMarkupLine
(string markup)
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
955
public void
DisplayMarkupLine
(string markup) { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
951
public void
DisplayMarkupLine
(string markup) { }
Commands\UpdateCommandTests.cs (1)
968
public void
DisplayMarkupLine
(string markup) => _innerService.DisplayMarkupLine(markup);
Templating\DotNetTemplateFactoryTests.cs (1)
442
public void
DisplayMarkupLine
(string markup) { }
TestServices\TestConsoleInteractionService.cs (1)
124
public void
DisplayMarkupLine
(string markup)
TestServices\TestExtensionInteractionService.cs (1)
137
public void
DisplayMarkupLine
(string markup)
7 references to DisplayMarkupLine
aspire (6)
Commands\ConfigCommand.cs (4)
239
InteractionService.
DisplayMarkupLine
($" [cyan]{kvp.Key.EscapeMarkup()}[/] = [yellow]{kvp.Value.EscapeMarkup()}[/]");
256
InteractionService.
DisplayMarkupLine
($" [cyan]{kvp.Key.EscapeMarkup()}[/] = [yellow]{kvp.Value.EscapeMarkup()}[/]");
435
InteractionService.
DisplayMarkupLine
($" [cyan]{feature.Name.EscapeMarkup()}[/] - {feature.Description.EscapeMarkup()} [dim](default: {feature.DefaultValue})[/]");
442
InteractionService.
DisplayMarkupLine
($" {requiredText}[cyan]{property.Name.EscapeMarkup()}[/] ([yellow]{property.Type}[/]) - {property.Description.EscapeMarkup()}");
Commands\McpInitCommand.cs (1)
60
InteractionService.
DisplayMarkupLine
($"[yellow]⚠ {McpCommandStrings.DeprecatedCommandWarning}[/]");
Commands\McpStartCommand.cs (1)
39
InteractionService.
DisplayMarkupLine
($"[yellow]⚠ {McpCommandStrings.DeprecatedCommandWarning}[/]");
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
968
public void DisplayMarkupLine(string markup) => _innerService.
DisplayMarkupLine
(markup);