5 references to ProjectNotFoundInTheSolution
dotnet (2)
Commands\Solution\Remove\SolutionRemoveCommand.cs (1)
85Reporter.Output.WriteLine(CliStrings.ProjectNotFoundInTheSolution, projectPath);
SlnFileFactory.cs (1)
123CliStrings.ProjectNotFoundInTheSolution,
dotnet.Tests (3)
CommandTests\Solution\Remove\GivenDotnetSlnRemove.cs (3)
213cmd.StdOut.Should().Be(string.Format(CliStrings.ProjectNotFoundInTheSolution, "referenceDoesNotExistInSln.csproj")); 362string outputText = $@"{string.Format(CliStrings.ProjectNotFoundInTheSolution, "idontexist.csproj")} 364{string.Format(CliStrings.ProjectNotFoundInTheSolution, "idontexisteither.csproj")}";