8 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
344public void DisplayEmptyLine()
Interaction\ExtensionInteractionService.cs (1)
344public void DisplayEmptyLine()
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
1411public void DisplayEmptyLine() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
952public void DisplayEmptyLine() { }
Commands\UpdateCommandTests.cs (1)
1074public void DisplayEmptyLine() => _innerService.DisplayEmptyLine();
Templating\DotNetTemplateFactoryTests.cs (1)
492public void DisplayEmptyLine() { }
TestServices\TestConsoleInteractionService.cs (1)
115public void DisplayEmptyLine()
TestServices\TestExtensionInteractionService.cs (1)
128public void DisplayEmptyLine()
51 references to DisplayEmptyLine
aspire (50)
Commands\AppHostLauncher.cs (1)
346interactionService.DisplayEmptyLine();
Commands\BaseCommand.cs (1)
66InteractionService.DisplayEmptyLine();
Commands\ConfigCommand.cs (6)
247InteractionService.DisplayEmptyLine(); 269InteractionService.DisplayEmptyLine(); 277InteractionService.DisplayEmptyLine(); 466InteractionService.DisplayEmptyLine(); 469InteractionService.DisplayEmptyLine(); 475InteractionService.DisplayEmptyLine();
Commands\InitCommand.cs (14)
140InteractionService.DisplayEmptyLine(); 142InteractionService.DisplayEmptyLine(); 160InteractionService.DisplayEmptyLine(); 162InteractionService.DisplayEmptyLine(); 167InteractionService.DisplayEmptyLine(); 169InteractionService.DisplayEmptyLine(); 228InteractionService.DisplayEmptyLine(); 230InteractionService.DisplayEmptyLine(); 243InteractionService.DisplayEmptyLine(); 245InteractionService.DisplayEmptyLine(); 261InteractionService.DisplayEmptyLine(); 263InteractionService.DisplayEmptyLine(); 764InteractionService.DisplayEmptyLine(); 766InteractionService.DisplayEmptyLine();
Commands\McpInitCommand.cs (1)
61InteractionService.DisplayEmptyLine();
Commands\RenderCommand.cs (5)
146InteractionService.DisplayEmptyLine(); 151InteractionService.DisplayEmptyLine(); 155InteractionService.DisplayEmptyLine(); 171InteractionService.DisplayEmptyLine(); 194InteractionService.DisplayEmptyLine();
Commands\RunCommand.cs (1)
449console.DisplayEmptyLine();
Commands\TelemetryTracesCommand.cs (2)
354_interactionService.DisplayEmptyLine(); 396_interactionService.DisplayEmptyLine(); // Blank line between resources
Projects\GuestAppHostProject.cs (4)
932_interactionService.DisplayEmptyLine(); 941_interactionService.DisplayEmptyLine(); 966_interactionService.DisplayEmptyLine(); 977_interactionService.DisplayEmptyLine();
Projects\LanguageService.cs (2)
84_interactionService.DisplayEmptyLine(); 91_interactionService.DisplayEmptyLine();
Projects\ProjectLocator.cs (1)
183interactionService.DisplayEmptyLine();
Projects\ProjectUpdater.cs (12)
41interactionService.DisplayEmptyLine(); 63interactionService.DisplayEmptyLine(); 70interactionService.DisplayEmptyLine(); 107interactionService.DisplayEmptyLine(); 121interactionService.DisplayEmptyLine(); 136interactionService.DisplayEmptyLine(); 896interactionService.DisplayEmptyLine(); 1046interactionService.DisplayEmptyLine(); 1055interactionService.DisplayEmptyLine(); 1062interactionService.DisplayEmptyLine(); 1069interactionService.DisplayEmptyLine(); 1100interactionService.DisplayEmptyLine();
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
1074public void DisplayEmptyLine() => _innerService.DisplayEmptyLine();