Skip to content

2.3.9

Compare
Choose a tag to compare
@zqlovejyc zqlovejyc released this 12 Sep 03:25
· 46 commits to master since this release

1.引入FastMember,替换原有的反射调用;
2.优化GetColumnInfo、GetPrimaryKey;
3.优化ToEntities、ToLists;
4.新增TryGetValue、TryGetOrAdd、ContainsKey、ToEntity字典扩展方法;
5.优化列信息获取,添加内存缓存;
6.支持Where表达式中HashSet写法解析;
7.升级nuget包;