8 references to RequiredCommandNotPassed
dotnet (2)
Commands\Workload\WorkloadCommandParser.cs (1)
166commandResult.AddError(CliStrings.RequiredCommandNotPassed);
Extensions\ParseResultExtensions.cs (1)
113Reporter.Error.WriteLine(CliStrings.RequiredCommandNotPassed.Red());
dotnet.Tests (6)
CommandTests\Package\Remove\GivenDotnetRemovePackage.cs (1)
63cmd.StdErr.Should().Be(CliStrings.RequiredCommandNotPassed);
CommandTests\Reference\List\GivenDotnetListReference.cs (1)
65cmd.StdErr.Should().Be(CliStrings.RequiredCommandNotPassed);
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (1)
155cmd.StdErr.Should().Be(CliStrings.RequiredCommandNotPassed);
CommandTests\Solution\Add\GivenDotnetSlnAdd.cs (1)
74cmd.StdErr.Should().Be(CliStrings.RequiredCommandNotPassed);
CommandTests\Solution\List\GivenDotnetSlnList.cs (1)
52cmd.StdErr.Should().Be(CliStrings.RequiredCommandNotPassed);
CommandTests\Solution\Remove\GivenDotnetSlnRemove.cs (1)
65cmd.StdErr.Should().Be(CliStrings.RequiredCommandNotPassed);