-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[release/10.0.1xx] Fix dnx --help
and tool commands to use valid .NET tool examples
#51042
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
MiYanni
merged 6 commits into
release/10.0.1xx
from
backport/pr-51009-to-release/10.0.1xx
Oct 1, 2025
Merged
[release/10.0.1xx] Fix dnx --help
and tool commands to use valid .NET tool examples
#51042
MiYanni
merged 6 commits into
release/10.0.1xx
from
backport/pr-51009-to-release/10.0.1xx
Oct 1, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…amples Co-authored-by: baronfel <[email protected]>
…nges Co-authored-by: baronfel <[email protected]>
…eview feedback Co-authored-by: baronfel <[email protected]>
Co-authored-by: baronfel <[email protected]>
…ce strings Co-authored-by: baronfel <[email protected]>
baronfel
approved these changes
Sep 28, 2025
This was referenced Sep 29, 2025
Open
9 tasks
Failing leg is known issue. |
Approved over email for GA. |
Only failure is the GenerateBundle known issue that's still percolating through codeflow. |
@marcpopMSFT can I get a merge on red when you have time? |
I merged it for ya. @baronfel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-CLI
cli-ux
Issues and PRs that deal with the UX of the CLI (exit codes, log output, verbs/options, and so on)
Servicing-approved
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.
Backport of #51009 to release/10.0.1xx
Customer Issue
Customers that read the
dnx
help are guided into using a package that isn't a tool - leading to an immediate failure when usingdnx
. We should instead at least provide examples that are invokable viadnx
. Thanks to @mikekistler for reporting.Description
Tiny help text change to suggest different packages in different scenarios.
Testing
Automated snapshot testing.
Risk
Low - only updates CLI description strings.
Fixes #51008
/cc @baronfel @copilot