1 write to _log
dotnet-new.IntegrationTests (1)
DotnetNewDebugOptionsTests.cs (1)
15
_log
= log;
9 references to _log
dotnet-new.IntegrationTests (9)
DotnetNewDebugOptionsTests.cs (9)
24
CommandResult commandResult = new DotnetNewCommand(
_log
)
32
CommandResult reinitCommandResult = new DotnetNewCommand(
_log
, "--debug:reinit")
48
CommandResult commandResult = new DotnetNewCommand(
_log
)
56
CommandResult reinitCommandResult = new DotnetNewCommand(
_log
, "--debug:rebuildcache")
70
CommandResult commandResult = new DotnetNewCommand(
_log
, "--debug:show-config")
99
new DotnetNewCommand(
_log
, "--debug:ephemeral-hive")
112
new DotnetNewCommand(
_log
, "--debug:custom-hive", home)
127
CommandResult commandResult = new DotnetNewCommand(
_log
, "list", "--debug:disable-sdk-templates")
141
CommandResult commandResult = new DotnetNewCommand(
_log
, "console", "--debug:disable-sdk-templates")