2 references to MoreThanOneProjectInDirectory
dotnet (2)
Commands\Package\List\PackageListCommand.cs (1)
175
throw new GracefulException(CliStrings.
MoreThanOneProjectInDirectory
, resultPath);
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
91
return (false, string.Format(CliStrings.
MoreThanOneProjectInDirectory
, directory));