1 write to _log
dotnet-new.IntegrationTests (1)
DotnetNewSearchTests.cs (1)
16_log = log;
36 references to _log
dotnet-new.IntegrationTests (36)
DotnetNewSearchTests.Approval.cs (3)
15CommandResult commandResult = new DotnetNewCommand(_log, testCase) 30InstallTestTemplate("TemplateWithConflictShortName", _log, customHivePath); 32CommandResult commandResult = new DotnetNewCommand(_log, "search", "do-not-exist")
DotnetNewSearchTests.cs (33)
25CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 53new DotnetNewCommand(_log, testCase.Split(" ")) 68new DotnetNewCommand(_log, testCase.Split(" ")) 81CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 110CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 137CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 168CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 197CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 228CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 260CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 293CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 323CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 354CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 385CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 416CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 447CommandResult commandResult = new DotnetNewCommand(_log, testCase.Split(" ")) 487CommandResult commandResult = new DotnetNewCommand(_log, "con", "--search", "--framework") 508commandResult = new DotnetNewCommand(_log, "con", "--search", "-f") 528commandResult = new DotnetNewCommand(_log, "--search", "-f") 553CommandResult commandResult = new DotnetNewCommand(_log, "con", "--search", "--langVersion") 574commandResult = new DotnetNewCommand(_log, "--search", "--langVersion") 600CommandResult commandResult = new DotnetNewCommand(_log, "con", "--search", "--langVersion", "smth") 621commandResult = new DotnetNewCommand(_log, "--search", "--langVersion", "smth") 647CommandResult commandResult = new DotnetNewCommand(_log, "con", "--search", "-f", "netcoreapp3.1") 668commandResult = new DotnetNewCommand(_log, "--search", "-f", "net5.0") 694new DotnetNewCommand(_log, "--search", "--unknown") 700new DotnetNewCommand(_log, "con", "--search", "--unknown") 706new DotnetNewCommand(_log, "con", "--search", "--unknown", "--language", "C#") 719CommandResult commandResult1 = new DotnetNewCommand(_log, command1.Split()) 723CommandResult commandResult2 = new DotnetNewCommand(_log, command2.Split()) 742CommandResult commandResult = new DotnetNewCommand(_log, command.Split()) 768CommandResult commandResult = new DotnetNewCommand(_log, "--search", "console") 782CommandResult commandResult = new DotnetNewCommand(_log, "search", "console")