Skip to content

Monthly chores: Delete orphaned articles #47042

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 5 commits into from
Jul 1, 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
36 changes: 36 additions & 0 deletions .openpublishing.redirection.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
"source_path_from_root": "/docs/core/compatibility/aspnet-core/7.0/iendpointmetadataprovider-changes.md",
"redirect_url": "/dotnet/core/compatibility/7.0"
},
{
"source_path_from_root": "/docs/core/compatibility/aspnetcore.md",
"redirect_url": "/dotnet/core/compatibility/3.0"
},
{
"source_path_from_root": "/docs/core/compatibility/code-analysis.md",
"redirect_url": "/dotnet/core/compatibility/code-analysis/5.0/ca1416-platform-compatibility-analyzer"
Expand Down Expand Up @@ -109,6 +113,14 @@
"source_path_from_root": "/docs/core/compatibility/core-libraries/8.0/optimizeforreading-arg.md",
"redirect_url": "/dotnet/core/compatibility/8.0"
},
{
"source_path_from_root": "/docs/core/compatibility/corefx.md",
"redirect_url": "/dotnet/core/compatibility/3.0"
},
{
"source_path_from_root": "/docs/core/compatibility/cryptography.md",
"redirect_url": "/dotnet/core/compatibility/3.0"
},
{
"source_path_from_root": "/docs/core/compatibility/deployment/9.0/assembly-load-directory.md",
"redirect_url": "/dotnet/core/compatibility/9.0"
Expand All @@ -121,6 +133,10 @@
"source_path_from_root": "/docs/core/compatibility/framework-core.md",
"redirect_url": "/dotnet/core/compatibility/fx-core"
},
{
"source_path_from_root": "/docs/core/compatibility/globalization.md",
"redirect_url": "/dotnet/core/compatibility/3.0"
},
{
"source_path_from_root": "/docs/core/compatibility/index.md",
"redirect_url": "/dotnet/core/compatibility/library-change-rules",
Expand All @@ -130,6 +146,10 @@
"source_path_from_root": "/docs/core/compatibility/interop.md",
"redirect_url": "/dotnet/core/compatibility/interop/5.0/built-in-support-for-winrt-removed"
},
{
"source_path_from_root": "/docs/core/compatibility/msbuild.md",
"redirect_url": "/dotnet/core/compatibility/3.0"
},
{
"source_path_from_root": "/docs/core/compatibility/msbuild/5.0/directory-packages-props-imported-by-default.md",
"redirect_url": "/dotnet/core/compatibility/sdk/5.0/directory-packages-props-imported-by-default",
Expand All @@ -155,6 +175,10 @@
"redirect_url": "/dotnet/core/compatibility/sdk/6.0/gettargetframeworkproperties-and-getnearesttargetframework-removed",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/core/compatibility/networking.md",
"redirect_url": "/dotnet/core/compatibility/3.0"
},
{
"source_path_from_root": "/docs/core/compatibility/networking/7.0/connectasync-argumentexception.md",
"redirect_url": "/dotnet/core/compatibility/7.0"
Expand Down Expand Up @@ -332,6 +356,10 @@
"source_path_from_root": "/docs/core/compatibility/syslib0012.md",
"redirect_url": "/dotnet/fundamentals/syslib-diagnostics/syslib0012"
},
{
"source_path_from_root": "/docs/core/compatibility/visualbasic.md",
"redirect_url": "/dotnet/core/compatibility/3.0"
},
{
"source_path_from_root": "/docs/core/compatibility/windows-forms/5.0/automatically-infer-winexe-output-type.md",
"redirect_url": "/dotnet/core/compatibility/sdk/5.0/automatically-infer-winexe-output-type",
Expand All @@ -346,6 +374,14 @@
"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/winforms.md",
"redirect_url": "/dotnet/core/compatibility/3.0"
},
{
"source_path_from_root": "/docs/core/compatibility/wpf.md",
"redirect_url": "/dotnet/core/compatibility/3.0"
},
{
"source_path_from_root": "/docs/core/deploying/applications.md",
"redirect_url": "/dotnet/core/deploying/index"
Expand Down
2 changes: 1 addition & 1 deletion docs/core/compatibility/2.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ms.date: 02/19/2020
---
# Breaking changes in .NET Core 2.1

If you're migrating to version 2.1 of .NET Core, the breaking changes listed in this article may affect your app.
If you're migrating to version 2.1 of .NET Core, the breaking changes listed in this article might affect your app.

## Core .NET libraries

Expand Down
65 changes: 64 additions & 1 deletion docs/core/compatibility/3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.custom: linux-related-content
---
# Breaking changes in .NET Core 3.0

If you're migrating to version 3.0 of .NET Core, ASP.NET Core, or EF Core, the breaking changes listed in this article may affect your app.
If you're migrating to version 3.0 of .NET Core, ASP.NET Core, or EF Core, the breaking changes listed in this article might affect your app.

## ASP.NET Core

Expand Down Expand Up @@ -380,6 +380,69 @@ If you're migrating to version 3.0 of .NET Core, ASP.NET Core, or EF Core, the b

***

## Windows Forms

- [Control.DefaultFont changed to Segoe UI 9 pt](#default-control-font-changed-to-segoe-ui-9-pt)
- [Modernization of the FolderBrowserDialog](#modernization-of-the-folderbrowserdialog)
- [SerializableAttribute removed from some Windows Forms types](#serializableattribute-removed-from-some-windows-forms-types)
- [AllowUpdateChildControlIndexForTabControls compatibility switch not supported](#allowupdatechildcontrolindexfortabcontrols-compatibility-switch-not-supported)
- [DomainUpDown.UseLegacyScrolling compatibility switch not supported](#domainupdownuselegacyscrolling-compatibility-switch-not-supported)
- [DoNotLoadLatestRichEditControl compatibility switch not supported](#donotloadlatestricheditcontrol-compatibility-switch-not-supported)
- [DoNotSupportSelectAllShortcutInMultilineTextBox compatibility switch not supported](#donotsupportselectallshortcutinmultilinetextbox-compatibility-switch-not-supported)
- [DontSupportReentrantFilterMessage compatibility switch not supported](#dontsupportreentrantfiltermessage-compatibility-switch-not-supported)
- [EnableVisualStyleValidation compatibility switch not supported](#enablevisualstylevalidation-compatibility-switch-not-supported)
- [UseLegacyContextMenuStripSourceControlValue compatibility switch not supported](#uselegacycontextmenustripsourcecontrolvalue-compatibility-switch-not-supported)
- [UseLegacyImages compatibility switch not supported](#uselegacyimages-compatibility-switch-not-supported)
- [About and SplashScreen templates are broken for Visual Basic](#about-and-splashscreen-templates-are-broken)

[!INCLUDE[Control.DefaultFont changed to Segoe UI 9pt](~/includes/core-changes/windowsforms/3.0/control-defaultfont-changed.md)]

***

[!INCLUDE[Modernization of the FolderBrowserDialog](~/includes/core-changes/windowsforms/3.0/modernized-folderbrowserdialog.md)]

***

[!INCLUDE[SerializableAttribute removed from some Windows Forms types](~/includes/core-changes/windowsforms/3.0/remove-serializationattribute.md)]

***

[!INCLUDE[Switch.System.Windows.Forms.AllowUpdateChildControlIndexForTabControls compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-allowupdatechildcontrolindexfortabcontrols.md)]

***

[!INCLUDE[Switch.System.Windows.Forms.DomainUpDown.UseLegacyScrolling compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-uselegacyscrolling.md)]

***

[!INCLUDE[Switch.System.Windows.Forms.DoNotLoadLatestRichEditControl compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-donotloadlatestricheditcontrol.md)]

***

[!INCLUDE[Switch.System.Windows.Forms.DoNotSupportSelectAllShortcutInMultilineTextBox compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-donotsupportselectallshortcutinmultilinetextbox.md)]

***

[!INCLUDE[Switch.System.Windows.Forms.DontSupportReentrantFilterMessage compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-dontsupportreentrantfiltermessage.md)]

***

[!INCLUDE[Switch.System.Windows.Forms.EnableVisualStyleValidation compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-enablevisualstylevalidation.md)]

***

[!INCLUDE[Switch.System.Windows.Forms.UseLegacyContextMenuStripSourceControlValue compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-uselegacycontextmenustripsourcecontrolvalue.md)]

***

[!INCLUDE[Switch.System.Windows.Forms.UseLegacyImages compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-uselegacyimages.md)]

***

[!INCLUDE[About and SplashScreen templates are broken for Visual Basic](~/includes/core-changes/visualbasic/3.0/vb-winforms-splash-about-broken.md)]

***

## WPF

- [Altered drag-and-drop behavior on text editors](#altered-drag-and-drop-behavior-on-text-editors)
Expand Down
2 changes: 1 addition & 1 deletion docs/core/compatibility/3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ms.date: 07/28/2023
---
# Breaking changes in .NET Core 3.1

If you're migrating to version 3.1 of .NET Core or ASP.NET Core, the breaking changes listed in this article may affect your app.
If you're migrating to version 3.1 of .NET Core or ASP.NET Core, the breaking changes listed in this article might affect your app.

## ASP.NET Core

Expand Down
Loading