2 references to AppHostStoppedSuccessfully
Aspire.Cli.EndToEnd.Tests (2)
Helpers\CliE2EAutomatorHelpers.cs (2)
178
var formattedMessage = string.Format(CultureInfo.CurrentCulture, StopCommandStrings.
AppHostStoppedSuccessfully
, appHostMarker);
183
throw new InvalidOperationException($"Unable to derive a waitable suffix from {nameof(StopCommandStrings.
AppHostStoppedSuccessfully
)}.");