DX.Data.EF.AutoMapper
26.1.3.33
See the version list below for details.
dotnet add package DX.Data.EF.AutoMapper --version 26.1.3.33
NuGet\Install-Package DX.Data.EF.AutoMapper -Version 26.1.3.33
<PackageReference Include="DX.Data.EF.AutoMapper" Version="26.1.3.33" />
<PackageVersion Include="DX.Data.EF.AutoMapper" Version="26.1.3.33" />
<PackageReference Include="DX.Data.EF.AutoMapper" />
paket add DX.Data.EF.AutoMapper --version 26.1.3.33
#r "nuget: DX.Data.EF.AutoMapper, 26.1.3.33"
#:package DX.Data.EF.AutoMapper@26.1.3.33
#addin nuget:?package=DX.Data.EF.AutoMapper&version=26.1.3.33
#tool nuget:?package=DX.Data.EF.AutoMapper&version=26.1.3.33
DX.Data.IDataStore implementation for use with EF 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.EF (>= 25.2.3.34)
- EntityFramework (>= 6.4.4)
-
net10.0
- AutoMapper (>= 16.2.0)
- DX.Data.EF (>= 25.2.3.34)
- Microsoft.EntityFrameworkCore (>= 10.0.9)
-
net8.0
- AutoMapper (>= 16.2.0)
- DX.Data.EF (>= 25.2.3.34)
- Microsoft.EntityFrameworkCore (>= 8.0.28)
-
net9.0
- AutoMapper (>= 16.2.0)
- DX.Data.EF (>= 25.2.3.34)
- Microsoft.EntityFrameworkCore (>= 9.0.17)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
26.1.3.33: 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.EF.Mapster, which still
supports net462 and does not depend on AutoMapper.