8 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
751public void DisplayEmptyLine()
Interaction\ExtensionInteractionService.cs (1)
576public void DisplayEmptyLine()
Aspire.Cli.Tests (6)
Commands\PublishCommandPromptingIntegrationTests.cs (1)
1247public void DisplayEmptyLine() { }
Commands\UpdateCommandTests.cs (1)
3551public void DisplayEmptyLine() => _innerService.DisplayEmptyLine();
Projects\ExtensionGuestLauncherTests.cs (1)
242public void DisplayEmptyLine() => throw new NotImplementedException();
Templating\DotNetTemplateFactoryTests.cs (1)
414public void DisplayEmptyLine() { }
TestServices\TestExtensionInteractionService.cs (1)
221public void DisplayEmptyLine()
TestServices\TestInteractionService.cs (1)
321public void DisplayEmptyLine()
49 references to DisplayEmptyLine
aspire (48)
Commands\AgentInitCommand.cs (1)
127interactionService.DisplayEmptyLine();
Commands\AppHostLauncher.cs (1)
986interactionService.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)
197InteractionService.DisplayEmptyLine(); 203InteractionService.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)
1129console.DisplayEmptyLine();
Commands\TelemetryTracesCommand.cs (2)
345InteractionService.DisplayEmptyLine(); 389InteractionService.DisplayEmptyLine(); // Blank line between resources
Projects\GuestAppHostProject.cs (4)
1540_interactionService.DisplayEmptyLine(); 1549_interactionService.DisplayEmptyLine(); 1576_interactionService.DisplayEmptyLine(); 1600_interactionService.DisplayEmptyLine();
Projects\ProjectLocator.cs (1)
913interactionService.DisplayEmptyLine();
Projects\ProjectUpdater.cs (14)
46interactionService.DisplayEmptyLine(); 68interactionService.DisplayEmptyLine(); 77interactionService.DisplayEmptyLine(); 84interactionService.DisplayEmptyLine(); 132interactionService.DisplayEmptyLine(); 138interactionService.DisplayEmptyLine(); 158interactionService.DisplayEmptyLine(); 203interactionService.DisplayEmptyLine(); 1253interactionService.DisplayEmptyLine(); 1403interactionService.DisplayEmptyLine(); 1412interactionService.DisplayEmptyLine(); 1419interactionService.DisplayEmptyLine(); 1426interactionService.DisplayEmptyLine(); 1457interactionService.DisplayEmptyLine();
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
3551public void DisplayEmptyLine() => _innerService.DisplayEmptyLine();