9 references to UpdateCommand
aspire (4)
Commands\RootCommand.cs (1)
162UpdateCommand updateCommand,
Commands\UpdateCommand.cs (2)
34private readonly ILogger<UpdateCommand> _logger; 69ILogger<UpdateCommand> logger,
Program.cs (1)
637builder.Services.AddTransient<UpdateCommand>();
Aspire.Cli.Tests (5)
Commands\UpdateCommandTests.cs (2)
55var command = provider.GetRequiredService<UpdateCommand>();
NuGet\NuGetPackagePrefetcherTests.cs (2)
225[InlineData(typeof(UpdateCommand), false, true)] 245[InlineData(typeof(UpdateCommand), true)]
Utils\CliTestHelper.cs (1)
298services.AddTransient<UpdateCommand>();