dotnet / cli-lab

A guided tool will be provided to enable the controlled clean up of a system such that only the desired versions of the Runtime and SDKs remain.
MIT License
602 stars 55 forks source link

[NETSDKE2E]Specified versions are not displayed after running "--all-lower-patches". #296

Closed v-ainigao closed 3 months ago

v-ainigao commented 3 months ago

1.install dotnet-core-uninstall(1.7.521001) 2.install 8.0.100-preview.7.23376.3 SDK(x64) + 8.0.204 SDK(arm64) + 8.0.100-preview.7.23376.3 SDK(x86) 3.Run dotnet-core-uninstall list, we can see three SDKs displayed. image 4.Run dotnet-core-uninstall dry-run --all-lower-patches --sdk --force to check if all lower patches is displayed.

Expected Result: We can see all lower patches displayed.

Actual Result: All lower patches is not displayed. image

vdanche commented 3 months ago

@joeloff we re-check again, we should install 8.0.100 SDK(arm64) instead of 8.0.204 SDK(arm64), so this is not a valid issue. hence close it. image