Forum member

rlarno

27 posts

Posts by rlarno

  1. Avoid creation of the *.ncrunchsolution.* files

    For every solution I open (VS2010) NCrunch creates 2 *.ncrunchsolution.* files. Can you please change the behaviour so that these do not get created when NCrunch is not enabled for the solution. You could check if these files exist, and if they do not, do not enable NCrunch. I do not mind the …

  2. AnalysisTask ERROR

    Hi Remco, after enabling NCrunch on the Newtonsoft.Json.Net40.sln from https://github.com/JamesNK/Newtonsoft.Json I get this error message: [15:39:06.7193-AnalysisTask-40] ERROR (Analysis): A failure occurred while analysing the assembly [SnapshotComponent: Newtonsoft.Json.Tests.Net40, 1, 35…

  3. Edit (Refactor) in Class Diagram

    Hi, I renamed a type in a Class Diagram (.cd file) and NCrunch got confused. It build the main assembly, but a dependent assembly and thedependent test assembly source file changes were not picked up. So it stated a build error not finding the type (because it was renamed). Doing a Reset fixed…

  4. SpecFlow Results/Code Coverage

    Hi Remco, Currently I am wondering if it would be possible to get the Results/Code Coverage to show up in the SpecFlow (.feature) editor. Most likely this would require access to the data that NCrunch has internally about the Results/Code Coverage. One very odd behavior is that in the Metrics…

  5. acquihire?

    Remco Also none of my 'business', so just venting my reflections here: Given that you are not actively looking for an 'aquihire'. What are your opinions on going 'Open Source' with NCrunch. Providing access to the source code could provide many benefits in allowing others to work on common iss…

  6. Run a single Ignored test

    Still regarding ignored tests. When I refactor the name of the testmethod, it is no longer ignored. I'm not sure if you can capture this though.

  7. Run a single Ignored test

    Hi Remco, as from other feature requests, I figured something more configurable is coming. Yet, I think my request is actually a little bit different. I know this is not a much used strategy, but I often write a 'unit test' that will set up the database or even set up a specific scenario (fo…

  8. Run a single Ignored test

    I have some Integration Tests that are ignored for NCrunch. I was under the impression that I could select an ignored test in the Tests window and select 'Run/Prioritise selected test'. But that does not seem to be the case. 'Debug selected test' also does nothing. Is this the expected behaviour?

  9. Consume Diskspace without clean up

    Use a RAMDrive if you have enough RAM, as stated here: http://forum.ncrunch.net/yaf_postsm1084_Hard-Drive-usage-going-up.aspx#post1084

  10. Larger font for Risk bar

    Hi Remco, I did not mean you to replace the Treeview with the ListView, I'm aware there are lots of features you'd need. It was just to make the mockup, as I do not have the DevExpress controlst. I used it only as a 'visual placeholder'. Interesting question... why do I use that window. I hav…

  11. UnitTest project fails to build

    There is an option in the NCrunch configuration (for the unit test project) that allows you to copy the referenced assemblies to the workspace. It sounds like that could help. But I'm sure Remco will answer with more details soon.

  12. Larger font for Risk bar

    Perhaps, getting rid of some of the '3D' bevels and borders can help in making it cleaner. [img=http://larud.net/picture_library/NCrunch%20Before.png]Before[/img] I did a quick Mock up, just removing the borders: [img=http://larud.net/picture_library/NCrunch%20After.png]After[/img] And in …

  13. Hard Drive usage going up

    FYI: if you have some free memory it really helps to set up a RAMDrive. And configure NCrunch to use that for its 'business'. My machine has 8GB and usually has 4GB that is not in use, so I have set up a RAMDrive of 2GB where NCrunch is storing its data. I reboot my machine (laptop) daily, so I alwa…

  14. Larger font for Risk bar

    Thanks for the screenshot, actually got me thinking to setup my layout differently. see https://twitter.com/#!/rlarno/status/166867731516358656/photo/1 On that note, the NCrunch Tests windows could use some more UI Love, I personally find it a bit cluttered. The list and 'details' panes seem to b…

  15. v1.37b - Debug variables

    Hi, I just tried the debug test feature of 1.37b for the first time (little need to debug otherwise). I noticed that the Debug 'Autos' and 'Locals' have some odd key/values in them. Not the local variables one would expect while debugging. I noticed that while in a [code=csharp]foreach (var item …

  16. References from early adopters?

    I was asked to coach a team that had stalled and failed to deliver features. Though the resolution of their problems also involved many small changes in their 'process'. Including converting Management, the team also had failed at keeping up with their unit tests. They had used Scrum and were now on…

  17. Alternatives for coverage indicators

    Just in case you ever want to move the glyphs into the margin Walkthrough: Creating a Margin Glyph http://msdn.microsoft.com/en-us/library/ee361745.aspx

  18. There is not enough space on the disk

    Hi Remco, I have set up a RamDisk (2GB) and NCrunch filled it with builds. It then complains that there is not enough space on the disk. (I also sent a bug report about it). Can you detect that you are running on a low capacity - high speed disk (<20GB, xMB/s) and assume it is a RamDrive. Then…

  19. Alternatives for coverage indicators

    Love the new Vertical Line; combined it with NoCoverage set to Orange (as black is then not as visible).

  20. Version 1.35b not working?

    Remco, Thanks, did an uninstall - install, and we are back crunching away...