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