6 references to RecentAppHostStartupOutput
aspire (2)
Commands\AppHostLauncher.cs (1)
881
interactionService.DisplayMessage(KnownEmojis.Information, $"{RunCommandStrings.
RecentAppHostStartupOutput
}:");
Commands\RunCommand.cs (1)
704
interactionService.DisplayMessage(KnownEmojis.Information, $"{RunCommandStrings.
RecentAppHostStartupOutput
}:");
Aspire.Cli.Tests (4)
Commands\AppHostLauncherTests.cs (2)
437
Assert.Contains(harness.InteractionService.DisplayedMessages, m => m.Message == $"{RunCommandStrings.
RecentAppHostStartupOutput
}:");
488
Assert.Contains(harness.InteractionService.DisplayedMessages, m => m.Message == $"{RunCommandStrings.
RecentAppHostStartupOutput
}:");
Commands\RunCommandTests.cs (2)
1713
Assert.Contains(interactionService.DisplayedMessages, message => message.Message == $"{RunCommandStrings.
RecentAppHostStartupOutput
}:");
1774
Assert.Contains(interactionService.DisplayedMessages, message => message.Message == $"{RunCommandStrings.
RecentAppHostStartupOutput
}:");