Péter Major
Péter Major
Please check this build on VS 2019 and 2012 (and between :D): https://github.com/axodox/AxoCover/releases/tag/master-1.1.400
I will wait a bit for more confirmations, and possible error reports. Until that you may use the above build. If everything is fine I will push this out to...
Service timeout is 20 seconds right now. This timeout is before the runner is ready to execute the tests. The runner listens to the UI at a random TCP port...
I am suspecting that a firewall or antivirus might interfere with the communication with the runner. I have made a build which uses NamedPipes instead of TCP based communication. Can...
Do you have a case where only the first case fails, but it tends to be work after. Maybe a slow HDD or antivirus could be the source of the...
Also I see a failed runner start for a user in telemetry in the last hour, however it still uses TCP. Are you sure you use the right version? Do...
Ok, I think I will add some developer options, namely: - Configure all timeouts used - Print all exceptions to console including handled ones - Some solution to print the...
I have added the following features to help us figure out the issue: - You can now set timeouts to any value - You can also enable debug mode, which...
Could it be that you C++ code is x86? In which case you would need to change the platform in AxoCover settings.
It could be also caused by the fact that the tests in AxoCover do not execute in the default appdomain.