AutoMapper.Collection
1.2.4
See the version list below for details.
dotnet add package AutoMapper.Collection --version 1.2.4
NuGet\Install-Package AutoMapper.Collection -Version 1.2.4
<PackageReference Include="AutoMapper.Collection" Version="1.2.4" />
paket add AutoMapper.Collection --version 1.2.4
#r "nuget: AutoMapper.Collection, 1.2.4"
// Install AutoMapper.Collection as a Cake Addin
#addin nuget:?package=AutoMapper.Collection&version=1.2.4
// Install AutoMapper.Collection as a Cake Tool
#tool nuget:?package=AutoMapper.Collection&version=1.2.4
Collection updating support for AutoMapper
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- AutoMapper (>= 4.2.0)
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 | 232,128 | 10/5/2022 |
8.0.0 | 628,349 | 3/31/2022 |
7.0.1 | 2,770,932 | 11/23/2020 |
7.0.0 | 1,293,160 | 7/5/2020 |
6.0.0 | 1,273,819 | 12/25/2019 |
5.0.0 | 3,062,657 | 11/20/2018 |
4.0.0 | 1,747,706 | 6/27/2018 |
3.1.3 | 238,008 | 11/27/2017 |
3.1.2 | 191,643 | 8/8/2017 |
3.1.1 | 14,437 | 7/7/2017 |
3.1.0 | 6,355 | 6/30/2017 |
3.0.1 | 4,005 | 6/17/2017 |
3.0.0 | 20,368 | 3/17/2017 |
2.1.1 | 23,738 | 10/14/2016 |
2.1.0 | 1,158 | 10/12/2016 |
2.0.1 | 4,361 | 7/19/2016 |
2.0.0 | 1,246 | 6/28/2016 |
1.2.4 | 7,069 | 10/26/2016 |
1.2.3 | 1,151 | 10/25/2016 |
1.2.2 | 1,145 | 10/11/2016 |
1.2.1 | 4,686 | 2/1/2016 |
1.2.0 | 2,600 | 1/28/2016 |
1.1.3 | 7,836 | 4/15/2016 |
1.1.2 | 2,773 | 11/15/2015 |
1.1.1 | 1,735 | 10/19/2015 |
1.1.0 | 6,125 | 5/3/2015 |
1.0.1-alpha1 | 1,024 | 7/20/2015 |
Fix Threading Issues