-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
dotnet tool install
fails with System.ArgumentException: '' is not a valid version string.
#10958
Comments
Thanks for reporting - this is a known issue that we fixed by reverting the change that introduced it. This will be available in the .NET 9 GA release next week. |
Great, thanks. I didn't find the other issue when looking for this problem. |
This issue still exists in .NET 9 GA.
|
Can confirm |
Yes the issue will still exist in the dotnet SDK because there hasn't been a release with the fix yet. It should be resolved with SDK 9.0.101 in early December. |
Issue Description
(First of all, I hope this is even the right repo to post this, if not correct me please.)
I've tried both
dotnet tool install --global fantomas
anddotnet tool install --global fantomas --version 6.3.16
and in both cases, I get the following output:Steps to Reproduce
Try to install a dotnet tool.
Expected Behavior
Install properly.
Actual Behavior
Installation fails.
Analysis
No response
Versions & Configurations
The text was updated successfully, but these errors were encountered: