会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
空 的技术分享
博客园
首页
新随笔
联系
订阅
管理
2020年10月4日
EntityFrameworkcore 报错 json转换无限循环嵌套循环处理 Self referencing loop detected with type 或 A possible object cycle was detected which is not supported. This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of 32.
摘要: 网上各种方法看不懂 ,小白喜欢一把梭.. 能解决问题就行~~~ 手动把循环终结掉!var data = Context.商品 .Include(it => it.商品分类).OrderByDescending(it => it.商品id) .Skip((pageindex - 1) * pagesize).Take(pagesize) .ToList()...
阅读全文
posted @ 2020-10-04 00:26 ToLing·
阅读(582)
评论(0)
推荐(0)
编辑