1 write to _log
dotnet-new.IntegrationTests (1)
DotnetNewLocaleTests.cs (1)
17_log = log;
8 references to _log
dotnet-new.IntegrationTests (8)
DotnetNewLocaleTests.cs (8)
30CommandResult commandResult = new DotnetNewCommand(_log, "-i", testTemplatesFolder) 54CommandResult commandResult = new DotnetNewCommand(_log, "-i", testTemplatesFolder) 74new DotnetNewCommand(_log, "-i", testTemplateLocation) 117CommandResult commandResult = new DotnetNewCommand(_log, "-i", testTemplateLocation) 145new DotnetNewCommand(_log, "-i", tmpTemplateLocation) 165new DotnetNewCommand(_log, "TestAssets.TemplateWithLocalization") 198CommandResult result = new DotnetNewCommand(_log, "-i", tmpTemplateLocation) 225result = new DotnetNewCommand(_log, "TestAssets.TemplateWithLocalization")