79106530

Date: 2024-10-20 07:09:40
Score: 1.5
Natty:
Report link

I was also having the same error, where I am inheriting key fro, BaseEntity class. To resolve this just add

'[DatabaseGeneratedAttribute(DatabaseGeneratedOption.Identity)]'

on the BaseEntity class or wherever your primary key is

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Aditya