3 references to CmdNoProjectOrSolutionFileErrorDescription
dotnet (1)
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
99
return (false, CliCommandStrings.
CmdNoProjectOrSolutionFileErrorDescription
);
dotnet.Tests (2)
CommandTests\Test\GivenDotnetTestBuildsAndRunsTests.cs (2)
301
result.StdErr.Should().Contain(CliCommandStrings.
CmdNoProjectOrSolutionFileErrorDescription
);
321
result.StdErr.Should().Contain(CliCommandStrings.
CmdNoProjectOrSolutionFileErrorDescription
);