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