![]() |
VOOZH | about |
dotnet add package Soenneker.Utils.File.Download --version 4.0.1624
NuGet\Install-Package Soenneker.Utils.File.Download -Version 4.0.1624
<PackageReference Include="Soenneker.Utils.File.Download" Version="4.0.1624" />
<PackageVersion Include="Soenneker.Utils.File.Download" Version="4.0.1624" />Directory.Packages.props
<PackageReference Include="Soenneker.Utils.File.Download" />Project file
paket add Soenneker.Utils.File.Download --version 4.0.1624
#r "nuget: Soenneker.Utils.File.Download, 4.0.1624"
#:package Soenneker.Utils.File.Download@4.0.1624
#addin nuget:?package=Soenneker.Utils.File.Download&version=4.0.1624Install as a Cake Addin
#tool nuget:?package=Soenneker.Utils.File.Download&version=4.0.1624Install as a Cake Tool
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
👁 alternate text is missing from this package README image
dotnet add package Soenneker.Utils.File.Download
IFileDownloadUtil within DI (Program.cs).public static async Task Main(string[] args)
{
...
builder.Services.AddFileDownloadUtilAsScoped();
}
IFileDownloadUtilExample:
public class TestClass
{
private readonly IFileDownloadUtil _util;
public TestClass(IFileDownloadUtil util)
{
_util = util;
}
public async ValueTask Download()
{
string directory = "path/to/save/files";
List<string> uris = new List<string>
{
"https://example.com/file1.jpg",
"https://example.com/file2.jpg",
"https://example.com/file3.jpg"
};
int maxConcurrentDownloads = 3;
List<string> downloadedFiles = await _util.DownloadFiles(directory, uris, maxConcurrentDownloads);
}
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 3 NuGet packages that depend on Soenneker.Utils.File.Download:
| Package | Downloads |
|---|---|
|
Soenneker.Coinbase.Runners.OpenApiClients.Cdp
This runner executes a GitHub action that updates another project. It's not meant for consumption. |
|
|
Soenneker.HighLevel.Runners.OpenApiClient
Automatically updates the Soenneker.HighLevel.OpenApiClient package |
|
|
Soenneker.HubSpot.Runners.OpenApiClient
This runner executes a GitHub action that updates another project. It's not meant for consumption. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.1624 | 0 | 6/18/2026 |
| 4.0.1622 | 131 | 6/17/2026 |
| 4.0.1621 | 754 | 6/17/2026 |
| 4.0.1620 | 164 | 6/17/2026 |
| 4.0.1619 | 180 | 6/16/2026 |
| 4.0.1618 | 3,931 | 6/11/2026 |
| 4.0.1617 | 632 | 6/10/2026 |
| 4.0.1615 | 1,114 | 6/10/2026 |
| 4.0.1614 | 271 | 6/10/2026 |
| 4.0.1613 | 184 | 6/10/2026 |
| 4.0.1612 | 967 | 6/9/2026 |
| 4.0.1611 | 1,900 | 6/9/2026 |
| 4.0.1610 | 764 | 6/9/2026 |
| 4.0.1609 | 3,108 | 6/7/2026 |
| 4.0.1608 | 161 | 6/7/2026 |
| 4.0.1607 | 828 | 6/6/2026 |
| 4.0.1606 | 170 | 6/6/2026 |
| 4.0.1605 | 767 | 6/6/2026 |
| 4.0.1604 | 492 | 6/6/2026 |
| 4.0.1603 | 813 | 6/6/2026 |
Update dependency Soenneker.Utils.Directory to 4.0.870 (#2046)