Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Integration with SpecFlow

    I think the tricky thing here would be reliably identifying when the file is being used by a custom tool, and when it isn't. There are certain things that could probably be hard coded (i.e. .feature files for specflow), though probably this would need to be configurable. I'll have a think about it…

  2. Build failure - no space before base class

    Nice testing. What is the encoding used for these files as they are stored on disk?

  3. Some NCrunch feedback

    I really can't thank you enough for this. I've already noted a few things down for revision. Note that you can actually customise the colours of the markers (this is in your NCrunch global configuration, and it's also in the first-time-use wizard that popups when you first enable).

  4. Issue with structure map dependency resolver test

    Hi, thanks for posting! It looks to me like this test is making assumptions about the location of assemblies within its application domain. I suggest having a read of the test issue troubleshooting guide, as it has a section that covers this - [url=https://www.ncrunch.net/documentation/troublesh…

  5. Build failure - no space before base class

    Absolutely - if you can send through a bug report straight after it happens, that would be excellent. Also would be good if you can provide any specific details about which change you made to the codebase to surface the issue. Considering how frequently this is happening for you I suspect there …

  6. NCrunch complains about constructor param count, but has wrong count

    Hi John, I suspect this is caused by the same issue you've highlighted in your other thread - http://forum.ncrunch.net/yaf_postst339_Build-failure---no-space-before-base-class.aspx When you experience this issue, is it generally between classes that are being referenced across project/assembly…

  7. Build failure - no space before base class

    Hi, thanks for posting! This is caused by a synchronisation issue between NCrunch and your codebase. Somehow NCrunch has managed to establish a slightly warped picture of the class you were having difficulty with, and by changing the class, you've triggered NCrunch to re-synchronise its contents…

  8. System.Security.VerificationException : Operation could destabilize the runtime.

    Hi, thanks for posting! Are you making use of any of the security features of the .NET runtime? Or is there anything that could be considered unusual about this particular project? (i.e. custom frameworks, build steps, environmental differences).

  9. Constantly running out of disk space on my 6GB RamDrive with a 200mb solution

    Ok - it's almost certainly the duplication of the nuget resources then. 24 * 120 = 2880MB and then this will be duplicated again for some of the projects you're actively working in. For the time being, I think it's a safe assumption that the layout of this solution won't fit on a RAM drive. I'l…

  10. Constantly running out of disk space on my 6GB RamDrive with a 200mb solution

    That does sound like it would likely be the source of most of the disk consumption. How many projects do you have in your solution?

  11. Constantly running out of disk space on my 6GB RamDrive with a 200mb solution

    I think the first thing to identify would be what is eating up so much space in the NCrunch workspace. NCrunch can and will duplicate your projects inside the workspace, though not normally more than would be required to run things in parallel - so using more than 6GB on a 250MB solution seems quit…

  12. Can't covering the test method in VS2010?

    Hi Ray - Thanks for the feedback. It appears as though the problem is simply that you've ignored the test you're trying to execute with NCrunch. Most likely you took the default option during the startup wizard to 'Ignore all tests, I will choose which tests to run with NCrunch manually'. In…

  13. Can't covering the test method in VS2010?

    Hi Ray, I'm wondering if you'd be able to answer some of the following questions - this will help me to better establish what is happening in your codebase. - Does NCrunch run for any project/solution at all on your machine? - Does the Tests Window list any tests at all? (make sure you don't …

  14. Coverage isn't updated when using Assembly References

    Thanks for sharing this. Having had a good think about this, I'm not sure if I can recommend an approach that would allow you to use NCrunch on this solution without having most of your project tree loaded into memory. NCrunch is able to load and work with projects that exist outside the current s…

  15. Coverage isn't updated when using Assembly References

    Hi Aviram, Thanks for posting! In its current state, I see no way to make NCrunch work correctly with your current solution structure. While it is referencing static assemblies on disk (and not projects), NCrunch doesn't have a way to make a connection between projects that need to be hosted …

  16. Build error when out of disk space

    Thanks, this makes sense. It's a tough one to catch reliably, but I'll have a look :)

  17. Cannot build and run tests in a complicated server/client project

    Hi, thanks for posting! Getting NCrunch to run against a large and well established established project that wasn't built with NCrunch in mind can sometimes be challenging. Even more so if you haven't been involved from the project since its first inception. The best thing I can recommend is …

  18. Nuget Restore Error

    Something that may let you work around the problem could be to move the nuget files out of this directory and into a different one. I'm not sure if this will have any impact on your installation of future Nuget packages, but in theory it should work just the same. You'd need to adjust your .proj f…

  19. Nuget Restore Error

    Yes - this makes a very big difference! NCrunch is programmed to ignore hidden directories because they are often used by VCS software to store often locked data adjacent to the VS solution. I would expect that your solution will start working correctly as soon as you flag your .nuget director…

  20. Compile Errors Hyperlinking.

    Hi Tom, I have an entry in my backlog for the hyperlinking - it really has been a long time coming. Hopefully I will have time to work on it soon. Thanks for the suggestion! Cheers, Remco