14 references to NuGetCommand
dotnet (13)
Commands\NuGet\NuGetCommandParser.cs (8)
45
command.SetAction(
NuGetCommand
.Run);
70
deleteCommand.SetAction(
NuGetCommand
.Run);
97
localsCommand.SetAction(
NuGetCommand
.Run);
136
pushCommand.SetAction(
NuGetCommand
.Run);
157
verifyCommand.SetAction(
NuGetCommand
.Run);
187
trustCommand.SetAction(
NuGetCommand
.Run);
193
command.SetAction(
NuGetCommand
.Run);
265
signCommand.SetAction(
NuGetCommand
.Run);
Commands\Package\Add\PackageAddCommand.cs (1)
62
var result =
NuGetCommand
.Run(
Commands\Package\List\PackageListCommand.cs (1)
44
?
NuGetCommand
.Run(TransformArgs(projectFile))
Commands\Package\Remove\PackageRemoveCommand.cs (1)
43
var result =
NuGetCommand
.Run(TransformArgs(packageToRemove, projectFilePath));
Commands\Package\Search\PackageSearchCommand.cs (1)
29
return
NuGetCommand
.Run([.. args]);
Parser.cs (1)
360
NuGetCommand
.Run(context.ParseResult);
dotnet.Tests (1)
CommandTests\NuGet\GivenANuGetCommand.cs (1)
94
var returned =
NuGetCommand
.Run(inputArgs, testCommandRunner.Object);