1 write to _log
dotnet-new.IntegrationTests (1)
DotnetNewUpdateTests.cs (1)
12_log = log;
28 references to _log
dotnet-new.IntegrationTests (28)
DotnetNewUpdateTests.Approval.cs (4)
14InstallTestTemplate("TemplateWithConflictShortName", _log, customHivePath); 16CommandResult commandResult = new DotnetNewCommand(_log, "update") 32new DotnetNewCommand(_log, "install", "Microsoft.DotNet.Common.ProjectTemplates.5.0::5.0.0") 43CommandResult commandResult = new DotnetNewCommand(_log, "update")
DotnetNewUpdateTests.cs (24)
22new DotnetNewCommand(_log, "install", "Microsoft.DotNet.Common.ProjectTemplates.5.0::5.0.0") 34new DotnetNewCommand(_log, testCase.Split(" ")) 62_log, 66new DotnetNewCommand(_log, "--update-check") 86InstallTestTemplate("TemplateResolution/DifferentLanguagesGroup/BasicFSharp", _log, home, workingDirectory); 87new DotnetNewCommand(_log, "install", "Microsoft.DotNet.Common.ProjectTemplates.5.0") 99new DotnetNewCommand(_log, testCase.Split(" ")) 114new DotnetNewCommand(_log, "install", "Microsoft.DotNet.Common.ProjectTemplates.5.0::5.0.0") 126new DotnetNewCommand(_log, "console") 144new DotnetNewCommand(_log, "install", "Microsoft.DotNet.Common.ProjectTemplates.5.0::5.0.0") 156new DotnetNewCommand(_log, "console", "--no-update-check", "-o", "no-update-check") 169new DotnetNewCommand(_log, "console", "-o", "update-check") 187new DotnetNewCommand(_log, "install", "Microsoft.DotNet.Common.ProjectTemplates.5.0") 199new DotnetNewCommand(_log, "console") 222Utils.CommandResult commandResult = new DotnetNewCommand(_log, "--update-check") 237Utils.CommandResult commandResult = new DotnetNewCommand(_log, "update", "--check-only") 254new DotnetNewCommand(_log, "install", "Microsoft.DotNet.Common.ProjectTemplates.5.0::5.0.0") 266new DotnetNewCommand(_log, "update", "--check-only") 281new DotnetNewCommand(_log, testCase) 304string templateLocation = InstallTestTemplate("TemplateResolution/DifferentLanguagesGroup/BasicFSharp", _log, home, workingDirectory); 305new DotnetNewCommand(_log, "install", "Microsoft.DotNet.Common.ProjectTemplates.5.0") 317new DotnetNewCommand(_log, commandName) 337Utils.CommandResult commandResult = new DotnetNewCommand(_log, "--update-apply") 352Utils.CommandResult commandResult = new DotnetNewCommand(_log, "update")