Skip to content

Commit 7b531ec

Browse files
committed
.NET Framework 4.6 May 2017 Preview Quality Update
1 parent a5bddcd commit 7b531ec

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

releases/net46/dotnet46-changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
.NET Framework release notes describe product improvements grouped by product area. Each change includes a Microsoft-internal VSTS bug number, which acts as a useful unique ID for each change (can be used to report issues or when calling Microsoft Support).
55

6+
Post-release servicing updates are also included, appended to the end of each product area. The following servicing updates have been included:
7+
8+
- [May 2017](https://blogs.msdn.com/dotnet)
9+
610
## ASP.NET
711

812
* State Service startup type is correctly persisted. [1038077]
@@ -145,6 +149,7 @@
145149
* Fixed the size of Vector<T>. [1020874]
146150
* System.Drawing.Icon.ToBitmap() supports PNG framed icons. [1084802]
147151
* Uri constructor doesn't throw ArgumentOutOfRangeException when parsing certain URIs with escaped international characters. [1173958]
152+
* When using RSACng (or another class which directly or indirectly uses RSACng) to perform encryption using RSAEncryptionPadding.Pkcs1 when the private key is stored on a smartcard (or other hardware security module) an exception of System.Security.Cryptography.CryptographicException: The parameter is incorrect. at System.Security.Cryptography.NCryptNative.DecryptData[T](SafeNCryptKeyHandle key, Byte[] data, T& paddingInfo, AsymmetricPaddingMode paddingMode, NCryptDecryptor`1 decryptor) [299303] [Added: May 2017]
148153

149154
## CLR
150155

@@ -280,3 +285,4 @@
280285
* Window chrome doesn't turn black on maximize with GlassFrameThickness -1. [1176703]
281286
* Improved RichTextBox typing performance on low-end GPUs. [1177602]
282287
* Applications continue to promote touch events to click after digitizer is removed and reconnected while touching the digitizer. [1186170]
288+
* A WPF application with a virtualizing list control (ListBox, DataGrid, TreeView, etc.) can encounter an ArgumentNullException when scrolling to an item whose size has substantially decreased since the last time it was re-virtualized. [273803, 282662, 282664, 367282, 367285] [Added: May 2017]

0 commit comments

Comments
 (0)