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