7 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
214
public void
DisplayEmptyLine
()
Interaction\ExtensionInteractionService.cs (1)
275
public void
DisplayEmptyLine
()
Aspire.Cli.Tests (5)
Commands\NewCommandTests.cs (1)
680
public void
DisplayEmptyLine
() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
982
public void
DisplayEmptyLine
() { }
Templating\DotNetTemplateFactoryTests.cs (1)
415
public void
DisplayEmptyLine
() { }
TestServices\TestConsoleInteractionService.cs (1)
90
public void
DisplayEmptyLine
()
TestServices\TestExtensionInteractionService.cs (1)
116
public void
DisplayEmptyLine
()
27 references to DisplayEmptyLine
aspire (27)
Commands\BaseCommand.cs (1)
48
InteractionService.
DisplayEmptyLine
();
Commands\InitCommand.cs (12)
112
InteractionService.
DisplayEmptyLine
();
114
InteractionService.
DisplayEmptyLine
();
119
InteractionService.
DisplayEmptyLine
();
121
InteractionService.
DisplayEmptyLine
();
172
InteractionService.
DisplayEmptyLine
();
174
InteractionService.
DisplayEmptyLine
();
187
InteractionService.
DisplayEmptyLine
();
189
InteractionService.
DisplayEmptyLine
();
205
InteractionService.
DisplayEmptyLine
();
207
InteractionService.
DisplayEmptyLine
();
574
InteractionService.
DisplayEmptyLine
();
576
InteractionService.
DisplayEmptyLine
();
Projects\ProjectLocator.cs (2)
297
interactionService.
DisplayEmptyLine
();
370
interactionService.
DisplayEmptyLine
();
Projects\ProjectUpdater.cs (12)
40
interactionService.
DisplayEmptyLine
();
62
interactionService.
DisplayEmptyLine
();
69
interactionService.
DisplayEmptyLine
();
106
interactionService.
DisplayEmptyLine
();
120
interactionService.
DisplayEmptyLine
();
128
interactionService.
DisplayEmptyLine
();
568
interactionService.
DisplayEmptyLine
();
718
interactionService.
DisplayEmptyLine
();
727
interactionService.
DisplayEmptyLine
();
734
interactionService.
DisplayEmptyLine
();
741
interactionService.
DisplayEmptyLine
();
772
interactionService.
DisplayEmptyLine
();