为什么 Reflector 版本 7 会产生这样的错误 Linq 代码

发布于 2024-12-03 11:16:36 字数 1459 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

很酷不放纵 2024-12-10 11:16:36

如果出现问题,请尝试将“优化”设置调低至 .NET 2.0。然后将强制显示显式 .Select(...) 等。这应该会生成正确的 C#,但没有 LINQ 样式。

但请注意,它也可能会反转明显的调用顺序,因为它可能会使用显式扩展方法表示。不过,无论哪种方式,代码都应该是等效的。

If it is problematic, try cranking down the "Optimisation" setting to, say, .NET 2.0. This will then be forced to display the explicit .Select(...) etc. This should produce correct C#, but without the LINQ style.

Note, however, that it may also reverse the apparent call-order, since it will probably use explicit extension-method representation. The code should be equivalent either way, though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文