2 references to NoProjectsFound
dotnet (1)
Commands\Solution\List\SolutionListCommand.cs (1)
48Reporter.Output.WriteLine(CliStrings.NoProjectsFound);
dotnet.Tests (1)
CommandTests\Solution\List\GivenDotnetSlnList.cs (1)
185cmd.StdOut.Should().Be(CliStrings.NoProjectsFound);