bilal-fazlani / tracker-enabled-dbcontext

Tracker-enabled DbContext offers you to implement full auditing in your database
https://tracker-enabled-dbcontext.bilal-fazlani.com/
Other
217 stars 110 forks source link

Nuget package EntityFramework.MappingAPI is obsolete #144

Open vtherry opened 7 years ago

vtherry commented 7 years ago

Hi,

The creator of the package EntityFramework.MappingAPI marked it as obsolete and is not maintained since 2014. This dependency should be replaced by some other library or helper. Since you use this library just to get PK names, the following blog post explains how to do it through the dynamic creation of an object set at runtime. Please see : https://michaelmairegger.wordpress.com/2013/03/30/find-primary-keys-from-entities-from-dbcontext/

minoseah629 commented 7 years ago

The previous website provided this as a new link http://entityframework-extensions.net/?z=codeplex. But this appears to be a paid version. I looked around and saw that a free version is available. http://entityframework-plus.net/

asulwer commented 6 years ago

already removed from my branch, if anyone cares to use it that is.

asulwer commented 6 years ago

This has been removed from the existing branch. I do not think nuget has been updated yet with that change