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
We're seeing a stack overflow (infinite recursion) in AssemblyResolver:
testfx/src/Adapter/MSTestAdapter.PlatformServices/AssemblyResolver.cs
Line 515 in 9594120
It reproduces with the latest versions 3.6.1 of MSTest.TestAdapter and MSTest.TestFramework (and version 17.11.1 of Microsoft.NET.Test.Sdk).
It is trying to resolve the assembly Microsoft.TestPlatform.CoreUtilities.dll
which does exist on disk in the test directory, and is of the right version
The text was updated successfully, but these errors were encountered:
Closing as fixed as it's not reproing for now.
Sorry, something went wrong.
nohwnd
No branches or pull requests
We're seeing a stack overflow (infinite recursion) in AssemblyResolver:
testfx/src/Adapter/MSTestAdapter.PlatformServices/AssemblyResolver.cs
Line 515 in 9594120
It reproduces with the latest versions 3.6.1 of MSTest.TestAdapter and MSTest.TestFramework (and version 17.11.1 of Microsoft.NET.Test.Sdk).
It is trying to resolve the assembly Microsoft.TestPlatform.CoreUtilities.dll
![Image](https://private-user-images.githubusercontent.com/679326/377331459-1086eb6e-0cf8-4f5f-809a-d0839e1f95b8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1ODA2NDgsIm5iZiI6MTczOTU4MDM0OCwicGF0aCI6Ii82NzkzMjYvMzc3MzMxNDU5LTEwODZlYjZlLTBjZjgtNGY1Zi04MDlhLWQwODM5ZTFmOTViOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwMDQ1NDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00OTFlMjNhZWQ1NDVhOWYzM2Y5NWNlNmI0ZmU3MzllMWUzZDMyNGIzNzE5NWUyNjE2MmFiZWYyZTc1ZTczMTUzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Mbw2JtPXnCeuBK4cXYi8f1ULb_i00Vo6EUlVphwuH9k)
which does exist on disk in the test directory, and is of the right version
The text was updated successfully, but these errors were encountered: