Hello,
In my project I have several test projects. If I use "local" NCrunch, then everything works great, as expected. However, I am trying to run these tests on a grid node and I am having all kinds of trouble there.
It seems that the errors I receive are related to System.Runtime.dll. I'm not sure what data to provide so here are a couple of different files.
This is the output from NCrunch test window inside Visual Studio for one of the test projects:
https://gist.githubuserc...7285f65d0/gistfile1.txt
I turned on fuslogvw logging and there are many (perhaps 20) or so logs in the list related to ncrunch. I picked one in particular that looked possibly interesting:
https://gist.githubuserc...9b9150dffd2a55/Fuslogvw
I have tried running this same tests on the grid node computer using locally installed Visual Studio and NCrunch that works great as well.
Both computers are running VS 15.9.0 and NCrunch 3.22.0.1 on Windows 10 1803 with .net 4.7.2 installed.
Thanks,
Paul