AutoMapper / AutoMapper.Extensions.Microsoft.DependencyInjection

MIT License
258 stars 79 forks source link

EF Core 3 has problems with automapped objects #120

Closed dh-connect closed 4 years ago

dh-connect commented 4 years ago

I'm using automapper 7.0.0 together with EF Core 3.0.0. Same code worked in EF Core 2.2. When debugging the code automapper returns a valid and filled object, but when passing it into EF Core functions I receive Null error message exception.

view related issue for more details: https://github.com/aspnet/EntityFrameworkCore/issues/18735

lbargaoanu commented 4 years ago

I think this is better suited for StackOverflow.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.