4 references to CmdNonExistentFileErrorDescription
dotnet (2)
Commands\Run\RunCommand.cs (1)
544throw new GracefulException(CliCommandStrings.CmdNonExistentFileErrorDescription, projectFilePath);
Commands\Test\MTP\ValidationUtility.cs (1)
149Reporter.Error.WriteLine(string.Format(CliCommandStrings.CmdNonExistentFileErrorDescription, Path.GetFullPath(filePath)));
dotnet.Tests (2)
CommandTests\Test\GivenDotnetTestBuildsAndRunsTestsWithDifferentOptions.cs (2)
189result.StdErr.Should().Contain(string.Format(CliCommandStrings.CmdNonExistentFileErrorDescription, fullProjectPath)); 209result.StdErr.Should().Contain(string.Format(CliCommandStrings.CmdNonExistentFileErrorDescription, fullSolutionPath));