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