Does anyone know something about the EntityFramework.MappingAPI development progress?
The last update has been in March 2014 and the developer last visited the site in 2015.
Thanks in advance.
Does anyone know something about the EntityFramework.MappingAPI development progress?
The last update has been in March 2014 and the developer last visited the site in 2015.
Thanks in advance.
I would recommend you not to use this tool for many reasons. If you need to retrieve the database/schema information, then just use MetadataWorkspace.
If anyone comming accross from somewhere looking for the same thing, i found this project, which is a fork of the MappingApi and is still under maintaince. The developer also responded on a question of mine, so i think that this could be an alternativ to the MappingApi, if your not using EF5 or older anymore
http://schneids.net/get-table-info-for-your-entities-in-entity-framework/