.NET Framework May 2018 Preview of Quality Rollup for Windows 10 April 2018 Update (version 1803)

Tara Overfield

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, for example, ConcurrentDictionary by ignoring casing. [524135]
  • Removes case where floating-point overflow occurs in the thread pool’s hill climbing algorithm. [568704]
  • Resolves instances of high CPU usage with background garbage collection. This can be observed with the following two functions on the stack: clr!*gc_heap::bgc_thread_function, ntoskrnl!KiPageFault. Most of the CPU time is spent in the ntoskrnl!ExpWaitForSpinLockExclusiveAndAcquire function. This change updates background garbage collection to use the CLR implementation of write watch instead of the one in Windows. [574027]
  • Floating-point overflow in the thread pool’s hill climbing algorithm. [569602]

WPF

  • 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]
  • Addresses an issue that caused XAML Browser Applications (XBAP’s) targeting .NET 3.5 to sometimes be loaded using .NET 4.x runtime incorrectly. [555344]
  • 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’d in a very narrow window of time during the reporting process. [562000]
  • A WPF application can crash due to a spurious ElementNotAvailableException. This can arise if: 1.Change TreeView.IsEnabled 2.Remove an item X from the collection 3.Re-insert the same item X back into the collection 4.Remove one of X’s subitems Y from its collection (Step 4 can happen any time relative to steps 2 and 3, as long as it’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]
  • In certain .NET applications, timing issues in the finalizer thread could potentially cause exceptions during AppDomain or process shutdown. [606469]
  • Corrects issue with WPF application where you are trying to input Japense characters via IME pad [515186]
  • ComboBox grouped items now report children correctly via UIAutomation [504282]

Note: Additional information on these improvements is not available. The VSTS bug number provided with each improvement is a unique ID that you can give Microsoft Customer Support, include in StackOverflow comments or use in web searches.

Getting the Update

The Security and Quality Rollup is available via Windows Update, Windows Server Update Services, and Microsoft Update Catalog.

Microsoft Update Catalog

You can get the update via the Microsoft Update Catalog.

Product Version Preview of Quality Rollup KB
Windows 10 April 2018 Update (version 1803) Catalog 4100403
.NET Framework 4.7.2 4100403

Previous Monthly Rollups

The last few .NET Framework Monthly updates are listed below for your convenience:

0 comments

Discussion is closed.

Feedback usabilla icon