Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.25 KB

File metadata and controls

25 lines (16 loc) · 1.25 KB

Windows Forms in .NET 10 Preview 5 - Release Notes

Here's a summary of what's new in Windows Forms in this preview release:

Windows Forms updates in .NET 10

Bug Fixes

Addressed various bug fixes including:

  • Fixing a regression regarding PrinterSettings.DefaultPageSettings.Color returning an incorrect value.
  • Removing false positives being returned by the WFO1000 Analyzer when analyzing properties of interfaces derived from IComponent.
  • Resolving a memory leak in the MSHTML component.
  • Addressing an InvalidOperationException in the constructor of ListViewGroupAccessibleObject

Engineering Health

  • Updated DemoConsole test application to accurately demonstrate and test usage of types in the System.Windows.Forms.Design namespace.
  • Removed deprecated .NET runtime and unnecessary package references, and conducted style cleanups to address warnings and improve code quality.