Skip to content

Commit 4359103

Browse files
author
Cam Soper
authored
Misc Breaking Changes (#44712)
* Fixes 44172 * build fix
1 parent bc32fc0 commit 4359103

File tree

5 files changed

+4
-41
lines changed

5 files changed

+4
-41
lines changed

.openpublishing.redirection.core.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,10 @@
342342
"source_path_from_root": "/docs/core/compatibility/windows-forms/8.0/anchor-layout.md",
343343
"redirect_url": "/dotnet/core/compatibility/8.0"
344344
},
345+
{
346+
"source_path_from_root": "/docs/core/compatibility/windows-forms/9.0/statusstrip-renderer.md",
347+
"redirect_url": "/dotnet/core/compatibility/9.0"
348+
},
345349
{
346350
"source_path_from_root": "/docs/core/deploying/applications.md",
347351
"redirect_url": "/dotnet/core/deploying/index"

docs/core/compatibility/9.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ If you're migrating an app to .NET 9, the breaking changes listed here might aff
129129
| [New security analyzers](windows-forms/9.0/security-analyzers.md) | Source incompatible | RC 1 |
130130
| [No exception if DataGridView is null](windows-forms/9.0/datagridviewheadercell-nre.md) | Behavioral change | Preview 1 |
131131
| [PictureBox raises HttpClient exceptions](windows-forms/9.0/httpclient-exceptions.md) | Behavioral change | Preview 6 |
132-
| [StatusStrip uses a different default renderer](windows-forms/9.0/statusstrip-renderer.md) | Behavioral change | GA |
133132

134133
## WPF
135134

docs/core/compatibility/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ items:
182182
href: windows-forms/9.0/datagridviewheadercell-nre.md
183183
- name: PictureBox raises HttpClient exceptions
184184
href: windows-forms/9.0/httpclient-exceptions.md
185-
- name: StatusStrip uses different default renderer
186-
href: windows-forms/9.0/statusstrip-renderer.md
187185
- name: WPF
188186
items:
189187
- name: "'GetXmlNamespaceMaps' type change"

docs/core/compatibility/windows-forms/9.0/statusstrip-renderer.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

docs/whats-new/dotnet-docs-mod0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ Welcome to what's new in the .NET docs for December 2024. This article lists som
1818
- [Legacy Mono and Emscripten JavaScript APIs not exported to global namespace](../core/compatibility/aspnet-core/9.0/legacy-apis.md)
1919
- [New version of some OOB packages](../core/compatibility/core-libraries/9.0/oob-packages.md)
2020
- [Nullable JsonDocument properties deserialize to JsonValueKind.Null](../core/compatibility/serialization/9.0/jsondocument-props.md)
21-
- [System.Windows.Forms.StatusStrip uses a different default renderer](../core/compatibility/windows-forms/9.0/statusstrip-renderer.md)
2221

2322
## AI in .NET
2423

0 commit comments

Comments
 (0)