In our company we have a lot of legacy applications which use an edmx file together with EF4. We would like to migrate to EF6 (or EF core). Is there a way that we can generate the code first objects (dbcontext, entities) from this edmx with the mappings.
How can we do this?