JsonSerializationException: Self referencing loop detected error - How to fix How to fix the "JsonSerializationException: Self referencing loop detected with type" error that can occur when trying to JSON serialize a Entity Framework result with ASP.NET Core
If you've stumbled upon this post it most likely means that you're experiencing the following error while trying to serialize an Entity Framework (or EF Core) IQueryable result into a …
JsonSerializationException: Self referencing loop detected error - How to fix How to fix the "JsonSerializationException: Self referencing loop detected with type" error that can occur when trying to JSON serialize a Entity Framework result with ASP.NET Core Read More