1 instantiation of LegacyInstallCommand
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
39{ NewInstallCommandDefinition.LegacyName, (hostBuilder, definition) => new LegacyInstallCommand(hostBuilder, (NewInstallCommandDefinition)definition) },
2 references to LegacyInstallCommand
Microsoft.TemplateEngine.Cli (2)
Commands\install\InstallCommandArgs.cs (1)
22if (installCommand is LegacyInstallCommand && (TemplatePackages.Contains(installCommand.Name) || installCommand.Aliases.Any(alias => TemplatePackages.Contains(alias))))
Commands\install\LegacyInstallCommand.cs (1)
16PrintDeprecationMessage<LegacyInstallCommand, InstallCommand>(args.ParseResult);