1 instantiation of LegacyUninstallCommand
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
41
{ NewUninstallCommandDefinition.LegacyName, (hostBuilder, definition) => new
LegacyUninstallCommand
(hostBuilder, (NewUninstallCommandDefinition)definition) },
2 references to LegacyUninstallCommand
Microsoft.TemplateEngine.Cli (2)
Commands\uninstall\LegacyUninstallCommand.cs (1)
16
PrintDeprecationMessage<
LegacyUninstallCommand
, UninstallCommand>(args.ParseResult);
Commands\uninstall\UninstallCommandArgs.cs (1)
18
if (uninstallCommand is
LegacyUninstallCommand
&& (TemplatePackages.Contains(uninstallCommand.Name) || uninstallCommand.Aliases.Any(alias => TemplatePackages.Contains(alias))))