4 references to CouldNotFindProjectOrDirectory
dotnet (4)
Commands\Reference\Add\ReferenceAddCommand.cs (1)
34
CliStrings.
CouldNotFindProjectOrDirectory
, true);
Commands\Solution\Add\SolutionAddCommand.cs (1)
59
PathUtility.EnsureAllPathsExist(_projects, CliStrings.
CouldNotFindProjectOrDirectory
, true);
MsbuildProject.cs (2)
89
throw new GracefulException(CliStrings.
CouldNotFindProjectOrDirectory
, projectDirectory);
94
throw new GracefulException(CliStrings.
CouldNotFindProjectOrDirectory
, projectDirectory);