Relative Content

Tag Archive for c#postgresqlentity-frameworkentity-framework-core

Error due to cyclical dependency of Entity Framework C#

There are two relationships between the entities “ExpertSystem” and “ExpertiseVariable”. The expert system has many variables of expertise, but it also has a relationship with one of the variables of expertise to indicate that this variable is the target. But when I try to save the expert system to the database, I get an error: