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