renran421 发表于 2016-10-26 10:15:05

.NET Framework 4.6.2 发布

欢迎加入运维网交流群:263444886  http://onexin.iyunv.com/source/plugin/onexin_bigdata/https://my.oschina.net/img/hot3.png
  .NET Framework 4.6.2 发布了,.NET Framework是微软公司继 Windows DNA 之后的新开发平台。.NET Framework 是以一种采用系统虚拟机运行的编程平台,以通用語言運行時(Common Language Runtime)为基础,支持多种语言(C#、VB.NET、C++、Python等)的开发。
  本次发布包括一些问题修复和改进,具体如下:
  网络方面

[*]  Fixed a crash with Null Reference in PinnableBufferCache.Free.
[*]  Fix in bulletin MS16-065.
[*]  Added CNG certificate support to NCL code in System.dll.
[*]  An AccessViolationException gets thrown in HttpListenerRequest.GetTlsTokenBindingRequestInfo() if the RequestBufferof the HttpListenerRequest has been moved by the garbage collector. This AccessViolation is caused by the fact that HttpListenerRequest is dereferencing a pointer inside RequestBuffer, without adjusting the pointer address the way other HttpListenerRequest methods do. This is now fixed.
  ASP.NET

[*]  Fixed deadlock in AspNetSynchronizationContext
[*]  Add support for sorting Model binding items by nested property names
[*]  Fix Unhandled non-serializable exceptions in ASP.NET
[*]  Fixed Non-interlocked update/read of 64-bit variable leads to wrong behavior.
[*]
  Since .NET 4.5 ASP.NET cache reports invalid>
[*]  Fixed client side project compilation failure
[*]  Fixed an issue with missing ".NET Memory Cache 4.0" performance counter
[*]  Improve error message localization for DataAnnotationValidiation in ASP.NET model binding and Dynamic data.
[*]  Enable customers using the Session State Store Providers with task returning methods.
[*]  Enabling task returning methods to be used with the OutputCache Providers, to allow ASP.Net customers to get the scalability benefits ofasync.
  工作流

[*]  Workflow designer now supports “prepared for update” dynamic update XAML
[*]  Fixed a FIPS compliance issue when using workflow tracking in WF3.
[*]  Added Workflow/System.Messaging/System.Transactions Telemetry.
[*]  Fixed transaction failure for SQLCLR usage of System.Transactions topromote a local SQL transaction to a distributed transaction.
  完整改进记录,可点击这里查看。
  API改进记录,可点击这里查看。
页: [1]
查看完整版本: .NET Framework 4.6.2 发布