1 write to _log
dotnet-new.IntegrationTests (1)
DotnetNewCompleteTests.cs (1)
14_log = log;
3 references to _log
dotnet-new.IntegrationTests (3)
DotnetNewCompleteTests.cs (3)
21CommandResult commandResult = new DotnetCommand(_log, "complete", $"new --debug:custom-hive {homeDir} ").Execute(); 24commandResult = new DotnetCommand(_log, "complete", $"new --debug:custom-hive {homeDir} ").Execute(); 40CommandResult commandResult = new DotnetCommand(_log, "complete", $"new co --debug:custom-hive {homeDir} --language C#", "--position", "7")