Skip to content
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

Error message when dotnet runtime not found is unclear #4091

Open
Evangelink opened this issue Nov 20, 2024 · 0 comments
Open

Error message when dotnet runtime not found is unclear #4091

Evangelink opened this issue Nov 20, 2024 · 0 comments
Labels
Area: Testing Platform Belongs to the Microsoft.Testing.Platform core library

Comments

@Evangelink
Copy link
Member

Describe the bug

Muxer is not found on the machine.

Steps To Reproduce

Try to run dotnet test --arch arm64 on a machine where arm64 is not available. You will get the following error message:

 C:\Users\<redacted>\.nuget\packages\microsoft.testing.platform.msbuild\1.4.3\buildMultiTargeting\Microsoft.Testing.Platform.MSBuild.targets(320,5): error : Full path tool calculation failed. Runner 'dotnet.exe'

Expected behavior

An error similar to VSTest:

Could not find 'dotnet.exe' host for the 'ARM64' architecture.

You can resolve the problem by installing the 'ARM64' .NET.

The specified framework can be found at:
  - https://aka.ms/dotnet-download
@Evangelink Evangelink added the Area: Testing Platform Belongs to the Microsoft.Testing.Platform core library label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Testing Platform Belongs to the Microsoft.Testing.Platform core library
Projects
None yet
Development

No branches or pull requests

1 participant