1 write to _log
dotnet-new.IntegrationTests (1)
WebProjectsTests.cs (1)
16_log = log;
6 references to _log
dotnet-new.IntegrationTests (6)
WebProjectsTests.cs (6)
45new DotnetNewCommand(_log, args) 54new DotnetRestoreCommand(_log) 62new DotnetBuildCommand(_log) 76CommandResult commandResult = new DotnetNewCommand(_log, "webapi", "-h") 93CommandResult commandResult = new DotnetNewCommand(_log, "mvc", "-h") 113CommandResult commandResult = new DotnetNewCommand(_log, templateName, "-h")