v-xiaofchen
v-xiaofchen
This issue also repro on previous version SDK 3.1.419 and 6.0.300.  dotnet --info: .NET SDK (reflecting any global.json): Version: 6.0.300 Commit: 8473146e7d Runtime Environment: OS Name: Windows OS Version:...
Another similarly issue, when install 8.0.4 (osx-x64) + 8.0.204(osx-arm64) on M1, reductant "Microsoft .NET Core Runtime 8.0.4(x64)" displays during 'dotnet-core-uninstall remove --runtime --all --force' output.  
Another scene, when install mac-x64 like 8.0.203(osx-x64) on M1,it only disply the version of .NET in dotnet-core-uninstall list output,,not show the version of .NET core runtimes, is it expected? 
@AbhitejJohn Thanks for your point, the https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1979661/ seems about Mstest, about mstest I have noticed and track with the bug https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1974677 It's strange. I try again on 9.0.100-preview.2.24128.5(runtime-9.0.0-preview.2.24127.9) with below...
Not repro on sign off build 9.0.100-preview.2.24129.7(runtime- 9.0.0-preview.2.24128.5) from https://dev.azure.com/dnceng/internal/_build/results?buildId=2390934&view=artifacts&pathAsName=false&type=publishedArtifacts keep tracking it. 
Not repro on 9.0.100-preview.3.24165.20 (runtime- 9.0.0-preview.3.24162.31). Closed it as fixed.
The maui workload manifest version doesn't update to 9.0.preview.1 after running ‘sudo dotnet workload update’ by using installer package. before upgrading:  after upgrading: 
@jonathanpeppers With NET 9 preview2 SDK installed, The Maui-android/Maui workload manifest version can update to 9.0.0-ci.net9.10075 rather than 9.0.preview.2 after running ‘sudo dotnet workload update’ is it expected? I also...
This issue not repro on Mac.  
This issue also repro on MacOS