Mono 3.0 发布,跨平台 .NET 运行环境

就像我去年曾讨论的,我们将在 Mono 3.0 中使用更灵活的新版本发布过程,努力减少一些待办的工作,让大家更快的获取新功能。这意味着从现在开始,我们的“master”分支将保持稳定,而大项目的开发将采用分支的形式进行。

Mono 3.0 主要改进内容:

  • C# Async compiler
  • Unified C# compiler for all profiles
  • 4.5 Async API Profile
  • 集成微软新的开源堆栈:
    • ASP.NET MVC 4
    • ASP.NET WebPages
    • Entity Framework
    • Razor
    • System.Json (replaces our own)
  • 全新高性能垃圾收集器 (SGen - 在性能和稳定性方面都有很多提升)
  • Metric ton of runtime and class library improvements.

详情请看 release notes

原文地址:https://www.cnblogs.com/shihao/p/2734911.html