Update dotnet command reference #48760
Closed
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.
Summary
This pull request updates several .NET CLI tool documentation files to reflect changes in supported SDK versions, command options, and usage. The main themes are:
It also removes the deprecated
dotnet-migrate
documentation and adds a redirect for it.SDK version updates and documentation consistency:
dotnet-dev-certs.md
,dotnet-format.md
,dotnet-msbuild.md
,dotnet-pack.md
,dotnet-package-remove.md
) to specify support for .NET 6 and later, and updated theirms.date
metadata. [1] [2] [3] [4] [5]Command option additions and clarifications:
dotnet-dev-certs
: Added--check-trust-machine-readable
option. [1] [2]dotnet-format
: Added--exclude-diagnostics
and--version
options, and clarified command synopsis and option descriptions. [1] [2]dotnet-pack
: Added--disable-build-servers
option and updated the--interactive
include. [1] [2] [3]dotnet-package-remove
: Added--interactive
and--file
options, clarified--project
, and improved examples. [1] [2] [3]Deprecated command removal and redirection:
dotnet-migrate.md
documentation and added a redirect from its old path to the migration guide. (.openpublishing.redirection.core.json, [1] [2]Fixes #48686
Internal previews
Toggle expand/collapse