Skip to content
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

[NETSDKE2E]8.0.100-rc.2.23502.2 version is displayed incorrectly as "8.0.100" in dotnet-core-uninstall list output. #285

Open
vdanche opened this issue Mar 11, 2024 · 5 comments

Comments

@vdanche
Copy link
Member

vdanche commented Mar 11, 2024

1.install dotnet-core-uninstall(1.7.515801)
2.Install SDK 8.0.100-rc.2.23502.2
3. Run "dotnet-core-uninstall list"
4.check the output of dotnet-core-uninstall list

Expected Result:
the output of dotnet-core-uninstall list displays well.

Actual Result:
8.0.100-rc.2.23502.2 version is displayed incorrectly as "8.0.100" in dotnet-core-uninstall list output.
image
dotnet --info
image

@vdanche
Copy link
Member Author

vdanche commented Mar 11, 2024

The runtime version: 8.0.0-preview.7.23375.6 is also displayed incorrectly as "8.0.0"
image

@baronfel
Copy link
Member

baronfel commented Apr 5, 2024

I think this is a bug in our version-detection regex, which is currently expecting that RC versions will not have more than one digit in them.

@v-xiaofchen
Copy link

v-xiaofchen commented Apr 15, 2024

This issue not repro on Mac.
image
image

@marcpopMSFT
Copy link
Member

Adding here that if you have RC2 and RC1 both installed, we only list one of them. Likely related.

@vdanche
Copy link
Member Author

vdanche commented Oct 17, 2024

still happens on 9.0.100-rc.2.24474.11 with tool version 1.7.550802
Image

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

No branches or pull requests

4 participants