ymingbc

Results 3 issues of ymingbc

#### 问题描述及重现代码: 1. 该方法为定时任务调度,一个小时执行一次。 应该不存在多线程问题。 2. 执行逻辑是循环每次获取100条数据,修改数据之后调用UpdateAsync()方法批量更新 3. 报错为概率性,不是必现,但是概率较大。 4. 报错信息如下: ArgumentOutOfRangeException: Index must be within the bounds of the List. (Parameter 'index') at System.Collections.Generic.List`1.InsertRange(System.Int32 index, System.Collections.Generic.IEnumerable`1 collection) at offset...

目前左侧导航菜单的文字显示规则是: Controller(Description) ,例如:User(用户管理) 。 假如我希望不显示“User” ,只显示"用户管理",应该如何实现。

Nuget包版本: 0.0.16 。 有这样一个测试接口: ![image](https://github.com/luoyunchong/IGeekFan.AspNetCore.Knife4jUI/assets/50131126/78698e3d-6f14-4549-8f7e-acbed0368cb2) 文档的接口调试界面截图: ![image](https://github.com/luoyunchong/IGeekFan.AspNetCore.Knife4jUI/assets/50131126/7ee15ef9-10d7-4e0b-82aa-f61e48f4b82f) 但是选择一个之后,进行调试,会报错,具体报错信息如下: ![0a39d00ee0ef90b22455a7cd6ebeb24](https://github.com/luoyunchong/IGeekFan.AspNetCore.Knife4jUI/assets/50131126/384c57da-2e3a-4028-b6de-b5244ec94b76) 赋值的时候是不是弄错了?