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