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