1 instantiation of UninstallCommand
Microsoft.TemplateEngine.Cli (1)
Commands\NewCommand.cs (1)
25Add(new UninstallCommand(this, hostBuilder));
12 references to UninstallCommand
Microsoft.TemplateEngine.Cli (11)
Commands\uninstall\LegacyUninstallCommand.cs (1)
25PrintDeprecationMessage<LegacyUninstallCommand, UninstallCommand>(args.ParseResult);
TemplateInvoker.cs (1)
256Reporter.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)
99Assert.Equal("dotnet new uninstall my-source", Example.For<NewCommand>(parseResult).WithSubcommand<UninstallCommand>().WithArgument(BaseUninstallCommand.NameArgument, "my-source"));