.NET 9.0.6
Bug Fixes
-
Fix InvalidOperationException when closing a dialog with a focused DataGridView control
Resolves an issue where closing a dialog that had a DataGridView control focused could throw anInvalidOperationException
. This fix ensures dialogs close smoothly without unexpected errors, improving application stability.
#13348 -
Fix false-positive WinForms Analyzer diagnostics
Addresses a problem where the WinForms Analyzer was incorrectly flagging valid code as problematic. This update reduces noise from false-positive diagnostics, making it easier for developers to identify real issues.
#13411 -
Fix incorrect Color value in PageSettings
Corrects an issue where theColor
value inPageSettings
was not set or retrieved properly. This ensures that page color settings behave as expected during printing or preview scenarios.
#13389 -
Fix PropertyGrid not updating property list with RefreshProperties.All
Resolves a regression where changing properties withRefreshProperties.All
did not requery and update the property list in the PropertyGrid in .NET 9 (worked in .NET 8). This fix restores expected PropertyGrid behavior for dynamic property updates.
#13356 -
Fix Baseline SnapLines not appearing in DesignSurface
Addresses an issue where Baseline SnapLines were missing in the DesignSurface, making it difficult to align controls visually during design-time. This fix restores the visual alignment aids for improved designer usability.
#13349
Dependency Updates
- Update dependencies from dotnet/arcade
Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring the project benefits from the latest improvements, bug fixes, and security updates in the build tooling.
#13380
#13414
#13418
Miscellaneous
-
Update branding to 9.0.6
Updates the version branding throughout the repository to reflect the 9.0.6 release, ensuring consistency in versioning and release identification.
#13424 -
Merge internal commits for release/9.0
Incorporates various internal commits into the release/9.0 branch, ensuring the latest internal changes and improvements are included in this release.
#13452
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: v9.0.5...v9.0.6