Is there going to be any EF Core ICollection<> support going forward with 11+? #3894
Locked
replaysMike
started this conversation in
NA
Replies: 1 comment
-
Open a PR for those two to support v11 and latest EF Core? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently there doesn't appear to be any solutions for EF Core mapping onto existing collections, as neither AutoMapper.Collections or AutoMapper.Collection.EntityFrameworkCore doesn't support v11 and no word on if it ever will.
Situations such as the following don't work:
and require difficult
AfterMap()
mapping behaviors configured which are a pain:is there a.. better way?
Beta Was this translation helpful? Give feedback.
All reactions