You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I try to run stryker on my project and it always failed when trying to connect to the vstest.console. Currently my project is using NUnit 3.14.0 (woo, I just love supporting unity...) and then it fails. However, if I upgrade just a step to NUnit 4.0.1, it works just fine. But I can't use 4.0.1 because my library needs to test against older .NET versions.
Describe the bug
I try to run stryker on my project and it always failed when trying to connect to the vstest.console. Currently my project is using NUnit 3.14.0 (woo, I just love supporting unity...) and then it fails. However, if I upgrade just a step to NUnit 4.0.1, it works just fine. But I can't use 4.0.1 because my library needs to test against older .NET versions.
Logs
log-20250423.txt
Expected behavior
I expect stryker to run without issues even if I'm using NUnit 3.14.0.
Desktop (please complete the following information):
Additional context
These are the (what I think is) relevant packages I have installed for testing.
The text was updated successfully, but these errors were encountered: