|
2 | 2 | title: Breaking changes in .NET 9
|
3 | 3 | titleSuffix: ""
|
4 | 4 | description: Navigate to the breaking changes in .NET 9.
|
5 |
| -ms.date: 08/05/2024 |
| 5 | +ms.date: 12/19/2024 |
6 | 6 | no-loc: [Blazor, Razor, Kestrel]
|
7 | 7 | ---
|
8 | 8 | # Breaking changes in .NET 9
|
@@ -117,16 +117,17 @@ If you're migrating an app to .NET 9, the breaking changes listed here might aff
|
117 | 117 |
|
118 | 118 | ## Windows Forms
|
119 | 119 |
|
120 |
| -| Title | Type of change | Introduced version | |
121 |
| -|-----------------------------------------------------------------------------------------|---------------------|--------------------| |
122 |
| -| [BindingSource.SortDescriptions doesn't return null](windows-forms/9.0/sortdescriptions-return-value.md) | Behavioral change | Preview 1 | |
123 |
| -| [Changes to nullability annotations](windows-forms/9.0/nullability-changes.md) | Source incompatible | Preview 1 | |
124 |
| -| [ComponentDesigner.Initialize throws ArgumentNullException](windows-forms/9.0/componentdesigner-initialize.md) | Behavioral change | Preview 1 | |
125 |
| -| [DataGridViewRowAccessibleObject.Name starting row index](windows-forms/9.0/datagridviewrowaccessibleobject-name-row.md) | Behavioral change | Preview 1 | |
126 |
| -| [IMsoComponent support is opt-in](windows-forms/9.0/imsocomponent-support.md) | Behavioral change | Preview 2 | |
127 |
| -| [New security analyzers](windows-forms/9.0/security-analyzers.md) | Source incompatible | RC 1 | |
128 |
| -| [No exception if DataGridView is null](windows-forms/9.0/datagridviewheadercell-nre.md) | Behavioral change | Preview 1 | |
129 |
| -| [PictureBox raises HttpClient exceptions](windows-forms/9.0/httpclient-exceptions.md) | Behavioral change | Preview 6 | |
| 120 | +| Title | Type of change | Introduced version | |
| 121 | +|--------------------------------------------------------------------------------------------------------------------------|---------------------|--------------------| |
| 122 | +| [BindingSource.SortDescriptions doesn't return null](windows-forms/9.0/sortdescriptions-return-value.md) | Behavioral change | Preview 1 | |
| 123 | +| [Changes to nullability annotations](windows-forms/9.0/nullability-changes.md) | Source incompatible | Preview 1 | |
| 124 | +| [ComponentDesigner.Initialize throws ArgumentNullException](windows-forms/9.0/componentdesigner-initialize.md) | Behavioral change | Preview 1 | |
| 125 | +| [DataGridViewRowAccessibleObject.Name starting row index](windows-forms/9.0/datagridviewrowaccessibleobject-name-row.md) | Behavioral change | Preview 1 | |
| 126 | +| [IMsoComponent support is opt-in](windows-forms/9.0/imsocomponent-support.md) | Behavioral change | Preview 2 | |
| 127 | +| [New security analyzers](windows-forms/9.0/security-analyzers.md) | Source incompatible | RC 1 | |
| 128 | +| [No exception if DataGridView is null](windows-forms/9.0/datagridviewheadercell-nre.md) | Behavioral change | Preview 1 | |
| 129 | +| [PictureBox raises HttpClient exceptions](windows-forms/9.0/httpclient-exceptions.md) | Behavioral change | Preview 6 | |
| 130 | +| [StatusStrip uses a different default renderer](windows-forms/9.0/statusstrip-renderer.md) | Behavioral change | GA | |
130 | 131 |
|
131 | 132 | ## WPF
|
132 | 133 |
|
|
0 commit comments