3 references to AllAndProjectMutuallyExclusive
aspire (2)
Commands\StopCommand.cs (2)
95
return CommandResult.Failure(CompleteStopActivity(activity, CliExitCodes.FailedToFindProject), string.Format(CultureInfo.InvariantCulture, StopCommandStrings.
AllAndProjectMutuallyExclusive
, s_allOption.Name, s_appHostOption.Name));
100
return CommandResult.Failure(CompleteStopActivity(activity, CliExitCodes.InvalidCommand), string.Format(CultureInfo.InvariantCulture, StopCommandStrings.
AllAndProjectMutuallyExclusive
, s_allOption.Name, s_forceOption.Name));
Aspire.Cli.Tests (1)
Commands\StopCommandTests.cs (1)
1175
string.Format(CultureInfo.InvariantCulture, StopCommandStrings.
AllAndProjectMutuallyExclusive
, "--all", "--force"),