Add local tool installation and dnx execution documentation#4824
Merged
Add local tool installation and dnx execution documentation#4824
Conversation
Copilot
AI
changed the title
[WIP] Update documentation to include dnx usage for GitVersion.Tool
docs: Add .NET local tool installation method
Feb 16, 2026
Copilot
AI
changed the title
docs: Add .NET local tool installation method
docs: Add local tool installation and dnx execution methods
Feb 16, 2026
Copilot
AI
changed the title
docs: Add local tool installation and dnx execution methods
Add local tool installation and dnx execution documentation
Feb 16, 2026
arturcic
approved these changes
Feb 16, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request aims to document local tool installation for GitVersion and alternative execution methods. However, it introduces critical errors by documenting invalid dnx commands that are not part of the modern .NET CLI. The PR correctly documents local tool installation via manifest and updates version examples from 5.* to 6.*, but the execution method documentation contains significant inaccuracies.
Changes:
- Added
.NET Local Toolsection documenting manifest-based installation workflow - Updated version examples from
5.*to6.* - Documented
dotnet tool execexecution method (correct) - Incorrectly documented
dnxanddotnet dnxcommands as valid execution methods (critical error) - Added reference links for local tool documentation
Adds detailed guidance for installing GitVersion as a local tool, including `dnx` command execution examples, and updates global tool examples to version 6.x.
95e8f9c to
68ca742
Compare
Contributor
|
Thank you @Copilot for your contribution! |
|
gittools-bot
pushed a commit
that referenced
this pull request
Feb 16, 2026
Merge pull request #4824 from GitTools/copilot/update-docs-dnx-usage Add local tool installation and dnx execution documentation
This was referenced Feb 16, 2026
This was referenced Feb 16, 2026
Open
Open
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Documentation only covered global tool installation. Added local tool installation via manifest and all execution methods including
dnxvariants.Changes
dotnet new tool-manifestanddotnet tool install GitVersion.Tooldotnet gitversion- standard (uses command name)dotnet tool exec GitVersion.Tool- explicit (uses package name)dotnet dnx GitVersion.Tool- shorthand aliasdnx GitVersion.Tool- shortest formGitVersion.Tool(proper casing matching NuGet)5.*to6.*Key distinction: direct invocation uses command name
gitversion, whiletool exec/dnxvariants require package nameGitVersion.Tool.Original prompt
dnxusage #4823💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.