AutoMapper / AutoMapper.Collection

AutoMapper support for updating existing collections by equivalency
MIT License
245 stars 59 forks source link

Support for EF 6.3 on .net core #126

Closed penfold closed 2 years ago

penfold commented 5 years ago

We are looking to migrate to .net core 3 but use EF 6.3 instead of migrating to EF Core. (Until EF core handles a number of gaps like many-many mappings without needing intermediate pocos.)

Are there plans to support this?

Thanks, Paul

Tasteful commented 5 years ago

I don't think it exists a plan but a PR with needing changes is always welcome. Probably only the TFM that need to be changed and I'm not sure how the build server will handle the new target.