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