You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and get System.InvalidOperationException: Unable to save changes because a circular dependency was detected in the data to be saved
That's for ef core7, version 6 is fine.
Minimalistic project for repro is attached: TestEf7.zip
The text was updated successfully, but these errors were encountered:
Hello, everyone.
Having following model with composite primary key and optional one-to-one relationship with shared key part (Id2)
I perform following operations on empty db (note that Model2 is not referenced):
and get
System.InvalidOperationException: Unable to save changes because a circular dependency was detected in the data to be saved
That's for ef core7, version 6 is fine.
Minimalistic project for repro is attached:
TestEf7.zip
The text was updated successfully, but these errors were encountered: