10 references to CouldNotFindAnyProjectInDirectory
dotnet (2)
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
131return (false, string.Format(CliStrings.CouldNotFindAnyProjectInDirectory, directory));
MsbuildProject.cs (1)
101CliStrings.CouldNotFindAnyProjectInDirectory,
dotnet.Tests (8)
CommandTests\Reference\Add\GivenDotnetAddReference.cs (2)
190cmd.StdErr.Should().Be(string.Format(CliStrings.CouldNotFindAnyProjectInDirectory, setup.TestRoot + Path.DirectorySeparatorChar)); 729result.StdErr.Should().Be(string.Format(CliStrings.CouldNotFindAnyProjectInDirectory, reference));
CommandTests\Reference\List\GivenDotnetListReference.cs (1)
146cmd.StdErr.Should().Be(string.Format(CliStrings.CouldNotFindAnyProjectInDirectory, setup.TestRoot + Path.DirectorySeparatorChar));
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (2)
236cmd.StdErr.Should().Be(string.Format(CliStrings.CouldNotFindAnyProjectInDirectory, setup.TestRoot + Path.DirectorySeparatorChar)); 565result.StdErr.Should().Be(string.Format(CliStrings.CouldNotFindAnyProjectInDirectory, Path.Combine(setup.TestRoot, reference)));
CommandTests\Run\RunFileTests.cs (1)
2180string.Format(CliStrings.CouldNotFindAnyProjectInDirectory, Path.Join(testInstance.Path, "dir/"))));
CommandTests\Solution\Add\GivenDotnetSlnAdd.cs (1)
376CliStrings.CouldNotFindAnyProjectInDirectory,
CommandTests\Solution\Remove\GivenDotnetSlnRemove.cs (1)
451CliStrings.CouldNotFindAnyProjectInDirectory,