为什么 Sharpdevelop 已经有 .net 4.5 版本了?
请参阅此链接: http://build.sharpdevelop.net/buildartefacts/#SD45
i您认为他们还没有发布 .net 4.5,是吗?
please see this link: http://build.sharpdevelop.net/buildartefacts/#SD45
i don't think they have published .net 4.5 yet, have they?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这只是一个准备中的分支,以便我们一获得 .NET 4.5 位就可以开始使用(我认为 Build 会议上将会发布 beta 版本)。
但目前,该分支尚未使用 .NET 4.5;它与 4.2 相同(版本号除外)。
4.2 分支已提供对代码完成的
async
/await
支持。That's just a branch in preparation so that we can get started as soon as we get the .NET 4.5 bits (I think that there will be a beta release published at the Build conference).
But at the moment, that branch is not using .NET 4.5 yet; it's identical to 4.2 (except for the version number).
async
/await
support for code completion is already on the 4.2 branch.如果我必须猜测,这将指的是异步 CTP 中的语言更改 (
async
/await
),即 可从 Microsoft 下载。不过,最好问他们。If I had to guess, this would refer to the language changes (
async
/await
) in the async CTP, which is available for download from Microsoft. However, it would be better to ask them.