2 references to InvalidProjectWithExceptionMessage
dotnet (1)
Commands\Solution\Add\SolutionAddCommand.cs (1)
156
Reporter.Error.WriteLine(string.Format(CliStrings.
InvalidProjectWithExceptionMessage
, fullProjectPath, ex.Message));
dotnet.Tests (1)
CommandTests\Solution\Add\GivenDotnetSlnAdd.cs (1)
637
cmd.StdErr.Should().Match(string.Format(CliStrings.
InvalidProjectWithExceptionMessage
, '*', '*'));