Skip to content

Commit 43ad4dc

Browse files
Monthly chores: Delete orphaned articles (#47042)
1 parent 5b91d18 commit 43ad4dc

20 files changed

+147
-687
lines changed

.openpublishing.redirection.core.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
"source_path_from_root": "/docs/core/compatibility/aspnet-core/7.0/iendpointmetadataprovider-changes.md",
6666
"redirect_url": "/dotnet/core/compatibility/7.0"
6767
},
68+
{
69+
"source_path_from_root": "/docs/core/compatibility/aspnetcore.md",
70+
"redirect_url": "/dotnet/core/compatibility/3.0"
71+
},
6872
{
6973
"source_path_from_root": "/docs/core/compatibility/code-analysis.md",
7074
"redirect_url": "/dotnet/core/compatibility/code-analysis/5.0/ca1416-platform-compatibility-analyzer"
@@ -109,6 +113,14 @@
109113
"source_path_from_root": "/docs/core/compatibility/core-libraries/8.0/optimizeforreading-arg.md",
110114
"redirect_url": "/dotnet/core/compatibility/8.0"
111115
},
116+
{
117+
"source_path_from_root": "/docs/core/compatibility/corefx.md",
118+
"redirect_url": "/dotnet/core/compatibility/3.0"
119+
},
120+
{
121+
"source_path_from_root": "/docs/core/compatibility/cryptography.md",
122+
"redirect_url": "/dotnet/core/compatibility/3.0"
123+
},
112124
{
113125
"source_path_from_root": "/docs/core/compatibility/deployment/9.0/assembly-load-directory.md",
114126
"redirect_url": "/dotnet/core/compatibility/9.0"
@@ -121,6 +133,10 @@
121133
"source_path_from_root": "/docs/core/compatibility/framework-core.md",
122134
"redirect_url": "/dotnet/core/compatibility/fx-core"
123135
},
136+
{
137+
"source_path_from_root": "/docs/core/compatibility/globalization.md",
138+
"redirect_url": "/dotnet/core/compatibility/3.0"
139+
},
124140
{
125141
"source_path_from_root": "/docs/core/compatibility/index.md",
126142
"redirect_url": "/dotnet/core/compatibility/library-change-rules",
@@ -130,6 +146,10 @@
130146
"source_path_from_root": "/docs/core/compatibility/interop.md",
131147
"redirect_url": "/dotnet/core/compatibility/interop/5.0/built-in-support-for-winrt-removed"
132148
},
149+
{
150+
"source_path_from_root": "/docs/core/compatibility/msbuild.md",
151+
"redirect_url": "/dotnet/core/compatibility/3.0"
152+
},
133153
{
134154
"source_path_from_root": "/docs/core/compatibility/msbuild/5.0/directory-packages-props-imported-by-default.md",
135155
"redirect_url": "/dotnet/core/compatibility/sdk/5.0/directory-packages-props-imported-by-default",
@@ -155,6 +175,10 @@
155175
"redirect_url": "/dotnet/core/compatibility/sdk/6.0/gettargetframeworkproperties-and-getnearesttargetframework-removed",
156176
"redirect_document_id": true
157177
},
178+
{
179+
"source_path_from_root": "/docs/core/compatibility/networking.md",
180+
"redirect_url": "/dotnet/core/compatibility/3.0"
181+
},
158182
{
159183
"source_path_from_root": "/docs/core/compatibility/networking/7.0/connectasync-argumentexception.md",
160184
"redirect_url": "/dotnet/core/compatibility/7.0"
@@ -332,6 +356,10 @@
332356
"source_path_from_root": "/docs/core/compatibility/syslib0012.md",
333357
"redirect_url": "/dotnet/fundamentals/syslib-diagnostics/syslib0012"
334358
},
359+
{
360+
"source_path_from_root": "/docs/core/compatibility/visualbasic.md",
361+
"redirect_url": "/dotnet/core/compatibility/3.0"
362+
},
335363
{
336364
"source_path_from_root": "/docs/core/compatibility/windows-forms/5.0/automatically-infer-winexe-output-type.md",
337365
"redirect_url": "/dotnet/core/compatibility/sdk/5.0/automatically-infer-winexe-output-type",
@@ -346,6 +374,14 @@
346374
"source_path_from_root": "/docs/core/compatibility/windows-forms/8.0/anchor-layout.md",
347375
"redirect_url": "/dotnet/core/compatibility/8.0"
348376
},
377+
{
378+
"source_path_from_root": "/docs/core/compatibility/winforms.md",
379+
"redirect_url": "/dotnet/core/compatibility/3.0"
380+
},
381+
{
382+
"source_path_from_root": "/docs/core/compatibility/wpf.md",
383+
"redirect_url": "/dotnet/core/compatibility/3.0"
384+
},
349385
{
350386
"source_path_from_root": "/docs/core/deploying/applications.md",
351387
"redirect_url": "/dotnet/core/deploying/index"

docs/core/compatibility/2.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 02/19/2020
55
---
66
# Breaking changes in .NET Core 2.1
77

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

1010
## Core .NET libraries
1111

docs/core/compatibility/3.0.md

Lines changed: 64 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.custom: linux-related-content
66
---
77
# Breaking changes in .NET Core 3.0
88

9-
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.
9+
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.
1010

1111
## ASP.NET Core
1212

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

381381
***
382382

383+
## Windows Forms
384+
385+
- [Control.DefaultFont changed to Segoe UI 9 pt](#default-control-font-changed-to-segoe-ui-9-pt)
386+
- [Modernization of the FolderBrowserDialog](#modernization-of-the-folderbrowserdialog)
387+
- [SerializableAttribute removed from some Windows Forms types](#serializableattribute-removed-from-some-windows-forms-types)
388+
- [AllowUpdateChildControlIndexForTabControls compatibility switch not supported](#allowupdatechildcontrolindexfortabcontrols-compatibility-switch-not-supported)
389+
- [DomainUpDown.UseLegacyScrolling compatibility switch not supported](#domainupdownuselegacyscrolling-compatibility-switch-not-supported)
390+
- [DoNotLoadLatestRichEditControl compatibility switch not supported](#donotloadlatestricheditcontrol-compatibility-switch-not-supported)
391+
- [DoNotSupportSelectAllShortcutInMultilineTextBox compatibility switch not supported](#donotsupportselectallshortcutinmultilinetextbox-compatibility-switch-not-supported)
392+
- [DontSupportReentrantFilterMessage compatibility switch not supported](#dontsupportreentrantfiltermessage-compatibility-switch-not-supported)
393+
- [EnableVisualStyleValidation compatibility switch not supported](#enablevisualstylevalidation-compatibility-switch-not-supported)
394+
- [UseLegacyContextMenuStripSourceControlValue compatibility switch not supported](#uselegacycontextmenustripsourcecontrolvalue-compatibility-switch-not-supported)
395+
- [UseLegacyImages compatibility switch not supported](#uselegacyimages-compatibility-switch-not-supported)
396+
- [About and SplashScreen templates are broken for Visual Basic](#about-and-splashscreen-templates-are-broken)
397+
398+
[!INCLUDE[Control.DefaultFont changed to Segoe UI 9pt](~/includes/core-changes/windowsforms/3.0/control-defaultfont-changed.md)]
399+
400+
***
401+
402+
[!INCLUDE[Modernization of the FolderBrowserDialog](~/includes/core-changes/windowsforms/3.0/modernized-folderbrowserdialog.md)]
403+
404+
***
405+
406+
[!INCLUDE[SerializableAttribute removed from some Windows Forms types](~/includes/core-changes/windowsforms/3.0/remove-serializationattribute.md)]
407+
408+
***
409+
410+
[!INCLUDE[Switch.System.Windows.Forms.AllowUpdateChildControlIndexForTabControls compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-allowupdatechildcontrolindexfortabcontrols.md)]
411+
412+
***
413+
414+
[!INCLUDE[Switch.System.Windows.Forms.DomainUpDown.UseLegacyScrolling compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-uselegacyscrolling.md)]
415+
416+
***
417+
418+
[!INCLUDE[Switch.System.Windows.Forms.DoNotLoadLatestRichEditControl compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-donotloadlatestricheditcontrol.md)]
419+
420+
***
421+
422+
[!INCLUDE[Switch.System.Windows.Forms.DoNotSupportSelectAllShortcutInMultilineTextBox compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-donotsupportselectallshortcutinmultilinetextbox.md)]
423+
424+
***
425+
426+
[!INCLUDE[Switch.System.Windows.Forms.DontSupportReentrantFilterMessage compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-dontsupportreentrantfiltermessage.md)]
427+
428+
***
429+
430+
[!INCLUDE[Switch.System.Windows.Forms.EnableVisualStyleValidation compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-enablevisualstylevalidation.md)]
431+
432+
***
433+
434+
[!INCLUDE[Switch.System.Windows.Forms.UseLegacyContextMenuStripSourceControlValue compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-uselegacycontextmenustripsourcecontrolvalue.md)]
435+
436+
***
437+
438+
[!INCLUDE[Switch.System.Windows.Forms.UseLegacyImages compatibility switch not supported](~/includes/core-changes/windowsforms/3.0/deprecate-uselegacyimages.md)]
439+
440+
***
441+
442+
[!INCLUDE[About and SplashScreen templates are broken for Visual Basic](~/includes/core-changes/visualbasic/3.0/vb-winforms-splash-about-broken.md)]
443+
444+
***
445+
383446
## WPF
384447

385448
- [Altered drag-and-drop behavior on text editors](#altered-drag-and-drop-behavior-on-text-editors)

docs/core/compatibility/3.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 07/28/2023
55
---
66
# Breaking changes in .NET Core 3.1
77

8-
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.
8+
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.
99

1010
## ASP.NET Core
1111

0 commit comments

Comments
 (0)