3 types derived from BaseUpdateCommand
Microsoft.TemplateEngine.Cli (3)
Commands\update\LegacyUpdateApplyCommand.cs (1)
10
internal class LegacyUpdateApplyCommand :
BaseUpdateCommand
Commands\update\LegacyUpdateCheckCommand.cs (1)
10
internal class LegacyUpdateCheckCommand :
BaseUpdateCommand
Commands\update\UpdateCommand.cs (1)
10
internal class UpdateCommand :
BaseUpdateCommand
4 references to BaseUpdateCommand
Microsoft.TemplateEngine.Cli (1)
Commands\update\UpdateCommandArgs.cs (1)
10
public UpdateCommandArgs(
BaseUpdateCommand
command, ParseResult parseResult) : base(command, parseResult)
Microsoft.TemplateEngine.Cli.UnitTests (3)
ParserTests\UpdateTests.cs (3)
122
UpdateCommandArgs args = new((
BaseUpdateCommand
)parseResult.CommandResult.Command, parseResult);
138
UpdateCommandArgs args = new((
BaseUpdateCommand
)parseResult.CommandResult.Command, parseResult);
152
UpdateCommandArgs args = new((
BaseUpdateCommand
)parseResult.CommandResult.Command, parseResult);