10 references to Rocket
aspire (9)
Commands\RenderCommand.cs (3)
237InteractionService.DisplayMessage(KnownEmojis.Rocket, "This is a much longer message that is designed to test how text wraps when the terminal window is narrow. It should wrap cleanly beneath the text column without pushing content under the emoji icon on the left side of the display."); 334InteractionService.DisplayMessage(KnownEmojis.Rocket, $"Deploying to {selected}..."); 340InteractionService.DisplayMessage(KnownEmojis.Rocket, "Starting mixed methods test...");
Templating\CliTemplateFactory.EmptyTemplate.cs (1)
107}), emoji: KnownEmojis.Rocket);
Templating\CliTemplateFactory.GoStarterTemplate.cs (1)
94}), emoji: KnownEmojis.Rocket);
Templating\CliTemplateFactory.JavaStarterTemplate.cs (1)
94}), emoji: KnownEmojis.Rocket);
Templating\CliTemplateFactory.PythonStarterTemplate.cs (1)
108}), emoji: KnownEmojis.Rocket);
Templating\CliTemplateFactory.TypeScriptStarterTemplate.cs (1)
92}), emoji: KnownEmojis.Rocket);
Templating\DotNetTemplateFactory.cs (1)
513}, emoji: KnownEmojis.Rocket);
Aspire.Cli.Tests (1)
Interaction\ConsoleInteractionServiceTests.cs (1)
1119interactionService.ShowStatusAsync(statusText, () => Task.FromResult(0), emoji: KnownEmojis.Rocket));