Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Test category not working with MSTest

    Hi David, Thanks for reporting this - it also looks like a bug. For some reason the category resolver is duplicating the categories between methods. This also seems to be the case when using the NCrunch.Framework.Category attribute, which was expected to be the workaround... My assumption at th…

  2. NCrunch with external dependencies

    Hi Adam, Interesting that Nuget was using a post build step - this doesn't match any of my previous experiences in testing NCrunch with Nuget setup. I'm glad you managed to find a solution, though are you able to share any details on the version of Nuget that you're using? Ideally NCrunch shoul…

  3. Can't install VS2010 version

    Ok - that is helpful.. it tells us that Visual Studio isn't looking for the NCrunch plugin/package at its installed location. Can you tell me anything more about the version of Visual Studio you have installed? Which build is it? (i.e. Professional, Ultimate, etc). Also, is it installed to a di…

  4. Gallio Shell Package dit not load correctly

    Thanks - this does make sense. NCrunch isn't supposed to interfere with Gallio in the VS process (I went through great pain to try and ensure this), though it seems that some versions of Gallio still clash somehow. I have a note on my list to look into this in more detail. Meanwhile, I'm happy th…

  5. Can't install VS2010 version

    I don't see anything missing from the above files, so there must be something else going on here. Two more things to try: Try running: Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe /setup .. This will trigger VS to refresh its plugin cache and pick up any changes made. Normally VS2010 …

  6. All indicator turn to black after install the reflector 7.5

    Thanks - I'll make a note to test the two plugins together to see if I can reproduce this problem.

  7. All indicator turn to black after install the reflector 7.5

    This sounds like a plugin clash to me. I saw a bug report come through today with a similar description on it - was this report from you?

  8. Can't install VS2010 version

    Check whether the extracted files contain any zip files. Likely there will be a couple of these - one of the Gallio components, and another containing task runner executables. Try extracting these zips into the same directory to see if that makes any difference. If that doesn't work, perhaps co…

  9. Click on NCrunch button when build fails

    Out of interest, why is it that you need to use the processing queue to inspect a build failure? Normally the Tests Window should give you the same information (if NCrunch is working correctly anyway). Is the test clutter getting in the way?

  10. Gallio Shell Package dit not load correctly

    I noticed in your log file the following: 338 ERROR SetSite failed for package [Gallio Shell Package] {9E600FFC-344D-4E6F-89C0-DED6AFB42459} 80131500 VisualStudio 2012/03/28 10:34:29.762 339 ERROR End package load [Gallio Shell Package] {9E600FFC-344D-4E6F-89C0-DED6AFB42459} 80131500 VisualStud…

  11. MbUnit DependsOn attribute seems to be ignored

    Hi, thanks for posting! I'm glad your enjoying NCrunch! I can understand why the 'DependsOn' attribute would have some problems. NCrunch separates tests into batches before running them, in order to provide the best experience with parallel execution. It's possible that the tests are being sep…

  12. NCrunch with external dependencies

    The best option would be to include these packages in your 'Additional files to include' at solution level. The expression for this would be done as relative to your solution file, and you can use **.* to make sure the entire directory structure is included. For example: packages\SqlServerCom…

  13. Add right-click menu to nCrunch button indicator

    Thanks for the suggestion! I'd been keeping the right-click option on the marker open as I was hoping to put other menu options in here to better control the data shown on the marker. There is a whole heap of stuff planned here :)

  14. Gallio Shell Package dit not load correctly

    Hi, thanks for posting! Which version of Gallio are you running? Is it a nightly build?

  15. Make colors configurable for color-blind people.

    Hi, thanks for posting! There are two places you can configure this. The first is in the 'First time use wizard' that appears when you switch NCrunch on (you can click on the colour markers to change them). The second is under your global NCrunch configuration. Just go to NCrunch->Configurat…

  16. NCrunch with external dependencies

    Also - something else I forgot to mention .. if you haven't already, try turning on that 'Copy referenced assemblies to workspace' for ALL of your projects (not just the test project). Sometimes this makes a difference as the dependency may be deeper down the project tree.

  17. NCrunch with external dependencies

    Do you have any resource files that the SQL dependency makes use of but aren't included in your project file? You can quickly identify if this is the cause through the following: 1. Right click on the failed test in the tests window 2. Choose Advanced->Browse to workspace 3. Open an explorer w…

  18. Enable NCrunch menu option is disabled

    Thanks - I'm glad that did the trick :) There is an intermittent issue in there somewhere in the process termination. I haven't yet been able to pinpoint it, but if you can find anything that helps you to create the problem consistently I'd love to hear more about it. Cheers, Remco

  19. VerificationException while running tests

    Hi, thanks for posting! The tests in this project seem to be working for me, although my snapshot of the NHibernate source may be out of date. Which test specifically causes the problem for you? Is it all of them? Also, are you able to submit a bug report just after you finish running the …

  20. NCrunch with external dependencies

    Hi, thanks for posting! If you haven't read it yet, there's a page in the wiki that describes some common problems that can cause test related issues like the one you've described - https://www.ncrunch.net/documentation/troubleshooting_test-and-runtime-related-issues I have a feeling that the …