码迷,mamicode.com
首页 > Web开发 > 详细

netcore 3.1 This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of 32.

时间:2020-02-09 16:40:42      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:art   ons   net   start   oid   str   mvc   安装   option   

安装  Microsoft.AspNetCore.Mvc.Newtonsoft  包

在startup.cs中添加

public void ConfigureServices(IServiceCollection services)
        {
            services.AddControllers();
            services.AddMvcCore().AddNewtonsoftJson(options => {
                options.SerializerSettings.DateFormatString = "yyyy-MM-dd HH:mm:ss";
            });
            RegisterMyServices(services);
        }

 

netcore 3.1 This can either be due to a cycle or if the object depth is larger than the maximum allowed depth of 32.

标签:art   ons   net   start   oid   str   mvc   安装   option   

原文地址:https://www.cnblogs.com/huanyun/p/12287403.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!