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