Slapper.AutoMapper
1.0.0.6
dotnet add package Slapper.AutoMapper --version 1.0.0.6
NuGet\Install-Package Slapper.AutoMapper -Version 1.0.0.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Slapper.AutoMapper" Version="1.0.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Slapper.AutoMapper --version 1.0.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Slapper.AutoMapper, 1.0.0.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Slapper.AutoMapper as a Cake Addin #addin nuget:?package=Slapper.AutoMapper&version=1.0.0.6 // Install Slapper.AutoMapper as a Cake Tool #tool nuget:?package=Slapper.AutoMapper&version=1.0.0.6
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 1.0.0.6 release.
1. Fixed issue 6: Does not properly map to types without identifiers