Skip to content

Change version flag format for dotnet tool update#330

Merged
DecSmith42 merged 1 commit into
mainfrom
fix/dotnet-tool-install-helper-sync
May 21, 2026
Merged

Change version flag format for dotnet tool update#330
DecSmith42 merged 1 commit into
mainfrom
fix/dotnet-tool-install-helper-sync

Conversation

@DecSmith42
Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings May 21, 2026 01:10
@DecSmith42 DecSmith42 merged commit 863cc82 into main May 21, 2026
2 of 28 checks passed
@DecSmith42 DecSmith42 deleted the fix/dotnet-tool-install-helper-sync branch May 21, 2026 01:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Updates the dotnet tool update invocation to use the correct version flag format.

Changes:

  • Switches the version argument from -v to --version when updating a .NET tool.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 76 to 78
var versionFlag = version != null
? $"-v {version}"
? $"--version {version}"
: string.Empty;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants