entity-framework-core-mock icon indicating copy to clipboard operation
entity-framework-core-mock copied to clipboard

EFCore 7 PrimaryKey attribute not working

Open LockTar opened this issue 2 years ago • 0 comments

I have a class with PrimaryKey attribute for a composite key.

I see in the documentation that composite keys should work with multiple Key and Order attributes. Primary key on multiple columns, annotated by the [Key, Column(Order = X)] attributes

Only then I got the following error when running my app: The entity type '{Entity Here}' has multiple properties with the [Key] attribute. Composite primary keys configured by placing the [PrimaryKey] attribute on the entity type class, or by using 'HasKey' in 'OnModelCreating'.

Any change to add the PrimaryKey support?

Thanks!

LockTar avatar Aug 17 '23 06:08 LockTar