Joe.Map 1.0.2.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package Joe.Map --version 1.0.2.9
NuGet\Install-Package Joe.Map -Version 1.0.2.9
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="Joe.Map" Version="1.0.2.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Joe.Map --version 1.0.2.9
#r "nuget: Joe.Map, 1.0.2.9"
#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 Joe.Map as a Cake Addin
#addin nuget:?package=Joe.Map&version=1.0.2.9

// Install Joe.Map as a Cake Tool
#tool nuget:?package=Joe.Map&version=1.0.2.9

Mapping Lib similar to automapper that allows for simple and complex mappings via attributes.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Joe.Map:

Package Downloads
Joe.Business

Joe.Business

Joe.MapBack

Extention to Joe.Map that allows for bi-directional Mapping.

Joe.Map.EF

Package that implents IDbViewContext for DbContext and ObjectContext that allows BiDirectional Mapping in Joe.Map

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.19 1,601 2/17/2017
3.0.18 1,049 2/17/2017
3.0.17 1,297 2/24/2016
3.0.16 1,211 8/24/2015
3.0.15 1,604 7/22/2015
3.0.14 1,133 7/13/2015
3.0.13 1,123 5/21/2015
3.0.12 1,108 5/21/2015
3.0.11 1,150 5/19/2015
3.0.10 1,145 5/12/2015
3.0.9 1,161 3/19/2015
3.0.8 1,093 3/13/2015
3.0.7 1,123 3/10/2015
3.0.6 1,459 2/18/2015
3.0.2 1,123 1/20/2015
3.0.1 1,479 12/16/2014
3.0.0 14,116 12/9/2014
2.0.0.9-alpha 914 9/30/2014
2.0.0.8-alpha 886 9/30/2014
2.0.0.7-alpha 866 9/30/2014
2.0.0.6-alpha 1,001 9/12/2014
2.0.0.5-alpha 888 9/12/2014
2.0.0.4-alpha 1,011 9/12/2014
2.0.0.3-alpha 1,748 9/9/2014
2.0.0.2-alpha 944 9/9/2014
2.0.0.1-alpha 905 9/9/2014
2.0.0-alpha 1,007 9/9/2014
1.0.4.14 1,225 6/18/2014
1.0.4.13 1,187 6/3/2014
1.0.4.12 1,191 5/6/2014
1.0.4.10 1,290 3/27/2014
1.0.4.9 1,243 2/19/2014
1.0.4.8 1,239 11/4/2013
1.0.4.7 1,175 10/31/2013
1.0.4.6 1,220 10/31/2013
1.0.4.5 1,201 10/29/2013
1.0.4.4 1,243 10/28/2013
1.0.4.3 1,223 10/25/2013
1.0.4.2 1,242 10/25/2013
1.0.4.1 1,245 10/23/2013
1.0.4 12,215 10/18/2013
1.0.3.20-beta 949 10/10/2013
1.0.3.19-beta 955 10/8/2013
1.0.3.18-beta 1,001 9/30/2013
1.0.3.17-beta 976 9/30/2013
1.0.3.16-beta 974 9/30/2013
1.0.3.15-beta 983 9/11/2013
1.0.3.14-beta 991 9/11/2013
1.0.3.13-beta 1,028 9/11/2013
1.0.3.12-beta 938 8/21/2013
1.0.3.11-beta 13,356 8/20/2013
1.0.3.10-beta 967 8/20/2013
1.0.3.9-beta 1,007 8/20/2013
1.0.3.8-beta 949 8/20/2013
1.0.3.7-beta 983 8/20/2013
1.0.3.6-beta 963 8/20/2013
1.0.3.5-beta 1,581 8/15/2013
1.0.3.4-beta 1,384 7/30/2013
1.0.3.3 1,508 7/12/2013
1.0.3.2 1,454 7/10/2013
1.0.3.1 1,506 7/9/2013
1.0.3 1,458 7/9/2013
1.0.2.9 1,438 7/9/2013
1.0.2.8 1,448 7/9/2013
1.0.2.7 1,390 6/27/2013
1.0.2.6 1,373 6/26/2013
1.0.2.5 3,401 6/24/2013
1.0.2.4 1,822 6/24/2013
1.0.2.3 1,343 6/22/2013
1.0.2.2 10,068 6/21/2013
1.0.2.1 1,309 6/19/2013
1.0.2 1,337 6/19/2013
1.0.1 7,759 6/12/2013
1.0.0 1,286 6/12/2013

1.0.2.1 - Updated to follow Entityframework's Key naming convention. Sets a default max depth to 10 so the Expression builder never enters an infinite loop.
1.0.2.2 - Adding Dynamic Filters. Pass in an Object that contain your filter properties. To Signify getting a Filter from here simply add a $ on you where in the mapping property. Name:=:$InName
1.0.2.3 - Bug Fixes for interal filters
1.0.2.4 - Bug Fixes
1.0.2.5 - Fixing framework target issue
1.0.2.6 - Chage the ViewMapping property Type to a Type variable
1.0.2.8 - Fixing bug with Default Max Depth trying to cast int to null.