We are getting a warning about cyclic references in our entity model. And, yes, our model does have cyclic references. The warning message says "These cycles aren't recommended and should be removed."
I would like to know what the consequences would be if we ignored the warning. All I am able to find on this is that these cyclic references may cause issues with Xml serialization, but we aren't serializing any of our entities.
If these are going to cause us problems, are there any work-arounds other than redesigning our model?
Thanks!