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)
24CommandResult commandResult = new DotnetNewCommand(_log) 32CommandResult reinitCommandResult = new DotnetNewCommand(_log, "--debug:reinit") 48CommandResult commandResult = new DotnetNewCommand(_log) 56CommandResult reinitCommandResult = new DotnetNewCommand(_log, "--debug:rebuildcache") 70CommandResult commandResult = new DotnetNewCommand(_log, "--debug:show-config") 99new DotnetNewCommand(_log, "--debug:ephemeral-hive") 112new DotnetNewCommand(_log, "--debug:custom-hive", home) 127CommandResult commandResult = new DotnetNewCommand(_log, "list", "--debug:disable-sdk-templates") 141CommandResult commandResult = new DotnetNewCommand(_log, "console", "--debug:disable-sdk-templates")