4 references to ProjectIsInvalid
dotnet (1)
MsbuildProject.cs (1)
61
throw new GracefulException(CliStrings.
ProjectIsInvalid
, projectPath);
dotnet.Tests (3)
CommandTests\Reference\Add\GivenDotnetAddReference.cs (1)
163
cmd.StdErr.Should().Be(string.Format(CliStrings.
ProjectIsInvalid
, projName));
CommandTests\Reference\List\GivenDotnetListReference.cs (1)
119
cmd.StdErr.Should().Be(string.Format(CliStrings.
ProjectIsInvalid
, projName));
CommandTests\Reference\Remove\GivenDotnetRemoveP2P.cs (1)
209
cmd.StdErr.Should().Be(string.Format(CliStrings.
ProjectIsInvalid
, projName));