2 references to CmdNonExistentFileErrorDescription
dotnet (2)
Commands\Run\RunCommand.cs (1)
753throw new GracefulException(CliCommandStrings.CmdNonExistentFileErrorDescription, projectFilePath);
Commands\Test\MTP\ValidationUtility.cs (1)
147Reporter.Error.WriteLine(string.Format(CliCommandStrings.CmdNonExistentFileErrorDescription, Path.GetFullPath(filePath)));