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