-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet test --arch x64
fails
#21391
Comments
@nohwnd for the dotnet test team |
This is more or less expected right now. We solve this problem on Windows for x86/x64 by actually building the apphost Anywhere else (so osx-* or win-arm64) we fall back to running the tests via the muxer, so The advantage of using I don't know what it would take to use the testhost executable on all platforms/archs, but it should fix the problem. |
Fixed in 6.0.200/7.0.100 |
Looks like crossing of the streams, using the Arm64 SDK to test with x64.
Setup:
Same thing in reverse.
Similar thing with .NET Core 3.1.
The text was updated successfully, but these errors were encountered: