1 instantiation of LegacyUpdateApplyCommand
Microsoft.TemplateEngine.Cli (1)
Commands\BaseCommand.cs (1)
47
{ NewUpdateApplyLegacyCommandDefinition.Name, (hostBuilder, definition) => new
LegacyUpdateApplyCommand
(hostBuilder, (NewUpdateApplyLegacyCommandDefinition)definition) },
1 reference to LegacyUpdateApplyCommand
Microsoft.TemplateEngine.Cli (1)
Commands\update\LegacyUpdateApplyCommand.cs (1)
16
PrintDeprecationMessage<
LegacyUpdateApplyCommand
, UpdateCommand>(args.ParseResult);