1 write to _log
dotnet-new.IntegrationTests (1)
DotnetNewTestTemplatesTests.cs (1)
37_log = log;
9 references to _log
dotnet-new.IntegrationTests (9)
DotnetNewTestTemplatesTests.cs (9)
91new DotnetNewCommand(_log, args) 101new DotnetNewCommand(_log, $"{itemTemplate} -n {itemName} -lang {language} -o {outputDirectory}") 116var result = new DotnetTestCommand(_log, false) 145new DotnetNewCommand(_log, args) 154var result = new DotnetTestCommand(_log, false) 191new DotnetNewCommand(_log, args) 206var result = new DotnetTestCommand(_log, false) 255_log.WriteLine($"Warning: Could not parse existing component detection manifest: {ex.Message}"); 333_log.WriteLine($"Warning: Could not determine directory path for '{PackagesJsonPath}'.");