To set up relationships in Entity Framework (EF) using the Fluent API, you need to understand that EF Core requires foreign key properties to establish relationships. However, since you have multiple entities referencing the same table using a non-foreign key field (Owner), you can achieve the desired result by configuring…
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)