Forum member

JohanSpannare

10 posts

Posts by JohanSpannare

  1. Build error for Nuget tool package with dependesies

    Hi I have and nuget "TOOL" (DatabaseDeployer) package installed into a simple test project. The nuget package has child dependencies in order to work. SimeTestProject -> packages ->DatabaseDeployer ->Tool …

  2. First time build

    I have now tried to run in manual mode. I manage to get the same error. I first ran a specific test multiple times (added new test senario). Then i queued all test in the repository class (since i was in manual mode i want to run all impacted tests). Then i got the same result causing the asse…

  3. First time build

    Hi! I will try to set it to manually after lunch and try it out. It feels like the build engine crashes. At the same time all grid node server are also start rebuilding the same assembly.

  4. First time build

    Hi Remco, I randomly causing ncrunch to do an "First Time Build" for unit test assemblies causing all tests in that assembly to be triggered over and over. I will send you an bug report on the issue. Last time it happen i changed and manually saved an test class. Best reg Johan Spännare

  5. Test not detected as Unittest

    Have reinstalled based on your instructions. I try it out during the day and report back how its doing. Best reg Johan

  6. Test not detected as Unittest

    I have experienced different cases when nCrunch don't successfully detect unit test . In the example below I made an "get latest" from source control. Then i received build errors from ncrunch. After manually compiled whole solution without error. And right click assemblies in ncrunch test list f…

  7. VS2013 Hangs after debugging test fininshed

    I will try resetting VS settings and see if it resolves the problem. Best reg Johan Spännare

  8. VS2013 Hangs after debugging test fininshed

    Hi Remco! It seams to me that it only occurs when we are debugging. Sadly it happen randomly, but often after been working for a half day without restarting VS. As I said before I have an dump file if you are interested. I have not experienced it out side our two main solution files. We cu…

  9. VS2013 Hangs after debugging test fininshed

    I tried to attach to the process, but that didn't work. So i inspected the process via Process Explorer. And found this threads. No thread are running any application code what I can see. https://imgur.com/zzUUwb4 I got an assert exception i a test when it happen. I submitted an bug report on …

  10. VS2013 Hangs after debugging test fininshed

    VS2013 Hangs waiting on the TestHost451.x86.exe to terminate. The process cant be terminated manually via Taskmanager either. http://imgur.com/cfPsJXV The only way to terminate it, is to close VS2013. This start to occure after we switched on "Terminate test runner tasks.....". We did …