1 write to _log
dotnet-new.IntegrationTests (1)
DotnetNewUninstallTests.cs (1)
16
_log
= log;
47 references to _log
dotnet-new.IntegrationTests (47)
DotnetNewUninstallTests.Approval.cs (4)
14
string templateLocation = InstallTestTemplate("TemplateWithConflictShortName",
_log
, customHivePath);
16
CommandResult commandResult = new DotnetNewCommand(
_log
, "uninstall")
33
InstallTestTemplate("TemplateWithRequiredParameters",
_log
, homeDirectory);
38
CommandResult commandResult = new DotnetNewCommand(
_log
, "uninstall", "TemplateWithRequiredParameters")
DotnetNewUninstallTests.cs (43)
27
string testTemplate = InstallTestTemplate("TemplateResolution/DifferentLanguagesGroup/BasicFSharp",
_log
, home, workingDirectory);
29
new DotnetNewCommand(
_log
, commandName)
48
new DotnetNewCommand(
_log
, "-i", "Microsoft.DotNet.Web.ProjectTemplates.5.0::5.0.0")
60
new DotnetNewCommand(
_log
, commandName)
81
new DotnetNewCommand(
_log
, commandName)
100
string templateLocation = InstallTestTemplate("TemplateResolution/DifferentLanguagesGroup/BasicFSharp",
_log
, home, workingDirectory);
102
new DotnetNewCommand(
_log
, commandName)
113
new DotnetNewCommand(
_log
, commandName, templateLocation)
123
new DotnetNewCommand(
_log
, commandName)
143
new DotnetNewCommand(
_log
, "-i", "Microsoft.DotNet.Web.ProjectTemplates.5.0::5.0.0")
155
new DotnetNewCommand(
_log
, commandName)
176
new DotnetNewCommand(
_log
, commandName, packageNameToUnisntall)
186
new DotnetNewCommand(
_log
, commandName)
204
string basicFSharp = InstallTestTemplate("TemplateResolution/DifferentLanguagesGroup/BasicFSharp",
_log
, home, workingDirectory);
205
string basicVB = InstallTestTemplate("TemplateResolution/DifferentLanguagesGroup/BasicVB",
_log
, home, workingDirectory);
207
new DotnetNewCommand(
_log
, "-i", "Microsoft.DotNet.Web.ProjectTemplates.5.0", "-i", "Microsoft.DotNet.Common.ProjectTemplates.5.0")
220
new DotnetNewCommand(
_log
, "-u", "Microsoft.DotNet.Common.ProjectTemplates.5.0", "-u", basicFSharp)
231
new DotnetNewCommand(
_log
, "-u")
250
string basicFSharp = InstallTestTemplate("TemplateResolution/DifferentLanguagesGroup/BasicFSharp",
_log
, home, workingDirectory);
251
string basicVB = InstallTestTemplate("TemplateResolution/DifferentLanguagesGroup/BasicVB",
_log
, home, workingDirectory);
253
new DotnetNewCommand(
_log
, "install", "Microsoft.DotNet.Web.ProjectTemplates.5.0", "Microsoft.DotNet.Common.ProjectTemplates.5.0")
266
new DotnetNewCommand(
_log
, "uninstall", "Microsoft.DotNet.Common.ProjectTemplates.5.0", basicFSharp)
277
new DotnetNewCommand(
_log
, "uninstall")
297
new DotnetNewCommand(
_log
, "install", "Microsoft.DotNet.Web.ProjectTemplates.5.0::5.0.0")
309
new DotnetNewCommand(
_log
, commandName, "Microsoft.DotNet.Common.ProjectTemplates.5.0")
325
new DotnetNewCommand(
_log
, "install", "Microsoft.DotNet.Common.ProjectTemplates.5.0::5.0.0")
334
new DotnetNewCommand(
_log
, commandName, "console")
353
new DotnetNewCommand(
_log
, "install", "Microsoft.DotNet.Common.ProjectTemplates.5.0::5.0.0")
362
new DotnetNewCommand(
_log
, "install", "Microsoft.DotNet.Common.ProjectTemplates.3.1::5.0.0")
371
new DotnetNewCommand(
_log
, commandName, "console")
394
new DotnetNewCommand(
_log
, "install", pattern)
409
new DotnetNewCommand(
_log
, commandName)
419
new DotnetNewCommand(
_log
, commandName, pattern)
428
new DotnetNewCommand(
_log
, commandName)
443
new DotnetNewCommand(
_log
, "-i", pattern)
455
new DotnetNewCommand(
_log
, "-u")
463
new DotnetNewCommand(
_log
, "-u", pattern)
470
new DotnetNewCommand(
_log
, "-u")
487
InstallNuGetTemplate(testFolderWithSpace,
_log
, home, workingDirectory);
493
InstallNuGetTemplate(testFolderWithoutSpace,
_log
, home, workingDirectory);
495
new DotnetNewCommand(
_log
, "-u")
520
CommandResult commandResult = new DotnetNewCommand(
_log
, commandName)
535
CommandResult commandResult = new DotnetNewCommand(
_log
, "uninstall")