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

[NETE2ESDK][MAC]Fail to test xunit/mstest project with NET 9 preview.4 SDK installed. #299

Closed v-xiaofchen closed 3 months ago

v-xiaofchen commented 3 months ago

To Reproduce 1.Prepare a clean Mac M1. 2.install 9.0.100-preview.4.24215.10 (runtime-9.0.0-preview.4.24211.4) from GitHub - dotnet/installer: .NET SDK Installer 3.Create a C# xunit project, add a passing and failing test 4."dotnet test" and observer

Expected Result: Test successfully . image

Actual Result: Fail to test xunit/mstest project with NET 9 preview.4 SDK installed. image

dotnet --info image

Note: 1.This issue not repro on Mac-x64 2.This issue not repro on nunit.

v-xiaofchen commented 3 months ago

Open the bug in https://github.com/dotnet/sdk/issues/40194. So closed it.