Ucommerce.DataImport.Core
10.13.0
Prefix Reserved
dotnet add package Ucommerce.DataImport.Core --version 10.13.0
NuGet\Install-Package Ucommerce.DataImport.Core -Version 10.13.0
<PackageReference Include="Ucommerce.DataImport.Core" Version="10.13.0" />
<PackageVersion Include="Ucommerce.DataImport.Core" Version="10.13.0" />
<PackageReference Include="Ucommerce.DataImport.Core" />
paket add Ucommerce.DataImport.Core --version 10.13.0
#r "nuget: Ucommerce.DataImport.Core, 10.13.0"
#:package Ucommerce.DataImport.Core@10.13.0
#addin nuget:?package=Ucommerce.DataImport.Core&version=10.13.0
#tool nuget:?package=Ucommerce.DataImport.Core&version=10.13.0
About
Contains the Ucommerce data import tool and abstractions used for integrating with an external source of truth.
Key Features
- Method for kicking off the data import from wherever you want.
- Interfaces defining what Ucommerce need for fetcher implementations.
How To
In order to add the functionality to your application, add the following to your startup:
builder.Services.AddUcommerceDataImporter(builder.Configuration).
You can optionally add a DataImporterSettings object to the call,
otherwise settings will be taken from the configuration section Ucommerce:DataImport.
The available settings are ConnectionString (required) and BatchSize (optional - default is 1000).
To kick off the data import, you can inject DataImporter and call Run.
Links
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.Data.SqlClient (>= 6.1.4)
- Microsoft.Extensions.Configuration (>= 10.0.7)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.7)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.7)
- Microsoft.Extensions.Options (>= 10.0.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.13.0 | 115 | 6/19/2026 |
| 10.12.13 | 218 | 6/17/2026 |
| 10.12.12 | 109 | 5/26/2026 |
| 10.12.11 | 234 | 10/13/2025 |
| 10.12.10 | 202 | 8/22/2025 |
| 10.12.9 | 233 | 7/8/2025 |
| 10.12.8-hotfix6 | 366 | 6/11/2025 |
| 10.12.7 | 225 | 5/20/2025 |
| 10.12.6 | 216 | 4/25/2025 |
| 10.12.5 | 229 | 4/4/2025 |
| 10.12.4 | 234 | 4/1/2025 |
| 10.12.3 | 558 | 3/26/2025 |
| 10.12.2 | 205 | 3/21/2025 |
| 10.12.1 | 244 | 3/20/2025 |
| 10.12.0 | 287 | 3/3/2025 |