Forum member

tamagochi

3 posts

Posts by tamagochi

  1. NCrunch dots not showing correctly for VSTO project

    After fiddling a bit more, I've discovered a solution. In NCrunch configuration for tests project, added the implicit reference to the main project. Afterwards the coverage dots automagically appeared :)

  2. NCrunch dots not showing correctly for VSTO project

    Thanks for the response. I've checked the debug output and the main project output "gsync.dll" is loaded correctly. Debug dump below: 'nCrunch.TestHost45.x86.exe' (CLR v4.0.30319: nCrunch.TestHost45.x86.exe): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089…

  3. NCrunch dots not showing correctly for VSTO project

    Hi, I've run into similar problem with VSTO project as described here http://forum.ncrunch.net/yaf_postst1401_Project-build-failure.aspx Working with VS2013, latest version of NCrunch. There are two projects in my solution: 1) VSTO 4.0 Outlook plugin 2) NUnit test project, referencing the f…