8 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
244
public void
DisplayEmptyLine
()
Interaction\ExtensionInteractionService.cs (1)
282
public void
DisplayEmptyLine
()
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
912
public void
DisplayEmptyLine
() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
993
public void
DisplayEmptyLine
() { }
Commands\UpdateCommandTests.cs (1)
974
public void
DisplayEmptyLine
() => _innerService.DisplayEmptyLine();
Templating\DotNetTemplateFactoryTests.cs (1)
428
public void
DisplayEmptyLine
() { }
TestServices\TestConsoleInteractionService.cs (1)
108
public void
DisplayEmptyLine
()
TestServices\TestExtensionInteractionService.cs (1)
121
public void
DisplayEmptyLine
()
28 references to DisplayEmptyLine
aspire (27)
Commands\BaseCommand.cs (1)
48
InteractionService.
DisplayEmptyLine
();
Commands\InitCommand.cs (12)
132
InteractionService.
DisplayEmptyLine
();
134
InteractionService.
DisplayEmptyLine
();
139
InteractionService.
DisplayEmptyLine
();
141
InteractionService.
DisplayEmptyLine
();
200
InteractionService.
DisplayEmptyLine
();
202
InteractionService.
DisplayEmptyLine
();
215
InteractionService.
DisplayEmptyLine
();
217
InteractionService.
DisplayEmptyLine
();
233
InteractionService.
DisplayEmptyLine
();
235
InteractionService.
DisplayEmptyLine
();
698
InteractionService.
DisplayEmptyLine
();
700
InteractionService.
DisplayEmptyLine
();
Projects\ProjectLocator.cs (2)
293
interactionService.
DisplayEmptyLine
();
380
interactionService.
DisplayEmptyLine
();
Projects\ProjectUpdater.cs (12)
41
interactionService.
DisplayEmptyLine
();
63
interactionService.
DisplayEmptyLine
();
70
interactionService.
DisplayEmptyLine
();
107
interactionService.
DisplayEmptyLine
();
121
interactionService.
DisplayEmptyLine
();
129
interactionService.
DisplayEmptyLine
();
834
interactionService.
DisplayEmptyLine
();
984
interactionService.
DisplayEmptyLine
();
993
interactionService.
DisplayEmptyLine
();
1000
interactionService.
DisplayEmptyLine
();
1007
interactionService.
DisplayEmptyLine
();
1038
interactionService.
DisplayEmptyLine
();
Aspire.Cli.Tests (1)
Commands\UpdateCommandTests.cs (1)
974
public void DisplayEmptyLine() => _innerService.
DisplayEmptyLine
();