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