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 .
Actual Result:
Fail to test xunit/mstest project with NET 9 preview.4 SDK installed.
dotnet --info
Note:
1.This issue not repro on Mac-x64
2.This issue not repro on nunit.
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 .
Actual Result: Fail to test xunit/mstest project with NET 9 preview.4 SDK installed.
dotnet --info
Note: 1.This issue not repro on Mac-x64 2.This issue not repro on nunit.