4 references to s_appHostOption
aspire (4)
Commands\StopCommand.cs (4)
80
Options.Add(
s_appHostOption
);
87
var passedAppHostProjectFile = parseResult.GetValue(
s_appHostOption
);
95
return CommandResult.Failure(CompleteStopActivity(activity, CliExitCodes.FailedToFindProject), string.Format(CultureInfo.InvariantCulture, StopCommandStrings.AllAndProjectMutuallyExclusive, s_allOption.Name,
s_appHostOption
.Name));
248
InteractionService.DisplayError(string.Format(CultureInfo.InvariantCulture, StopCommandStrings.MultipleAppHostsNonInteractive,
s_appHostOption
.Name, s_allOption.Name));