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