Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .openpublishing.redirection.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,10 @@
"source_path_from_root": "/docs/core/compatibility/windows-forms/8.0/anchor-layout.md",
"redirect_url": "/dotnet/core/compatibility/8.0"
},
{
"source_path_from_root": "/docs/core/compatibility/windows-forms/9.0/statusstrip-renderer.md",
"redirect_url": "/dotnet/core/compatibility/9.0"
},
{
"source_path_from_root": "/docs/core/deploying/applications.md",
"redirect_url": "/dotnet/core/deploying/index"
Expand Down
1 change: 0 additions & 1 deletion docs/core/compatibility/9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ If you're migrating an app to .NET 9, the breaking changes listed here might aff
| [New security analyzers](windows-forms/9.0/security-analyzers.md) | Source incompatible | RC 1 |
| [No exception if DataGridView is null](windows-forms/9.0/datagridviewheadercell-nre.md) | Behavioral change | Preview 1 |
| [PictureBox raises HttpClient exceptions](windows-forms/9.0/httpclient-exceptions.md) | Behavioral change | Preview 6 |
| [StatusStrip uses a different default renderer](windows-forms/9.0/statusstrip-renderer.md) | Behavioral change | GA |

## WPF

Expand Down
2 changes: 0 additions & 2 deletions docs/core/compatibility/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ items:
href: windows-forms/9.0/datagridviewheadercell-nre.md
- name: PictureBox raises HttpClient exceptions
href: windows-forms/9.0/httpclient-exceptions.md
- name: StatusStrip uses different default renderer
href: windows-forms/9.0/statusstrip-renderer.md
- name: WPF
items:
- name: "'GetXmlNamespaceMaps' type change"
Expand Down

This file was deleted.

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

## .NET fundamentals

Expand Down