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)
45
new DotnetNewCommand(
_log
, args)
54
new DotnetRestoreCommand(
_log
)
62
new DotnetBuildCommand(
_log
)
76
CommandResult commandResult = new DotnetNewCommand(
_log
, "webapi", "-h")
93
CommandResult commandResult = new DotnetNewCommand(
_log
, "mvc", "-h")
113
CommandResult commandResult = new DotnetNewCommand(
_log
, templateName, "-h")