|
2 | 2 |
|
3 | 3 | Here's a summary of what's new in Windows Forms in this preview release: |
4 | 4 |
|
5 | | -- [Feature](#feature) |
| 5 | +* [Features and Enhancements](#features-and-enhancements) |
| 6 | +* [Bug Fixes](#bug-fixes) |
| 7 | +* [Infrastructure and Tooling](#infrastructure-and-tooling) |
| 8 | +* [Localization and Documentation](#localization-and-documentation) |
6 | 9 |
|
7 | 10 | ## Windows Forms updates in .NET 10 |
8 | 11 |
|
9 | | -- [What's new in Windows Forms in .NET 10](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100) documentation. |
10 | | -- [Issues List for Windows Forms in .NET 10 Preview 2](https://github.com/dotnet/winforms/issues?q=is%3Aissue%20milestone%3A%2210.0%20Preview2%22%20) |
| 12 | +* [What's new in Windows Forms in .NET 10](https://learn.microsoft.com/dotnet/desktop/winforms/whats-new/net100) documentation. |
| 13 | +* [Issues List for Windows Forms in .NET 10 Preview 4](https://github.com/dotnet/winforms/issues?q=is%3Aclosed+milestone%3A%2210.0+Preview4%22) |
11 | 14 |
|
12 | | -## Feature |
| 15 | +--- |
13 | 16 |
|
14 | | -Something about the feature |
| 17 | +## Features and Enhancements |
| 18 | + |
| 19 | +**Shared Core Clipboard Functionality with WPF** - |
| 20 | +Introduced shared functionality with WPF by moving reusable code into a common library for better code maintainability. |
| 21 | + |
| 22 | +[Share System.Private.Windows.Core with WPF](https://github.com/dotnet/winforms/issues/12179). |
| 23 | + |
| 24 | +**Improved Test Coverage** - |
| 25 | +Numerous unit tests were added to improve reliability and ensure comprehensive coverage across components. |
| 26 | +[New Unit Tests](https://github.com/dotnet/winforms/issues?q=is%3Aclosed%20milestone%3A%2210.0%20Preview4%22%20label%3A%22area-test%20coverage%22) |
| 27 | + |
| 28 | + |
| 29 | +## Bug Fixes |
| 30 | + |
| 31 | +* [Fix a series of Analyzer issues.](https://github.com/dotnet/winforms/pull/13333) |
| 32 | + |
| 33 | +* [Fix #13305 Baseline SnapLines disappear in the derived ControlDesigners](https://github.com/dotnet/winforms/pull/13324) |
| 34 | + |
| 35 | +* [InvalidOperationException when dialog containing focused DataGridView is closed](https://github.com/dotnet/winforms/pull/13320) (Fixes #13319) |
| 36 | + |
| 37 | +* [Property grid entry for ShortCut keys should not be up/down scrollable](https://github.com/dotnet/winforms/pull/13280) (Fixes #13279) |
| 38 | +* [Ignore case for DESC and ASC in BindingSource.Sort](https://github.com/dotnet/winforms/pull/13283) (Fixes #13278) |
| 39 | + |
| 40 | +## Infrastructure and Tooling |
| 41 | + |
| 42 | +**Enhanced GitHub Workflow Automation** - |
| 43 | +Onboarded to a new issue-labeling system based on GitHub workflows to improve automation and self-service capabilities. |
| 44 | +[Onboard to the GitHub workflow-based issue-labeler](https://github.com/dotnet/winforms/pull/13101). |
| 45 | + |
| 46 | +## Localization and Documentation |
| 47 | + |
| 48 | +**Translation Updates** - |
| 49 | +Reviewed and corrected translations, including fixing the French translation of "(none)." |
| 50 | +[Correct translation for "(none)" in French](https://github.com/dotnet/winforms/pull/13162). |
| 51 | + |
| 52 | +--- |
| 53 | + |
| 54 | +For the full list of updates, visit the **[10.0 Preview 4 milestone](https://github.com/dotnet/winforms/issues?q=is%3Aclosed+milestone%3A%2210.0+Preview4%22).** |
0 commit comments