We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
刚到家测试,问题确实存在。
.ToList(a => new { sum = a.Sum(a.Value.Item1.Id) })
可以先这样处理
Sorry, something went wrong.
.ToList(a => (decimal)a.Sum(a.Value.TypeGuid))
这样也是 ok 的
- 修复 GroupBy 类型转换错误;#186
c64deb3
- 修复 .ToList(a => new DTO(a.id)) 报 未将对象引用设置到对象的实例 问题; #187 - 修复 update语句,二元运算解析出错; #184
1.1.0-preview5 #183 #184 #186 #187
406fd1d
No branches or pull requests
The text was updated successfully, but these errors were encountered: