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