Slapper.AutoMapper
1.0.0.4
See the version list below for details.
dotnet add package Slapper.AutoMapper --version 1.0.0.4
NuGet\Install-Package Slapper.AutoMapper -Version 1.0.0.4
<PackageReference Include="Slapper.AutoMapper" Version="1.0.0.4" />
paket add Slapper.AutoMapper --version 1.0.0.4
#r "nuget: Slapper.AutoMapper, 1.0.0.4"
// Install Slapper.AutoMapper as a Cake Addin #addin nuget:?package=Slapper.AutoMapper&version=1.0.0.4 // Install Slapper.AutoMapper as a Cake Tool #tool nuget:?package=Slapper.AutoMapper&version=1.0.0.4
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 (13)
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. |
|
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. |
|
NET.Database.QueryLayer
NET-Database query layer components will be a useful addition to any application or website to create SQL queries to your database in a OO way. It supports the majority of different database types such as SQL Server® MySQL® o PostgreSQL®, but is easy extend to any ADO.NET provider. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Slapper.AutoMapper:
Repository | Stars |
---|---|
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 | 647,715 | 9/22/2021 |
2.0.4 | 139,492 | 4/13/2021 |
2.0.3 | 1,918 | 4/13/2021 |
2.0.2 | 31,996 | 4/4/2021 |
2.0.1 | 1,582,198 | 6/20/2020 |
2.0.0 | 8,609 | 6/20/2020 |
1.0.0.9 | 669,167 | 6/12/2016 |
1.0.0.8 | 84,754 | 2/20/2016 |
1.0.0.7 | 19,534 | 1/16/2016 |
1.0.0.6 | 76,032 | 11/26/2013 |
1.0.0.5 | 2,294 | 11/15/2013 |
1.0.0.4 | 3,481 | 11/11/2013 |
1.0.0.3 | 2,067 | 11/7/2013 |
1.0.0.2 | 2,262 | 10/25/2013 |
Version 1.0.0.4 release.
1. Added support for mapping to Nullable types.
2. Added support for mapping to Guids.
3. Abstracted out the various rules of converting types by implementing an ITypeConverter interface and added implementations for converting values to Guids, Enums, and value types.
4. 100% complete with XML comments.
5. Added an IContextStorage interface and refactored the existing static helper ContextStorage class to use the new interface.