Remove references to the deprecated dotnet migrate command and add a … #48789
+5
−110
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…new redirection for porting documentation
Summary
This pull request removes documentation for the deprecated
dotnet migrate
command and updates related references throughout the .NET docs to reflect its removal and redirect users to the appropriate porting guidance. The changes help clarify thatdotnet migrate
is no longer available and guide users toward current migration practices.Documentation cleanup and reference updates:
docs/core/tools/dotnet-migrate.md
article, eliminating outdated documentation for the deprecated command.dotnet migrate
from command listings indocs/core/tools/index.md
,docs/core/tools/dotnet.md
, and the navigation TOC indocs/navigate/tools-diagnostics/toc.yml
. [1] [2] [3]Redirects and migration guidance:
.openpublishing.redirection.core.json
from the removeddotnet-migrate.md
to the updated porting guidance at/dotnet/core/porting
.docs/core/compatibility/sdk/10.0/dotnet-restore-project-json-unsupported.md
to remove links to the deleted article and clarify usage of older SDKs for migration.Fixes #48686
Internal previews