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