AutoMapper.Collection.EntityFramework 13.0.0

Prefix Reserved
dotnet add package AutoMapper.Collection.EntityFramework --version 13.0.0
                    
NuGet\Install-Package AutoMapper.Collection.EntityFramework -Version 13.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AutoMapper.Collection.EntityFramework" Version="13.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoMapper.Collection.EntityFramework" Version="13.0.0" />
                    
Directory.Packages.props
<PackageReference Include="AutoMapper.Collection.EntityFramework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AutoMapper.Collection.EntityFramework --version 13.0.0
                    
#r "nuget: AutoMapper.Collection.EntityFramework, 13.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AutoMapper.Collection.EntityFramework@13.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AutoMapper.Collection.EntityFramework&version=13.0.0
                    
Install as a Cake Addin
#tool nuget:?package=AutoMapper.Collection.EntityFramework&version=13.0.0
                    
Install as a Cake Tool

Collection updating support for EntityFramework with AutoMapper. Extends DBSet<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto).  Will find the matching object and will Insert/Update/Delete.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on AutoMapper.Collection.EntityFramework:

Package Downloads
DTORepository

Mapping DTO to/from Entity with Generic Repository Pattern.

TourManagerLogic

Tour Manager Logic

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
13.0.0 3,196 2026/2/18
12.0.0 2,130 2025/11/7
11.0.0 9,125 2025/2/16
10.0.0 20,255 2024/2/12
9.0.0 39,912 2022/10/5
8.0.0 12,098 2022/3/31
7.0.1 128,297 2020/11/23
6.0.0 69,782 2019/12/25
5.0.0 58,258 2018/11/20
4.0.0 40,863 2018/6/27
3.1.4 3,651 2018/6/25
3.1.3 29,544 2017/11/27
3.1.2 26,979 2017/8/8
3.1.1 17,726 2017/7/7
3.0.0 10,282 2017/3/17
2.1.0 7,692 2016/12/5
2.0.0 2,026 2016/6/28
1.3.0 2,381 2016/11/4
1.2.0 6,376 2016/1/28
1.1.0 2,506 2015/11/15
Loading failed