7 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
239
public void
DisplayEmptyLine
()
Interaction\ExtensionInteractionService.cs (1)
282
public void
DisplayEmptyLine
()
Aspire.Cli.Tests (5)
Commands\NewCommandTests.cs (1)
681
public void
DisplayEmptyLine
() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
993
public void
DisplayEmptyLine
() { }
Templating\DotNetTemplateFactoryTests.cs (1)
398
public void
DisplayEmptyLine
() { }
TestServices\TestConsoleInteractionService.cs (1)
90
public void
DisplayEmptyLine
()
TestServices\TestExtensionInteractionService.cs (1)
121
public void
DisplayEmptyLine
()
27 references to DisplayEmptyLine
aspire (27)
Commands\BaseCommand.cs (1)
48
InteractionService.
DisplayEmptyLine
();
Commands\InitCommand.cs (12)
115
InteractionService.
DisplayEmptyLine
();
117
InteractionService.
DisplayEmptyLine
();
122
InteractionService.
DisplayEmptyLine
();
124
InteractionService.
DisplayEmptyLine
();
183
InteractionService.
DisplayEmptyLine
();
185
InteractionService.
DisplayEmptyLine
();
198
InteractionService.
DisplayEmptyLine
();
200
InteractionService.
DisplayEmptyLine
();
216
InteractionService.
DisplayEmptyLine
();
218
InteractionService.
DisplayEmptyLine
();
645
InteractionService.
DisplayEmptyLine
();
647
InteractionService.
DisplayEmptyLine
();
Projects\ProjectLocator.cs (2)
292
interactionService.
DisplayEmptyLine
();
379
interactionService.
DisplayEmptyLine
();
Projects\ProjectUpdater.cs (12)
41
interactionService.
DisplayEmptyLine
();
63
interactionService.
DisplayEmptyLine
();
70
interactionService.
DisplayEmptyLine
();
107
interactionService.
DisplayEmptyLine
();
121
interactionService.
DisplayEmptyLine
();
129
interactionService.
DisplayEmptyLine
();
629
interactionService.
DisplayEmptyLine
();
779
interactionService.
DisplayEmptyLine
();
788
interactionService.
DisplayEmptyLine
();
795
interactionService.
DisplayEmptyLine
();
802
interactionService.
DisplayEmptyLine
();
833
interactionService.
DisplayEmptyLine
();