2 implementations of ICliDownloader
aspire (1)
Utils\CliDownloader.cs (1)
25IPackagingService packagingService) : ICliDownloader
Aspire.Cli.Tests (1)
TestServices\TestCliDownloader.cs (1)
11internal sealed class TestCliDownloader : ICliDownloader
4 references to ICliDownloader
aspire (3)
Commands\UpdateCommand.cs (2)
35private readonly ICliDownloader? _cliDownloader; 70ICliDownloader? cliDownloader,
Program.cs (1)
511builder.Services.AddSingleton<ICliDownloader, CliDownloader>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
654public Func<IServiceProvider, ICliDownloader> CliDownloaderFactory { get; set; } = (IServiceProvider serviceProvider) =>