8 implementations of DisplayEmptyLine
aspire (2)
Interaction\ConsoleInteractionService.cs (1)
295
public void
DisplayEmptyLine
()
Interaction\ExtensionInteractionService.cs (1)
282
public void
DisplayEmptyLine
()
Aspire.Cli.Tests (6)
Commands\NewCommandTests.cs (1)
951
public void
DisplayEmptyLine
() { }
Commands\PublishCommandPromptingIntegrationTests.cs (1)
947
public void
DisplayEmptyLine
() { }
Commands\UpdateCommandTests.cs (1)
977
public void
DisplayEmptyLine
() => _innerService.DisplayEmptyLine();
Templating\DotNetTemplateFactoryTests.cs (1)
444
public void
DisplayEmptyLine
() { }
TestServices\TestConsoleInteractionService.cs (1)
108
public void
DisplayEmptyLine
()
TestServices\TestExtensionInteractionService.cs (1)
121
public void
DisplayEmptyLine
()
43 references to DisplayEmptyLine
aspire (42)
Commands\BaseCommand.cs (1)
52
InteractionService.
DisplayEmptyLine
();
Commands\ConfigCommand.cs (6)
252
InteractionService.
DisplayEmptyLine
();
262
InteractionService.
DisplayEmptyLine
();
274
InteractionService.
DisplayEmptyLine
();
428
InteractionService.
DisplayEmptyLine
();
431
InteractionService.
DisplayEmptyLine
();
437
InteractionService.
DisplayEmptyLine
();
Commands\InitCommand.cs (14)
152
InteractionService.
DisplayEmptyLine
();
154
InteractionService.
DisplayEmptyLine
();
173
InteractionService.
DisplayEmptyLine
();
175
InteractionService.
DisplayEmptyLine
();
180
InteractionService.
DisplayEmptyLine
();
182
InteractionService.
DisplayEmptyLine
();
241
InteractionService.
DisplayEmptyLine
();
243
InteractionService.
DisplayEmptyLine
();
256
InteractionService.
DisplayEmptyLine
();
258
InteractionService.
DisplayEmptyLine
();
274
InteractionService.
DisplayEmptyLine
();
276
InteractionService.
DisplayEmptyLine
();
774
InteractionService.
DisplayEmptyLine
();
776
InteractionService.
DisplayEmptyLine
();
Commands\McpInitCommand.cs (1)
61
InteractionService.
DisplayEmptyLine
();
Projects\GuestAppHostProject.cs (4)
893
_interactionService.
DisplayEmptyLine
();
902
_interactionService.
DisplayEmptyLine
();
927
_interactionService.
DisplayEmptyLine
();
931
_interactionService.
DisplayEmptyLine
();
Projects\LanguageService.cs (2)
84
_interactionService.
DisplayEmptyLine
();
91
_interactionService.
DisplayEmptyLine
();
Projects\ProjectLocator.cs (2)
182
interactionService.
DisplayEmptyLine
();
257
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)
977
public void DisplayEmptyLine() => _innerService.
DisplayEmptyLine
();