Open vtherry opened 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/
already removed from my branch, if anyone cares to use it that is.
This has been removed from the existing branch. I do not think nuget has been updated yet with that change
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/