6 references to PrintDeprecationMessage
Microsoft.TemplateEngine.Cli (6)
Commands\install\LegacyInstallCommand.cs (1)
16PrintDeprecationMessage<LegacyInstallCommand, InstallCommand>(args.ParseResult);
Commands\list\LegacyListCommand.cs (1)
16PrintDeprecationMessage<LegacyListCommand, ListCommand>(args.ParseResult);
Commands\search\LegacySearchCommand.cs (1)
16PrintDeprecationMessage<LegacySearchCommand, SearchCommand>(args.ParseResult);
Commands\uninstall\LegacyUninstallCommand.cs (1)
16PrintDeprecationMessage<LegacyUninstallCommand, UninstallCommand>(args.ParseResult);
Commands\update\LegacyUpdateApplyCommand.cs (1)
16PrintDeprecationMessage<LegacyUpdateApplyCommand, UpdateCommand>(args.ParseResult);
Commands\update\LegacyUpdateCheckCommand.cs (1)
16PrintDeprecationMessage<LegacyUpdateCheckCommand, UpdateCommand>(args.ParseResult, additionalNewOptionSelector: c => c.Definition.CheckOnlyOption);