1 write to Log
dotnet-new.IntegrationTests (1)
SharedHomeDirectory.cs (1)
19
Log
= new SharedTestOutputHelper(messageSink);
7 references to Log
dotnet-new.IntegrationTests (7)
SharedHomeDirectory.cs (7)
20
Log
.WriteLine("Initializing SharedHomeDirectory for folder {0}", HomeDirectory);
49
new DotnetNewCommand(
Log
, args.ToArray())
61
new DotnetNewCommand(
Log
)
70
new DotnetNewCommand(
Log
, "install", TemplatePackagesPaths.MicrosoftDotNetCommonProjectTemplates60Path)
79
new DotnetNewCommand(
Log
, "install", TemplatePackagesPaths.MicrosoftDotNetCommonProjectTemplates70Path)
87
new DotnetNewCommand(
Log
, "install", TemplatePackagesPaths.MicrosoftDotNetCommonProjectTemplates80Path)
95
new DotnetNewCommand(
Log
, "install", TemplatePackagesPaths.MicrosoftDotNetCommonProjectTemplates90Path)