Skip to content

用JsonMap修饰List<String>的时候,如果查询toList()没问题,但是查询toList(a => new {a.data})就很慢 #2180

@XiaoYi-Studio

Description

@XiaoYi-Studio

之前是3.2版本,都正常,今天更新了3.5版本,就出现这个问题了
[JsonMap] public List<string> thirdApps { get; set; }
直接查询返回toList()正常的,
但是查询toList(a => new {
a. thirdApps
})速度就很慢,要10几秒

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions