Slapper.AutoMapper
1.0.0.8
See the version list below for details.
dotnet add package Slapper.AutoMapper --version 1.0.0.8
NuGet\Install-Package Slapper.AutoMapper -Version 1.0.0.8
<PackageReference Include="Slapper.AutoMapper" Version="1.0.0.8" />
<PackageVersion Include="Slapper.AutoMapper" Version="1.0.0.8" />
<PackageReference Include="Slapper.AutoMapper" />
paket add Slapper.AutoMapper --version 1.0.0.8
#r "nuget: Slapper.AutoMapper, 1.0.0.8"
#:package Slapper.AutoMapper@1.0.0.8
#addin nuget:?package=Slapper.AutoMapper&version=1.0.0.8
#tool nuget:?package=Slapper.AutoMapper&version=1.0.0.8
Slapper.AutoMapper is a mapping library that can convert dynamic data into static types and populate complex nested child objects.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (14)
Showing the top 5 NuGet packages that depend on Slapper.AutoMapper:
| Package | Downloads |
|---|---|
|
DapperExtensions
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. |
|
|
Abp.Dapper
Abp.Dapper |
|
|
Sharp
A set of utilities and a simple framework for turning methods into httpRequest end points. |
|
|
Mir.Stf.Utilities.StfUtils
Mir Stf Utilities |
|
|
Fanzoo.Kernel
An opinionated framework for building scalable web applications. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Slapper.AutoMapper:
| Repository | Stars |
|---|---|
|
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
|
|
|
tmsmith/Dapper-Extensions
Dapper Extensions is a small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system. The goal of this library is to keep your POCOs pure by not requiring any attributes or base class inheritance.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.5 | 1,085,891 | 9/22/2021 |
| 2.0.4 | 148,870 | 4/13/2021 |
| 2.0.3 | 2,231 | 4/13/2021 |
| 2.0.2 | 96,849 | 4/4/2021 |
| 2.0.1 | 2,436,664 | 6/20/2020 |
| 2.0.0 | 13,314 | 6/20/2020 |
| 1.0.0.9 | 733,900 | 6/12/2016 |
| 1.0.0.8 | 87,440 | 2/20/2016 |
| 1.0.0.7 | 20,493 | 1/16/2016 |
| 1.0.0.6 | 78,898 | 11/26/2013 |
| 1.0.0.5 | 2,755 | 11/15/2013 |
| 1.0.0.4 | 3,952 | 11/11/2013 |
| 1.0.0.3 | 2,519 | 11/7/2013 |
| 1.0.0.2 | 2,844 | 10/25/2013 |
Version 1.0.0.8 release.
1. Support to mapping value type collections. It is best to avoid using value types in situations where they must be boxed a high number of times
2- Fix nested duplicate instances. Now nested instances are saved in cache