2 implementations of ICliDownloader
aspire (1)
Utils\CliDownloader.cs (1)
24IPackagingService 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)
26private readonly ICliDownloader? _cliDownloader; 33ICliDownloader? cliDownloader,
Program.cs (1)
141builder.Services.AddSingleton<ICliDownloader, CliDownloader>();
Aspire.Cli.Tests (1)
Utils\CliTestHelper.cs (1)
341public Func<IServiceProvider, ICliDownloader> CliDownloaderFactory { get; set; } = (IServiceProvider serviceProvider) =>