Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. The OutputPath property is not set for project

    Interesting. Do the projects build on their own outside the solution? If not - hit the Bug Report button and I'll take a look at the log file.

  2. NCrunch cannot see Spring.net config file while running test

    Are you guys using any interesting build steps, such as config substitution? I've seen this happen quite often with people that use pre/post build events to manipulate configuration, but then leave these events turned off in the NCrunch configuration. Another one to check is whether the file is …

  3. Crunch crashes on every project.

    Thanks for the detailed report. It looks like this is being caused by a stack overflow thrown up from the build engine. Would you mind trying to turn off instrumentation for all of the projects you are crunching? This will help me to narrow down the code involved. Cheers, Remco

  4. Position of Red/Greent Points

    Hi Albert, This is a tough one to change - more because of the way the VS visuals work. I wouldn't mind it myself (as overlapping with source code is hardly conventional), though the effort/payoff ratio will likely put this a bit further down the priority list. If you're aware of this causing b…

  5. Failures need to growl

    Agreed. This one is also on the list :)

  6. Improvement: Show "All Solutions" Configuration even no solution is loaded

    Good call. The whole configuration area of NCrunch is line for a complete rework, as it isn't particularly intuitive (or attractive). Certainly it would be good to be able to configure the system without having it switched on. I'll see what I can do :)

  7. Tests are not recognized

    Hi Peitor - Thanks for posting this one! NUnit TestCase attributes aren't yet implemented in the current build of NCrunch, though there have been a few people asking after this, so it won't be far away :) Cheers, Remco

  8. Vote for the next testing framework to support!

    Eventually NCrunch will support all of these frameworks - but this vote will determine the order in which I introduce them to the tool.

  9. The OutputPath property is not set for project

    This is quite a common error often seen when the projects within your solution can't be built independently using MSBuild. You should in theory be able to replicate the error outside of NCrunch by building your .proj files directly using MSBuild on the command line. Make sure each of your .pro…

  10. Initial pricing information and release plan?

    Thanks for the ideas - I'll certainly keep them in mind. I'm glad you enjoy using the tool and I hope you also tell others about it. So far the reception has been very positive, so I do have high hopes :)

  11. Initial pricing information and release plan?

    It's alright, I was expecting this question :) And I have to be completely honest in saying that it totally depends on how well the product is received and where it goes. I'm very conscious of the fact that not all developers have deep corporate budgets to dig into for a tool like this, though i…

  12. Problem with NUnit TestCase attribute

    By future, I mean most likely within the next couple of months :) I've had a few people ask for it .. and actually wouldn't mind using it myself.. But stability/reliability still comes first. TestCaseSource is in the same boat I'm afraid.

  13. Problem with NUnit TestCase attribute

    Hi Lassevk - Thanks for posting. Currently NCrunch doesn't support this attribute, although this is in the list of enhancements to be included in a future version. Cheers, Remco

  14. Can't install VS2010 version

    Hi - Thanks for posting about this. I've speculatively identified an issue with the installer that could cause this - I'm still not completely sure why it's impacted the one machine (and not others), but I'll definitely try to include a fix in the next beta build. The VS2010 installer doesn't…

  15. Failures need to growl

    I can definitely see the value in that. Will see what I can do :)

  16. content files set to copy to output folder not copied to temp runner directory

    This makes sense. NCrunch will separate the output assemblies into different [url=https://www.ncrunch.net/documentation/concepts_workspaces]workspaces[/url]. Where your manual test runner probably dropped the files in the same place as your test assembly, the NCrunch's behaviour would have made th…

  17. Failures need to growl

    Have you had much of a look at the risk/progress bar? This is quite a useful way to keep tabs on how many tests are failing in the solution. You can dock it to the side of your IDE and make it smaller so it doesn't sit in the way. Admittedly though, this won't show you the details (text) of the f…

  18. NSpec support

    Thanks! Make sure you [url=http://forum.ncrunch.net/yaf_postst8_Vote-for-the-next-testing-framework-to-support.aspx]vote for it[/url] as the next framework to be supported by NCrunch

  19. Vote for the next testing framework to support!

    Place your votes for the next testing framework to be supported by NCrunch! If you like one that isn't shown above, post it below and I'll add it to the poll :)

  20. Visual Studio 2010 won't start

    I have some ideas on things to try in order to get more information about the failure, if you are willing to give them a try :) 1. Try running Visual Studio with logging enabled, for example: "C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" /log c:\output\vslog.log Th…