8 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
744public void DisplayEmptyLine()
Interaction\ExtensionInteractionService.cs (1)
463public void DisplayEmptyLine()
Aspire.Cli.Tests (6)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1247public void DisplayEmptyLine() { }
Commands\UpdateCommandTests.cs (1)
3546public void DisplayEmptyLine() => _innerService.DisplayEmptyLine();
Projects\ExtensionGuestLauncherTests.cs (1)
179public void DisplayEmptyLine() => throw new NotImplementedException();
Templating\DotNetTemplateFactoryTests.cs (1)
414public void DisplayEmptyLine() { }
TestServices\TestExtensionInteractionService.cs (1)
170public void DisplayEmptyLine()
TestServices\TestInteractionService.cs (1)
321public void DisplayEmptyLine()
49 references to DisplayEmptyLine
aspire (48)
Commands\AgentInitCommand.cs (1)
114interactionService.DisplayEmptyLine();
Commands\AppHostLauncher.cs (1)
947interactionService.DisplayEmptyLine();
Commands\ConfigCommand.cs (6)
268InteractionService.DisplayEmptyLine(); 292InteractionService.DisplayEmptyLine(); 303InteractionService.DisplayEmptyLine(); 494InteractionService.DisplayEmptyLine(); 497InteractionService.DisplayEmptyLine(); 503InteractionService.DisplayEmptyLine();
Commands\DashboardRunCommand.cs (2)
350interactionService.DisplayEmptyLine(); 499InteractionService.DisplayEmptyLine();
Commands\InitCommand.cs (2)
183InteractionService.DisplayEmptyLine(); 189InteractionService.DisplayEmptyLine();
Commands\McpInitCommand.cs (1)
47InteractionService.DisplayEmptyLine();
Commands\RenderCommand.cs (13)
128InteractionService.DisplayEmptyLine(); 221InteractionService.DisplayEmptyLine(); 236InteractionService.DisplayEmptyLine(); 251InteractionService.DisplayEmptyLine(); 341InteractionService.DisplayEmptyLine(); 346InteractionService.DisplayEmptyLine(); 350InteractionService.DisplayEmptyLine(); 366InteractionService.DisplayEmptyLine(); 389InteractionService.DisplayEmptyLine(); 408InteractionService.DisplayEmptyLine(); 435InteractionService.DisplayEmptyLine(); 576InteractionService.DisplayEmptyLine(); 586InteractionService.DisplayEmptyLine();
Commands\RunCommand.cs (1)
1020console.DisplayEmptyLine();
Commands\TelemetryTracesCommand.cs (2)
345InteractionService.DisplayEmptyLine(); 389InteractionService.DisplayEmptyLine(); // Blank line between resources
Projects\GuestAppHostProject.cs (4)
1514_interactionService.DisplayEmptyLine(); 1523_interactionService.DisplayEmptyLine(); 1550_interactionService.DisplayEmptyLine(); 1574_interactionService.DisplayEmptyLine();
Projects\ProjectLocator.cs (1)
919interactionService.DisplayEmptyLine();
Projects\ProjectUpdater.cs (14)
45interactionService.DisplayEmptyLine(); 67interactionService.DisplayEmptyLine(); 76interactionService.DisplayEmptyLine(); 83interactionService.DisplayEmptyLine(); 131interactionService.DisplayEmptyLine(); 137interactionService.DisplayEmptyLine(); 157interactionService.DisplayEmptyLine(); 202interactionService.DisplayEmptyLine(); 1249interactionService.DisplayEmptyLine(); 1399interactionService.DisplayEmptyLine(); 1408interactionService.DisplayEmptyLine(); 1415interactionService.DisplayEmptyLine(); 1422interactionService.DisplayEmptyLine(); 1453interactionService.DisplayEmptyLine();
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
3546public void DisplayEmptyLine() => _innerService.DisplayEmptyLine();