Maybe I am missing something obvious but I am having problems with several circular references in my entities. I am filtering out a lot of our reverse navigation properties per this, https://efreversepoco.codeplex.com/workitem/157, and it all seems to generate well. I am disabling lazy loading in my repository before any calls are made.
Any suggestions?
Thanks
Andy
_context.Configuration.LazyLoadingEnabled = false;
But still have circular references. Any suggestions?
Thanks
Andy