Ucommerce.DataImport.Core
10.12.2
Prefix Reserved
See the version list below for details.
dotnet add package Ucommerce.DataImport.Core --version 10.12.2
NuGet\Install-Package Ucommerce.DataImport.Core -Version 10.12.2
<PackageReference Include="Ucommerce.DataImport.Core" Version="10.12.2" />
<PackageVersion Include="Ucommerce.DataImport.Core" Version="10.12.2" />
<PackageReference Include="Ucommerce.DataImport.Core" />
paket add Ucommerce.DataImport.Core --version 10.12.2
#r "nuget: Ucommerce.DataImport.Core, 10.12.2"
#:package Ucommerce.DataImport.Core@10.12.2
#addin nuget:?package=Ucommerce.DataImport.Core&version=10.12.2
#tool nuget:?package=Ucommerce.DataImport.Core&version=10.12.2
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 | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net8.0
- Microsoft.Data.SqlClient (>= 5.2.2)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Options (>= 8.0.2)
- System.Text.Json (>= 8.0.5)
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.12.11 | 204 | 10/13/2025 |
| 10.12.10 | 175 | 8/22/2025 |
| 10.12.9 | 210 | 7/8/2025 |
| 10.12.8-hotfix6 | 340 | 6/11/2025 |
| 10.12.7 | 202 | 5/20/2025 |
| 10.12.6 | 188 | 4/25/2025 |
| 10.12.5 | 198 | 4/4/2025 |
| 10.12.4 | 204 | 4/1/2025 |
| 10.12.3 | 531 | 3/26/2025 |
| 10.12.2 | 177 | 3/21/2025 |
| 10.12.1 | 222 | 3/20/2025 |
| 10.12.0 | 265 | 3/3/2025 |
| 10.11.1 | 157 | 2/21/2025 |
| 10.11.0 | 176 | 2/18/2025 |
| 10.10.2 | 164 | 2/10/2025 |