AutoMapper.Collection
1.2.0
See the version list below for details.
dotnet add package AutoMapper.Collection --version 1.2.0
NuGet\Install-Package AutoMapper.Collection -Version 1.2.0
<PackageReference Include="AutoMapper.Collection" Version="1.2.0" />
paket add AutoMapper.Collection --version 1.2.0
#r "nuget: AutoMapper.Collection, 1.2.0"
// Install AutoMapper.Collection as a Cake Addin
#addin nuget:?package=AutoMapper.Collection&version=1.2.0
// Install AutoMapper.Collection as a Cake Tool
#tool nuget:?package=AutoMapper.Collection&version=1.2.0
Collection updating support for AutoMapper
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
-
- AutoMapper (>= 4.2.0)
- Microsoft.Bcl.Build (>= 1.0.14)
NuGet packages (50)
Showing the top 5 NuGet packages that depend on AutoMapper.Collection:
Package | Downloads |
---|---|
Abp.AutoMapper
Abp.AutoMapper |
|
AutoMapper.Collection.EntityFrameworkCore
Collection updating support for EntityFrameworkCore 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. |
|
AutoMapper.Collection.EntityFramework
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. |
|
Fugu.Mapping.AutoMapper
Application framework for .NET Core |
|
Fugu.Mapping.AutoMapper.Infrastructure
Application framework for .NET Core |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on AutoMapper.Collection:
Repository | Stars |
---|---|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
Ombi-app/Ombi
Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
|
|
aspnetboilerplate/eventcloud
Sample SaaS (Multi Tenant) Event Management Application
|
|
yc-l/yc.boilerplate
YC. Boilerplate is a set of loose coupling, flexible combination, complete functions, convenient development, and reduces the workload of development.
|
|
falberthen/EcommerceDDD
Experimental full-stack application using Domain-Driven Design, CQRS, and Event Sourcing.
|
Version | Downloads | Last updated |
---|---|---|
9.0.0 | 246,565 | 10/5/2022 |
8.0.0 | 639,148 | 3/31/2022 |
7.0.1 | 2,787,809 | 11/23/2020 |
7.0.0 | 1,295,937 | 7/5/2020 |
6.0.0 | 1,276,331 | 12/25/2019 |
5.0.0 | 3,066,885 | 11/20/2018 |
4.0.0 | 1,749,372 | 6/27/2018 |
3.1.3 | 238,701 | 11/27/2017 |
3.1.2 | 192,297 | 8/8/2017 |
3.1.1 | 14,501 | 7/7/2017 |
3.1.0 | 6,357 | 6/30/2017 |
3.0.1 | 4,005 | 6/17/2017 |
3.0.0 | 20,383 | 3/17/2017 |
2.1.1 | 23,826 | 10/14/2016 |
2.1.0 | 1,158 | 10/12/2016 |
2.0.1 | 4,362 | 7/19/2016 |
2.0.0 | 1,247 | 6/28/2016 |
1.2.4 | 7,070 | 10/26/2016 |
1.2.3 | 1,151 | 10/25/2016 |
1.2.2 | 1,147 | 10/11/2016 |
1.2.1 | 4,686 | 2/1/2016 |
1.2.0 | 2,613 | 1/28/2016 |
1.1.3 | 7,837 | 4/15/2016 |
1.1.2 | 2,775 | 11/15/2015 |
1.1.1 | 1,737 | 10/19/2015 |
1.1.0 | 6,147 | 5/3/2015 |
1.0.1-alpha1 | 1,027 | 7/20/2015 |
Update to be compatible with AutoMapper 4.2.0
Obsolete Static API and added instance API