EF Core and ProjectToType eager loader known issue #786
Replies: 3 comments 5 replies
-
@savornicesei
example of custom Include:
|
Beta Was this translation helpful? Give feedback.
-
ProjectToType equal .Select() in EF6 and EFCore Both described problems are related to how .Select() works:
|
Beta Was this translation helpful? Give feedback.
-
@andrerav @stagep
(It will be necessary to recognize types from EF, so it will not be possible to include this in the main Mapster) - It's private Type, What do you think about this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Given the AutoMapper recent drama I've found out about this known issue and found the mention in the docs.
I'm looking for more context to it, if it's possible - root cause and limitations required to make it work properly.
Is it specific just to EF Core or it's affecting EF6 as well? We're using EF6 and didn't notice it.
Looking at Maperly, their
ProjectToType
extension has a pretty long list of constraintsThanks.
All the best,
Simo
Beta Was this translation helpful? Give feedback.
All reactions