2 references to SolutionFolderAndInRootMutuallyExclusive
dotnet (1)
Commands\Solution\SolutionArgumentValidator.cs (1)
32
throw new GracefulException(CliCommandStrings.
SolutionFolderAndInRootMutuallyExclusive
);
dotnet.Tests (1)
CommandTests\Solution\Add\GivenDotnetSlnAdd.cs (1)
1097
cmd.StdErr.Should().Be(CliCommandStrings.
SolutionFolderAndInRootMutuallyExclusive
);