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)
91
new DotnetNewCommand(
_log
, args)
101
new DotnetNewCommand(
_log
, $"{itemTemplate} -n {itemName} -lang {language} -o {outputDirectory}")
116
var result = new DotnetTestCommand(
_log
, false)
145
new DotnetNewCommand(
_log
, args)
154
var result = new DotnetTestCommand(
_log
, false)
191
new DotnetNewCommand(
_log
, args)
206
var 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}'.");