4 references to StopCommandStrings
Aspire.Cli.EndToEnd.Tests (4)
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)}.");
src\Aspire.Cli\Resources\StopCommandStrings.Designer.cs (1)
31
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aspire.Cli.Resources.StopCommandStrings", typeof(
StopCommandStrings
).Assembly);
StopNonInteractiveTests.cs (1)
252
string.Format(CultureInfo.InvariantCulture,
StopCommandStrings
.MultipleAppHostsNonInteractive, "--apphost", "--all"),