1 write to _log
dotnet-new.IntegrationTests (1)
SourcesTests.cs (1)
12
_log
= log;
3 references to _log
dotnet-new.IntegrationTests (3)
SourcesTests.cs (3)
20
InstallTestTemplate("SourceWithExcludeAndWithout",
_log
, home, workingDirectory);
21
new DotnetNewCommand(
_log
, "withexclude")
32
new DotnetNewCommand(
_log
, "withoutexclude")