9 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
405public void DisplayEmptyLine()
Interaction\ExtensionInteractionService.cs (1)
361public void DisplayEmptyLine()
Aspire.Cli.Tests (7)
Commands\NewCommandTests.cs (1)
1583public void DisplayEmptyLine() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
958public void DisplayEmptyLine() { }
Commands\UpdateCommandTests.cs (1)
1072public void DisplayEmptyLine() => _innerService.DisplayEmptyLine();
Projects\ExtensionGuestLauncherTests.cs (1)
173public void DisplayEmptyLine() => throw new NotImplementedException();
Templating\DotNetTemplateFactoryTests.cs (1)
492public void DisplayEmptyLine() { }
TestServices\TestExtensionInteractionService.cs (1)
134public void DisplayEmptyLine()
TestServices\TestInteractionService.cs (1)
192public void DisplayEmptyLine()
51 references to DisplayEmptyLine
aspire (50)
Commands\AppHostLauncher.cs (1)
355interactionService.DisplayEmptyLine();
Commands\BaseCommand.cs (1)
66InteractionService.DisplayEmptyLine();
Commands\ConfigCommand.cs (6)
263InteractionService.DisplayEmptyLine(); 285InteractionService.DisplayEmptyLine(); 296InteractionService.DisplayEmptyLine(); 491InteractionService.DisplayEmptyLine(); 494InteractionService.DisplayEmptyLine(); 500InteractionService.DisplayEmptyLine();
Commands\InitCommand.cs (14)
148InteractionService.DisplayEmptyLine(); 150InteractionService.DisplayEmptyLine(); 171InteractionService.DisplayEmptyLine(); 173InteractionService.DisplayEmptyLine(); 179InteractionService.DisplayEmptyLine(); 181InteractionService.DisplayEmptyLine(); 262InteractionService.DisplayEmptyLine(); 264InteractionService.DisplayEmptyLine(); 277InteractionService.DisplayEmptyLine(); 279InteractionService.DisplayEmptyLine(); 295InteractionService.DisplayEmptyLine(); 297InteractionService.DisplayEmptyLine(); 803InteractionService.DisplayEmptyLine(); 805InteractionService.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)
456console.DisplayEmptyLine();
Commands\TelemetryTracesCommand.cs (2)
354_interactionService.DisplayEmptyLine(); 396_interactionService.DisplayEmptyLine(); // Blank line between resources
Projects\GuestAppHostProject.cs (4)
1095_interactionService.DisplayEmptyLine(); 1104_interactionService.DisplayEmptyLine(); 1129_interactionService.DisplayEmptyLine(); 1151_interactionService.DisplayEmptyLine();
Projects\LanguageService.cs (2)
88_interactionService.DisplayEmptyLine(); 95_interactionService.DisplayEmptyLine();
Projects\ProjectLocator.cs (1)
270interactionService.DisplayEmptyLine();
Projects\ProjectUpdater.cs (12)
41interactionService.DisplayEmptyLine(); 63interactionService.DisplayEmptyLine(); 70interactionService.DisplayEmptyLine(); 107interactionService.DisplayEmptyLine(); 121interactionService.DisplayEmptyLine(); 136interactionService.DisplayEmptyLine(); 897interactionService.DisplayEmptyLine(); 1047interactionService.DisplayEmptyLine(); 1056interactionService.DisplayEmptyLine(); 1063interactionService.DisplayEmptyLine(); 1070interactionService.DisplayEmptyLine(); 1101interactionService.DisplayEmptyLine();
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
1072public void DisplayEmptyLine() => _innerService.DisplayEmptyLine();