Mapster icon indicating copy to clipboard operation
Mapster copied to clipboard

EntityFromContext EF Core - entities without primary key error

Open lucascaser opened this issue 2 years ago • 0 comments

Hello,

I have a .NET core project that has database views mapped to the entity framework and these have the builder.HasNoKey(); configuration, as they are used only for queries. Besides, I'm using the EntityFromContext() method, but it wasn't handled in case the entity doesn't have a primary key. image It is possible to see that there was no treatment, if the .FindPrimaryKey() == null, generating the error of object reference not set to an instance of an object.

Therefore, I opened a PR dealing with this problem.

lucascaser avatar Jun 17 '23 13:06 lucascaser