AutoMapper.Collection
1.2.1
See the version list below for details.
dotnet add package AutoMapper.Collection --version 1.2.1
NuGet\Install-Package AutoMapper.Collection -Version 1.2.1
<PackageReference Include="AutoMapper.Collection" Version="1.2.1" />
paket add AutoMapper.Collection --version 1.2.1
#r "nuget: AutoMapper.Collection, 1.2.1"
// Install AutoMapper.Collection as a Cake Addin
#addin nuget:?package=AutoMapper.Collection&version=1.2.1
// Install AutoMapper.Collection as a Cake Tool
#tool nuget:?package=AutoMapper.Collection&version=1.2.1
Collection updating support for AutoMapper
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- 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 | 213,261 | 10/5/2022 |
8.0.0 | 617,586 | 3/31/2022 |
7.0.1 | 2,739,465 | 11/23/2020 |
7.0.0 | 1,288,551 | 7/5/2020 |
6.0.0 | 1,270,668 | 12/25/2019 |
5.0.0 | 3,044,032 | 11/20/2018 |
4.0.0 | 1,727,243 | 6/27/2018 |
3.1.3 | 237,302 | 11/27/2017 |
3.1.2 | 190,671 | 8/8/2017 |
3.1.1 | 14,342 | 7/7/2017 |
3.1.0 | 6,352 | 6/30/2017 |
3.0.1 | 3,999 | 6/17/2017 |
3.0.0 | 20,348 | 3/17/2017 |
2.1.1 | 23,558 | 10/14/2016 |
2.1.0 | 1,156 | 10/12/2016 |
2.0.1 | 4,358 | 7/19/2016 |
2.0.0 | 1,244 | 6/28/2016 |
1.2.4 | 7,062 | 10/26/2016 |
1.2.3 | 1,147 | 10/25/2016 |
1.2.2 | 1,143 | 10/11/2016 |
1.2.1 | 4,680 | 2/1/2016 |
1.2.0 | 2,590 | 1/28/2016 |
1.1.3 | 7,833 | 4/15/2016 |
1.1.2 | 2,772 | 11/15/2015 |
1.1.1 | 1,734 | 10/19/2015 |
1.1.0 | 6,106 | 5/3/2015 |
1.0.1-alpha1 | 1,022 | 7/20/2015 |
Fix threading issue with Persisting objects.