{"id":17815,"date":"2018-05-23T18:49:57","date_gmt":"2018-05-24T01:49:57","guid":{"rendered":"https:\/\/blogs.msdn.microsoft.com\/dotnet\/?p=17815"},"modified":"2021-09-29T16:25:27","modified_gmt":"2021-09-29T23:25:27","slug":"net-framework-may-2018-preview-of-quality-rollup-for-windows-10-april-2018-update-version-1803","status":"publish","type":"post","link":"https:\/\/devblogs.microsoft.com\/dotnet\/net-framework-may-2018-preview-of-quality-rollup-for-windows-10-april-2018-update-version-1803\/","title":{"rendered":".NET Framework May 2018 Preview of Quality Rollup for Windows 10 April 2018 Update (version 1803)"},"content":{"rendered":"<p>Today, we are releasing the May 2018 Preview of Quality Rollup for Windows 10 April 2018 Update (version 1803).<\/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 WindowsIdentity.Impersonate where handles were not being explicitly cleaned up. [581052]<\/li>\n<li>Resolves an issue in deserialization when using a collection, for example, ConcurrentDictionary by ignoring casing. [524135]<\/li>\n<li>Removes case where floating-point overflow occurs in the thread pool\u2019s hill climbing algorithm. [568704]<\/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<li>Floating-point overflow in the thread pool\u2019s hill climbing algorithm. [569602]<\/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<li>In certain .NET applications, timing issues in the finalizer thread could potentially cause exceptions during AppDomain or process shutdown. [606469]<\/li>\n<li>Corrects issue with WPF application where you are trying to input Japense characters via IME pad [515186]<\/li>\n<li>ComboBox grouped items now report children correctly via UIAutomation [504282]<\/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 Security and 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 April 2018 Update (version 1803)<\/strong><\/td>\n<td><strong><a href=\"http:\/\/www.catalog.update.microsoft.com\/Search.aspx?q=4100403\" rel=\"nofollow\">Catalog<\/a>\n<a href=\"https:\/\/support.microsoft.com\/kb\/4100403\" rel=\"nofollow\">4100403<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td>.NET Framework 4.7.2<\/td>\n<td><a href=\"https:\/\/support.microsoft.com\/kb\/4100403\" rel=\"nofollow\">4100403<\/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\/17\/net-framework-may-2018-preview-of-quality-rollup-for-Windows-10\/\" rel=\"nofollow\">May 2018 Preview of Quality Rollup for Windows 10<\/a><\/li>\n<li><a href=\"https:\/\/blogs.msdn.microsoft.com\/dotnet\/2018\/05\/15\/net-framework-may-2018-preview-of-quality-rollup\/\" rel=\"nofollow\">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<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Today, we are releasing the May 2018 Preview of Quality Rollup for Windows 10 April 2018 Update (version 1803). Quality and Reliability This release contains the following quality and reliability improvements. CLR Resolves an issue in WindowsIdentity.Impersonate where handles were not being explicitly cleaned up. [581052] Resolves an issue in deserialization when using a collection, [&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-17815","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 April 2018 Update (version 1803). Quality and Reliability This release contains the following quality and reliability improvements. CLR Resolves an issue in WindowsIdentity.Impersonate where handles were not being explicitly cleaned up. [581052] Resolves an issue in deserialization when using a collection, [&hellip;]<\/p>\n","_links":{"self":[{"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts\/17815","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=17815"}],"version-history":[{"count":0,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/posts\/17815\/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=17815"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/categories?post=17815"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devblogs.microsoft.com\/dotnet\/wp-json\/wp\/v2\/tags?post=17815"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}