2 references to CmdNonExistentDirectoryErrorDescription
dotnet (2)
Commands\Test\MTP\SolutionAndProjectUtility.cs (2)
28
return (false, string.Format(CliCommandStrings.
CmdNonExistentDirectoryErrorDescription
, directory));
124
return (false, string.Format(CliCommandStrings.
CmdNonExistentDirectoryErrorDescription
, directory));