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