{"id":17715,"date":"2018-05-17T10:20:00","date_gmt":"2018-05-17T17:20:00","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/dotnet\/?p=17715"},"modified":"2021-09-29T16:25:38","modified_gmt":"2021-09-29T23:25:38","slug":"net-framework-may-2018-preview-of-quality-rollup-for-windows-10","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/dotnet\/net-framework-may-2018-preview-of-quality-rollup-for-windows-10\/","title":{"rendered":".NET Framework May 2018 Preview of Quality Rollup for Windows 10"},"content":{"rendered":"<p>Today, we are releasing the May 2018 Preview of Quality Rollup for Windows 10 1703 (Creators Update) and Windows 10 1607 (Anniversary Update).<\/p>\n<h2><a href=\"#quality-and-reliability\" id=\"user-content-quality-and-reliability\" class=\"anchor\"><\/a>Quality and Reliability<\/h2>\n<p>This release contains the following quality and reliability improvements.<\/p>\n<h3><a href=\"#clr\" id=\"user-content-clr\" class=\"anchor\"><\/a>CLR<\/h3>\n<ul>\n<li>Resolves an issue in deserialization when using a collection, for example, ConcurrentDictionary by ignoring casing. [524135]<\/li>\n<li>Resolves instances of high CPU usage with background garbage collection. This can be observed with the following two functions on the stack: <code>clr!*gc_heap::bgc_thread_function<\/code>, <code>ntoskrnl!KiPageFault<\/code>. Most of the CPU time is spent in the <code>ntoskrnl!ExpWaitForSpinLockExclusiveAndAcquire<\/code> function. This change updates background garbage collection to use the CLR implementation of write watch instead of the one in Windows. [574027]<\/li>\n<\/ul>\n<h3><a href=\"#networking\" id=\"user-content-networking\" class=\"anchor\"><\/a>Networking<\/h3>\n<ul>\n<li>Fixed a problem with connection limit when using HttpClient to send requests to loopback addresses. [539851]<\/li>\n<\/ul>\n<h3><a href=\"#wpf\" id=\"user-content-wpf\" class=\"anchor\"><\/a>WPF<\/h3>\n<ul>\n<li>A crash can occur during shutdown of an application that hosts WPF content in a separate AppDomain. (A notable example of this is an Office application hosting a VSTO add-in that uses WPF.) [543980]<\/li>\n<li>Addresses an issue that caused XAML Browser Applications (XBAP\u2019s) targeting .NET 3.5 to sometimes be loaded using .NET 4.x runtime incorrectly. [555344]<\/li>\n<li>A WPF application can crash due to a NullReferenceException if a Binding (or MultiBinding) used in a DataTrigger (or MultiDataTrigger) belonging to a Style (or Template, or ThemeStyle) reports a new value, but whose host element gets GC&#8217;d in a very narrow window of time during the reporting process. [562000]<\/li>\n<li>A WPF application can crash due to a spurious ElementNotAvailableException. This can arise if:\n1.Change TreeView.IsEnabled\n2.Remove an item X from the collection\n3.Re-insert the same item X back into the collection\n4.Remove one of X&#8217;s subitems Y from its collection\n(Step 4 can happen any time relative to steps 2 and 3, as long as it&#8217;s after step 1. Steps 2-4 must occur before the asynchronous call to UpdatePeer, posted by step 1; this will happen if steps 1-4 all occur in the same button-click handler.) [555225]<\/li>\n<\/ul>\n<p>Note: Additional information on these improvements is not available. The <a href=\"https:\/\/www.visualstudio.com\/team-services\/\" rel=\"nofollow\">VSTS<\/a> bug number provided with each improvement is a unique ID that you can give <a href=\"https:\/\/support.microsoft.com\/contactus\/\" rel=\"nofollow\">Microsoft Customer Support<\/a>, include in <a href=\"https:\/\/stackoverflow.com\/questions\/tagged\/.net\" rel=\"nofollow\">StackOverflow comments<\/a> or use in web searches.<\/p>\n<h2><a href=\"#getting-the-update\" id=\"user-content-getting-the-update\" class=\"anchor\"><\/a>Getting the Update<\/h2>\n<p>The Preview of Quality Rollup is available via Windows Update, Windows Server Update Services, and Microsoft Update Catalog.<\/p>\n<h3><a href=\"#microsoft-update-catalog\" id=\"user-content-microsoft-update-catalog\" class=\"anchor\"><\/a>Microsoft Update Catalog<\/h3>\n<p>You can get the update via the Microsoft Update Catalog.<\/p>\n<table>\n<thead>\n<tr>\n<th>Product Version<\/th>\n<th>Preview of Quality Rollup KB<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Windows 10 1703 (Creators Update)<\/strong><\/td>\n<td><strong><a href=\"http:\/\/www.catalog.update.microsoft.com\/Search.aspx?q=4103722\" rel=\"nofollow\">Catalog<\/a>\n<a href=\"https:\/\/support.microsoft.com\/kb\/4103722\" rel=\"nofollow\">4103722<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td>.NET Framework 4.7, 4.7.1<\/td>\n<td><a href=\"https:\/\/support.microsoft.com\/kb\/4103722\" rel=\"nofollow\">4103722<\/a><\/td>\n<\/tr>\n<tr>\n<td><strong>Windows 10 1607 (Anniversary Update)<\/strong><\/td>\n<td><strong><a href=\"http:\/\/www.catalog.update.microsoft.com\/Search.aspx?q=4103720\" rel=\"nofollow\">Catalog<\/a>\n<a href=\"https:\/\/support.microsoft.com\/kb\/4103720\" rel=\"nofollow\">4103720<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td>.NET Framework 4.6.2, 4.7, 4.7.1<\/td>\n<td><a href=\"https:\/\/support.microsoft.com\/kb\/4103720\" rel=\"nofollow\">4103720<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h3><a href=\"#previous-monthly-rollups\" id=\"user-content-previous-monthly-rollups\" class=\"anchor\"><\/a>Previous Monthly Rollups<\/h3>\n<p>The last few .NET Framework Monthly updates are listed below for your convenience:<\/p>\n<ul>\n<li><a href=\"https:\/\/blogs.msdn.microsoft.com\/dotnet\/2018\/05\/15\/net-framework-may-2018-preview-of-quality-rollup\/\">May 2018 Preview of Quality Rollup<\/a><\/li>\n<li><a href=\"https:\/\/blogs.msdn.microsoft.com\/dotnet\/2018\/05\/08\/net-framework-may-2018-security-and-quality-rollup\/\" rel=\"nofollow\">May 2018 Security and Quality Rollup<\/a><\/li>\n<li><a href=\"https:\/\/blogs.msdn.microsoft.com\/dotnet\/2018\/02\/13\/net-framework-february-2018-security-and-quality-rollup\/\" rel=\"nofollow\">February 2018 Security and Quality Rollup<\/a><\/li>\n<li><a href=\"https:\/\/blogs.msdn.microsoft.com\/dotnet\/2018\/01\/26\/january-2018-preview-of-quality-rollup\/\" rel=\"nofollow\">January 2018 Preview of Quality Rollup<\/a><\/li>\n<li><a href=\"https:\/\/blogs.msdn.microsoft.com\/dotnet\/2018\/01\/09\/net-framework-january-2018-security-and-quality-rollup\/\" rel=\"nofollow\">January 2018 Security and Quality Rollup<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Today, we are releasing the May 2018 Preview of Quality Rollup for Windows 10 1703 (Creators Update) and Windows 10 1607 (Anniversary Update). Quality and Reliability This release contains the following quality and reliability improvements. CLR Resolves an issue in deserialization when using a collection, for example, ConcurrentDictionary by ignoring casing. [524135] Resolves instances of [&hellip;]<\/p>\n","protected":false},"author":369,"featured_media":58792,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[685],"tags":[],"class_list":["post-17715","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dotnet"],"acf":[],"blog_post_summary":"<p>Today, we are releasing the May 2018 Preview of Quality Rollup for Windows 10 1703 (Creators Update) and Windows 10 1607 (Anniversary Update). Quality and Reliability This release contains the following quality and reliability improvements. CLR Resolves an issue in deserialization when using a collection, for example, ConcurrentDictionary by ignoring casing. [524135] Resolves instances of [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts\/17715","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/users\/369"}],"replies":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/comments?post=17715"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts\/17715\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/media\/58792"}],"wp:attachment":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/media?parent=17715"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/categories?post=17715"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/tags?post=17715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}