1 instantiation of LegacyUpdateApplyCommand
Microsoft.TemplateEngine.Cli (1)
Commands\NewCommand.Legacy.cs (1)
160
Add(new
LegacyUpdateApplyCommand
(this, hostBuilder));
3 references to LegacyUpdateApplyCommand
Microsoft.TemplateEngine.Cli (2)
Commands\update\LegacyUpdateApplyCommand.cs (1)
27
PrintDeprecationMessage<
LegacyUpdateApplyCommand
, UpdateCommand>(args.ParseResult);
Commands\update\UpdateCommandArgs.cs (1)
20
else if (command is
LegacyUpdateApplyCommand
)
Microsoft.TemplateEngine.Cli.UnitTests (1)
ParserTests\UpdateTests.cs (1)
107
args = new UpdateCommandArgs((
LegacyUpdateApplyCommand
)parseResult.CommandResult.Command, parseResult);