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
615 stars 56 forks source link

[NETSDKE2E] After uninstalling 8.0.2 Hosting-Bundle, the x86 ".NET Runtime" and "ASP.NET Runtime" are still in dotnet-core-uninstall list output. #288

Open v-ainigao opened 6 months ago

v-ainigao commented 6 months ago

1.install dotnet-core-uninstall(1.7.515801) 2.install 8.0.2 Hosting-Bundle 3.Run dotnet-core-uninstall list 4.Check the output of dotnet-core-uninstall list 5.Run dotnet-core-uninstall remove --hosting-bundle --all 6.Check the output of dotnet-core-uninstall list

Expected Result: The output of dotnet-core-uninstall list will remove all runtimes info.

Actual Result: The x86 ".NET Runtime" and "ASP.NET Runtime" are still in the dotnet-core-uninstall list output, but x64 has been removed. image image

v-ainigao commented 6 months ago

This issue also repro's on ARM64OS.