Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch 1.x, 2.x build forever

    Nice work. This does definitely suggest some sort of strange cross dependency issue then. If you see it again, definitely submit a bug report. If I can narrow down the issue, I'd like to improve the error reporting on this. Thanks! Remco

  2. NCrunch 2.1 Fails To Build - ASPRUNTIME error

    Hi, thanks for sharing this issue! The .targets warning is a red herring - to find the cause of this problem, we'll need to dig behind the ASPRUNTIME to find out why this is appearing. Sorry, I realise I'm asking you to upgrade and downgrade again, but is there any chance you could submit a bu…

  3. Membership Provider CreateUser not supported when running NCrunch

    Hi Tom, Thanks for posting! NCrunch itself doesn't have any knowledge of ASP.NET or its membership providers, so my suspicion is that this is a symptom of a much deeper problem - perhaps related to the .config file being applied to your test environment, or the assemblies it is referencing. …

  4. Invalid file name in .resx causes builds to stop working indefinitely

    Hi, thanks for these steps! I can reproduce the problem, but only if I avoid saving the .resx after I re-add the file at the end. When the file is saved, NCrunch picks up the saved file on disk and is back in sync again. Does this match your experience?

  5. NCrunch 1.x, 2.x build forever

    Hi, Thanks for sharing this issue. Is there any chance you could submit a bug report as soon as you've had this happen to you? I think there is something interesting about one of these projects that is somehow causing this loop... Perhaps some kind of cross-reference or anomoly in the project…

  6. NCrunch 2.0 Load Failure for test project

    I’m happy to say that this issue has been resolved. If you’re interested in grabbing the fix, you can download v2.1b from the NCrunch download page - http://www.ncrunch.net/download

  7. NCrunch 2.0 Load Failure with UNC path

    I’m happy to say that this issue has been resolved. If you’re interested in grabbing the fix, you can download v2.1b from the NCrunch download page - http://www.ncrunch.net/download

  8. Can't install 2.0 distributed build server on XP SP3

    I’m happy to say that this issue has been resolved. If you’re interested in grabbing the fix, you can download v2.1b from the NCrunch download page - http://www.ncrunch.net/download

  9. Parallell execution for individual projects

    Hi, thanks for posting! The correct way to do this is to specify [url=http://www.ncrunch.net/documentation/reference_runtime-framework_exclusively-uses-attribute]ExclusivelyUsesAttribute[/url] at assembly level of the test projects you wish to disable parallel execution on. Simply specify it w…

  10. Latest V2 issue

    Thanks Andrew! This is the error I was expecting, and the documentation link above should help you solve this problem :) Let me know if it doesn't do the trick for you.

  11. Latest V2 issue

    Hi Andrew, Thanks for posting! This is quite an unusual situation, although NCrunch should be able to handle it. NCrunch makes use of the default build configuration specified in your project. This is basically the same configuration that is used if you were to execute MSBuild.exe against th…

  12. v2 filename format

    Hi Richard - Yes, the change is expected to be permanent. Unfortunately, there isn't really a right answer in this situation, as V2 will continue to see updates while V1 will fade into legacy. Settings between both versions are not cross compatible and V2 contains a special translation routine …

  13. Update NUnit to 2.6.3

    Hi, thanks for the heads up on this one! I'll see about getting it included in the next v2 beta release. Something that often works is to replace the NUnit binaries inside the NCrunch install directory with the new ones. You might want to give this a try to see if it gives you access to the n…

  14. Invalid file name in .resx causes builds to stop working indefinitely

    Thanks again. Feel free to submit a bug report the very moment you notice it happen. I have a feeling that this is a synchronisation problem in the engine being somehow triggered by the rename. If you can send through the bug report very soon after it happens, the log file may give me enough info…

  15. Invalid file name in .resx causes builds to stop working indefinitely

    Thanks Per. Sadly, these steps didn't seem to reproduce the problem for me. Does it still happen consistently for you? If so, can you submit a bug report straight after it's happened? Also - which version of Visual Studio are you running? Cheers, Remco

  16. Silverlight Support

    Hi, I'm afraid I only have bad news to share on this one - [url=http://blog.ncrunch.net/post/NCrunch-V2-Beta-Is-Now-Available!.aspx]http://blog.ncrunch.net/post/NCrunch-V2-Beta-Is-Now-Available!.aspx[/url]. Future support for Silverlight based test frameworks has been taken out of the backlog fo…

  17. Code coverage icons on test file

    Yes - the instrumentation is required for impact analysis, so you'll find that switching it off will take away some of the intelligence of the engine in its test prioritisation. There are a couple of settings you may find useful in changing the manner of build/test execution. Have a look at [url…

  18. In which file is the servers configured in distributed processing saved?

    Hi Per - At the moment, this is being stored in the global NCrunch settings file that is specific to the logged in user on the local machine. I realise this isn't always the best place for it, which can be somewhat of a pain in the neck - as it means the configuration isn't easy to share between…

  19. NCrunch 2.0 Load Failure with UNC path

    Hi Alastair - Thanks for reporting this issue. The new file path handling system in V2 wasn't designed to deal with UNC paths, so short of moving this key file onto the local machine (or a mapped drive), I'm afraid that I don't see a way to work around this problem. I'll need to introduce a fix…

  20. Code coverage icons on test file

    Hi, thanks for posting and for taking the time to try out NCrunch! As NCrunch monitors all test coverage throughout a solution, your test projects are included in this coverage. Tests do, physically, cover themselves. In many cases the coverage markers on the test can be useful as they allow yo…