Closed Alerinos closed 2 years ago
So the problem is that you trying to add an entity with a duplicated unique index. It is mean that in your database GameId in Culture could not be duplicated between entities. This problem is not related to EasyData
@antifree Actually, I'm sorry. But this is still a slight problem because if it delete:
public Game? Game { get; set; }
At this point, I will not have a relationship with EasyData. Will try notmapped again
Sorry, my bad...