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