1 instantiation of UninstallCommand
Microsoft.TemplateEngine.Cli (1)
Commands\NewCommand.cs (1)
25
Add(new
UninstallCommand
(this, hostBuilder));
12 references to UninstallCommand
Microsoft.TemplateEngine.Cli (11)
Commands\uninstall\LegacyUninstallCommand.cs (1)
25
PrintDeprecationMessage<LegacyUninstallCommand,
UninstallCommand
>(args.ParseResult);
TemplateInvoker.cs (1)
256
Reporter.Output.WriteCommand(Example.For<
UninstallCommand
>(templateArgs.ParseResult).WithArgument(BaseUninstallCommand.NameArgument, templatePackage.DisplayName));
TemplatePackageCoordinator.cs (6)
174
.WithSubcommand<
UninstallCommand
>()
746
.WithSubcommand<
UninstallCommand
>()
754
.WithSubcommand<
UninstallCommand
>()
764
.WithSubcommand<
UninstallCommand
>());
773
.WithSubcommand<
UninstallCommand
>());
923
.WithSubcommand<
UninstallCommand
>()
TemplatePackageDisplay.cs (3)
76
.WithSubcommand<
UninstallCommand
>()
201
_reporterError.WriteCommand(Example.For<
UninstallCommand
>(parseResult).WithArgument(BaseUninstallCommand.NameArgument, packageToInstall));
269
.WithSubcommand<
UninstallCommand
>()
Microsoft.TemplateEngine.Cli.UnitTests (1)
ParserTests\UninstallTests.cs (1)
99
Assert.Equal("dotnet new uninstall my-source", Example.For<NewCommand>(parseResult).WithSubcommand<
UninstallCommand
>().WithArgument(BaseUninstallCommand.NameArgument, "my-source"));