cli-lab
cli-lab copied to clipboard
[NETSDKE2E] After uninstalling 8.0.2 Hosting-Bundle, the x86 ".NET Runtime" and "ASP.NET Runtime" are still in dotnet-core-uninstall list output.
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.
This issue also repro's on ARM64OS.