6 references to PrintDeprecationMessage
Microsoft.TemplateEngine.Cli (6)
Commands\install\LegacyInstallCommand.cs (1)
27PrintDeprecationMessage<LegacyInstallCommand, InstallCommand>(args.ParseResult);
Commands\list\LegacyListCommand.cs (1)
36PrintDeprecationMessage<LegacyListCommand, ListCommand>(args.ParseResult);
Commands\search\LegacySearchCommand.cs (1)
33PrintDeprecationMessage<LegacySearchCommand, SearchCommand>(args.ParseResult);
Commands\uninstall\LegacyUninstallCommand.cs (1)
25PrintDeprecationMessage<LegacyUninstallCommand, UninstallCommand>(args.ParseResult);
Commands\update\LegacyUpdateApplyCommand.cs (1)
27PrintDeprecationMessage<LegacyUpdateApplyCommand, UpdateCommand>(args.ParseResult);
Commands\update\LegacyUpdateCheckCommand.cs (1)
27PrintDeprecationMessage<LegacyUpdateCheckCommand, UpdateCommand>(args.ParseResult, additionalOption: UpdateCommand.CheckOnlyOption);