Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch Tests window Search and Keyboard Navigation Request

    Hi, Thanks for sharing these ideas! The keyboard navigation is a feature pending in the upcoming V2 release. I really like the search idea. I'll need to look into clean ways of implementing it as I think the ideal UI workflow for something like this may be quite different to the existing f…

  2. Dlls for nuget packages copied to solution root

    Hi, thanks for reporting this issue. I haven't been able to reproduce the exact problem you've described above, but looking into what is happening here, I think I can construct a fairly concrete theory on what is happening. It seems that when the Nuget package manager is accessed, it touches t…

  3. How to show MSBuild warnings in NCrunch

    Hi - Thanks for posting! This is a bit of a feature gap in the current available version of NCrunch. So far the focus has been on build and test issues rather than build warnings. A feature that will be introduced in V2 is the ability to show build warnings beneath build errors in the test…

  4. NCrunch in VS 2008: No spinner, no way to config marker style

    Hi Daniel - At the time of NCrunch's first beta release, VS2008 was already a fading memory, with very few users still making use of it. One of the big issues with VS2008 is that it uses a completely different UI structure to all later versions of Visual Studio, which meant that certain NCrunch …

  5. NCrunch doesn't appear to copy linked content files to output directory

    Great! Happy crunching! :)

  6. NCrunch doesn't appear to copy linked content files to output directory

    Hi Richard, Thanks - this makes sense. I think an important distinction we need to make is around the difference between NCrunch setting up the workspace for your project, and the project itself being built. The goal of workspace construction is to be able to create a project with the exact sam…

  7. NCrunch Fails to build "Async for .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5"

    Great. Thanks for letting me know. I've noted this down for a review, as if things were working correctly, such a change shouldn't really be necessary.

  8. NCrunch doesn't appear to copy linked content files to output directory

    Hi Richard - My (perhaps incorrect) understanding of the Link element is that it is merely cosmetic - allowing the file to be given a friendlier name inside the solution explorer in the IDE. Without the link element, the file would always appear at the root level of the project. Is it possible …

  9. NCrunch doesn't appear to copy linked content files to output directory

    Hi Richard - Thanks for posting! In theory, this should just 'work', as NCrunch detects the relatively linked paths through the Content tags and should already be aware of them. There should be no setting required for this, and I'm not aware of any setting that could impact its behaviour. …

  10. NCrunch Fails to build "Async for .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5"

    Excellent! Just to clarify - was it the app.config change that did the trick, or the new build, or both?

  11. NCrunch Fails to build "Async for .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5"

    Thanks for sending the bug report. This helped highlight some interesting information: The primary reference "C:\Users\Lee\AppData\Local\NCrunch\17572\1\MvcApplication1\bin\MvcApplication1.dll" could not be resolved because it has an indirect dependency on the framework assembly "System.Threadin…

  12. Build error using PostSharp, extending OnExceptionAspect

    Hi, Thanks for sharing this issue. I'm afraid my knowledge of postsharp is fairly limited, but I'll do my best to try and help figure out where this is clashing. Are you making use of any features in the newly introduced PostSharp version? I think the best plan is to try placing NCrunch in […

  13. Metrics Header Customization Issue

    Hi Mark, Thanks for reporting this. I'll need to look into this further to be sure, but my gut feeling is that it may be a result of a clash between Code Rush and NCrunch. NCrunch uses a DevExpress control for this Grid, which is now running on an outdated version and causing all kinds of chaos…

  14. System.InvalidOperationException: Failed to resolve type: System.Action

    Great to hear! I have a feeling that this issue probably appeared as the result of a code change to the affected project (i.e. a System.Action parameter added to a public method). The problem would have been lurking for some time, and we just needed the right arrangement of code to surface it.

  15. System.InvalidOperationException: Failed to resolve type: System.Action

    Hi, Thanks for sharing this issue. As Windows Phone 8 is based on Silverlight, officially NCrunch [url=http://www.ncrunch.net/support/frameworks]isn't expected to support it until Version 2[/url]. With that in mind, it's surprising to me that this actually worked for you previously. Anyway…

  16. Forum email notification doesn't work

    Excellent :) It looks as though this was caused by the reply-to address. I'm not sure exactly which mail server kicked it out, but I'm glad it's fixed now.

  17. Forum email notification doesn't work

    How about now?

  18. NCrunch behaving strangely with AppDomains

    Hi Martin - NCrunch works by identifying static references between projects, then linking copies of these projects together at run time to build virtual environments in order to run tests. As such, the nature of what you're doing here (i.e. generating custom application domains through dynamic a…

  19. Forum email notification doesn't work

    Ping. Did you receive a notification on this message?

  20. Forum email notification doesn't work

    You should be able to adjust your email address in your ncrunch.net account settings - [url=http://www.ncrunch.net/User/MyAccount]http://www.ncrunch.net/User/MyAccount[/url]. Once you visit the forum, the notification address in the forum will update itself with your new address. If you like, drop…