Skip to content

[UUF] Delete irrelevant breaking change #44443

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 30, 2025
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 @@ -338,6 +338,10 @@
"redirect_url": "/dotnet/core/compatibility/sdk/5.0/sdk-and-target-framework-change",
"redirect_document_id": true
},
{
"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/deploying/applications.md",
"redirect_url": "/dotnet/core/deploying/index"
Expand Down
1 change: 0 additions & 1 deletion docs/core/compatibility/8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ If you're migrating an app to .NET 8, the breaking changes listed here might aff

| Title | Type of change |
| -------------------------------------------------------------------------------------------------------- | ------------------- |
| [Anchor layout changes](windows-forms/8.0/anchor-layout.md) | Behavioral change |
| [Certs checked before loading remote images in PictureBox](windows-forms/8.0/picturebox-remote-image.md) | Behavioral change |
| [DateTimePicker.Text is empty string](windows-forms/8.0/datetimepicker-text.md) | Behavioral change |
| [DefaultValueAttribute removed from some properties](windows-forms/8.0/defaultvalueattribute-removal.md) | Behavioral change |
Expand Down
4 changes: 0 additions & 4 deletions docs/core/compatibility/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,6 @@ items:
href: serialization/8.0/metadata-resolving.md
- name: Windows Forms
items:
- name: Anchor layout changes
href: windows-forms/8.0/anchor-layout.md
- name: Certs checked before loading remote images in PictureBox
href: windows-forms/8.0/picturebox-remote-image.md
- name: DateTimePicker.Text is empty string
Expand Down Expand Up @@ -2069,8 +2067,6 @@ items:
- name: StatusStrip uses different default renderer
- name: .NET 8
items:
- name: Anchor layout changes
href: windows-forms/8.0/anchor-layout.md
- name: Certs checked before loading remote images in PictureBox
href: windows-forms/8.0/picturebox-remote-image.md
- name: DateTimePicker.Text is empty string
Expand Down
62 changes: 0 additions & 62 deletions docs/core/compatibility/windows-forms/8.0/anchor-layout.md

This file was deleted.

Loading