6 references to RecentAppHostStartupOutput
aspire (2)
Commands\AppHostLauncher.cs (1)
920
interactionService.DisplayMessage(KnownEmojis.Information, $"{RunCommandStrings.
RecentAppHostStartupOutput
}:");
Commands\RunCommand.cs (1)
808
interactionService.DisplayMessage(KnownEmojis.Information, $"{RunCommandStrings.
RecentAppHostStartupOutput
}:");
Aspire.Cli.Tests (4)
Commands\AppHostLauncherTests.cs (2)
423
Assert.Contains(harness.InteractionService.DisplayedMessages, m => m.Message == $"{RunCommandStrings.
RecentAppHostStartupOutput
}:");
474
Assert.Contains(harness.InteractionService.DisplayedMessages, m => m.Message == $"{RunCommandStrings.
RecentAppHostStartupOutput
}:");
Commands\RunCommandTests.cs (2)
2266
Assert.Contains(interactionService.DisplayedMessages, message => message.Message == $"{RunCommandStrings.
RecentAppHostStartupOutput
}:");
2327
Assert.Contains(interactionService.DisplayedMessages, message => message.Message == $"{RunCommandStrings.
RecentAppHostStartupOutput
}:");