EF6 support
#4268
Replies: 1 comment 2 replies
-
Then it's very easy to do that in your own fork. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I can find nowhere that states Automapper does not support EF6. The docs for v11+ literally say state AutoMapper now targets .Net Standard 2.1 and doesn’t work on .Net Framework. That is a reference to the framework, which is a completely different thing. EF6 is .Net Standard 2.1 compatible and I am running it in .Net 7, not framework. I could not find it anywhere that EF6 is not supported, so must conclude that this has not in fact been communicated, if it is actually correct.
That said, the changes I have proposed are literally all that is required to make it work, so it is very easy to continue supporting a very large part of the automapper universe that may still be stranded on v10 without this change. There are projects have to remain on EF6 due to its compatibility with specifie database types that EFCore doesnt target.
Beta Was this translation helpful? Give feedback.
All reactions