DX.Data.Xpo.AutoMapper
26.1.3.34
See the version list below for details.
dotnet add package DX.Data.Xpo.AutoMapper --version 26.1.3.34
NuGet\Install-Package DX.Data.Xpo.AutoMapper -Version 26.1.3.34
<PackageReference Include="DX.Data.Xpo.AutoMapper" Version="26.1.3.34" />
<PackageVersion Include="DX.Data.Xpo.AutoMapper" Version="26.1.3.34" />
<PackageReference Include="DX.Data.Xpo.AutoMapper" />
paket add DX.Data.Xpo.AutoMapper --version 26.1.3.34
#r "nuget: DX.Data.Xpo.AutoMapper, 26.1.3.34"
#:package DX.Data.Xpo.AutoMapper@26.1.3.34
#addin nuget:?package=DX.Data.Xpo.AutoMapper&version=26.1.3.34
#tool nuget:?package=DX.Data.Xpo.AutoMapper&version=26.1.3.34
DX.Data.IDataStore implementation for use with XPO with FluentValidation and AutoMapper
| 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 is compatible. 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 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. |
| .NET Framework | net471 is compatible. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.1
- AutoMapper (>= 16.2.0)
- DX.Data.Xpo (>= 26.1.3.36)
-
net10.0
- AutoMapper (>= 16.2.0)
- DX.Data.Xpo (>= 26.1.3.36)
- Microsoft.Extensions.Identity.Stores (>= 10.0.9)
-
net8.0
- AutoMapper (>= 16.2.0)
- DX.Data.Xpo (>= 26.1.3.36)
- Microsoft.Extensions.Identity.Stores (>= 10.0.9)
-
net9.0
- AutoMapper (>= 16.2.0)
- DX.Data.Xpo (>= 26.1.3.36)
- Microsoft.Extensions.Identity.Stores (>= 10.0.9)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DX.Data.Xpo.AutoMapper:
| Package | Downloads |
|---|---|
|
DX.Data.Xpo.Identity.AutoMapper
XPO Based storage provider for ASP.NET Identity with Automapper implementation |
GitHub repositories
This package is not used by any popular GitHub repositories.
26.1.3.34: Upgrade to DevExpress v26.1.3
BREAKING CHANGES:
Dropped .NET Framework 4.6.2 support. Minimum .NET Framework target is now 4.7.1 (net471).
This was required to move AutoMapper from 10.1.1 to 16.x, which patches a high-severity Denial-of-Service
vulnerability (CVE-2026-32933 / GHSA-rvv3-g6hj-g44x, uncontrolled recursion on deeply nested/circular
object graphs) present in AutoMapper 10.1.1 and every version below 15.1.3/16.1.1. AutoMapper no longer
publishes any release that supports .NET Framework below 4.7.1, so there is no version that is both
patched and net462-compatible.
If you cannot move your project off net462, do not take this update. Stay on the previous package
version (accepting the AutoMapper vulnerability), or switch to DX.Data.Xpo.Mapster, which still
supports net462 and does not depend on AutoMapper.
23.2.3.31: Data.DataStore plus Validator and Mapper have been moved and simplified into package DX.Data
BREAKING CHANGES:
Data base classes moved to DX.Data package
This store will use FluentValidation and AutoMapper for mapping
23.2.3.23: Upgraded to .NET8 and DX v23.2.3 Dropped support for .NETStandard!