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