4 references to SolutionDoesNotExist
dotnet (1)
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
156return (false, string.Format(CliStrings.SolutionDoesNotExist, directory + Path.DirectorySeparatorChar));
dotnet.Tests (3)
CommandTests\Solution\Add\GivenDotnetSlnAdd.cs (1)
192cmd.StdErr.Should().Be(string.Format(CliStrings.SolutionDoesNotExist, solutionPath + Path.DirectorySeparatorChar));
CommandTests\Solution\List\GivenDotnetSlnList.cs (1)
147cmd.StdErr.Should().Be(string.Format(CliStrings.SolutionDoesNotExist, solutionDir + Path.DirectorySeparatorChar));
CommandTests\Solution\Remove\GivenDotnetSlnRemove.cs (1)
172cmd.StdErr.Should().Be(string.Format(CliStrings.SolutionDoesNotExist, solutionPath + Path.DirectorySeparatorChar));