Skip to content

EFCore 7 PrimaryKey attribute not working #54

@LockTar

Description

@LockTar

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions