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