We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The agent process crashes when running an x86 test assembly targeting .NET core or .NET 5+.
Issue is in TestAssemblyResolver.GetDotNetInstallPath, which assumes x64. See corrected code in main branch
TestAssemblyResolver.GetDotNetInstallPath
The text was updated successfully, but these errors were encountered:
This issue has been resolved in version 3.16.2
The release is available on: GitHub. NuGet packages are also available NuGet.org and Chocolatey Packages may be found at Chocolatey.org
Sorry, something went wrong.
CharliePoole
No branches or pull requests
The agent process crashes when running an x86 test assembly targeting .NET core or .NET 5+.
Issue is in
TestAssemblyResolver.GetDotNetInstallPath
, which assumes x64. See corrected code in main branchThe text was updated successfully, but these errors were encountered: