Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NChrunch and Dependancy Inject via Spring.Net

    Hi Heiko, Thanks for posting! You're correct in that it does look as though this is a problem caused by the runtime resolver. I'd really like to have a look at your sample solution if you can make it available. My knowledge of spring is very limited, but is it possible for you to supply your…

  2. no stack traces when test fails

    In this situation, the parent fixture will be the derived class you've created that is shown as the owner of the test inside the tree view. When you are inheriting from another fixture, you are effectively creating a new fixture with a different name that inherits many of the properties of the base…

  3. no stack traces when test fails

    Hi Tom, In this case, the test failed because its parent fixture failed on setup. If you choose the parent fixture in the tree view, it should show you the stack trace. NCrunch has a strong distinction between fixtures and tests, as mechanically they behave very differently. To show the stac…

  4. nCrunch doesn't build test project, as if it doesn't know about references

    No problem. Glad we figured it out :)

  5. nCrunch doesn't build test project, as if it doesn't know about references

    Thanks again. It looks as though the TeamAgile.XtUnit project isn't included in the same solution as your test project. Is this the case? Right now NCrunch has a known issue with building against references to projects outside the current solution. It's on the list of things to be addressed (a…

  6. nCrunch doesn't build test project, as if it doesn't know about references

    Thanks. As the bug report only contains a limited log capacity, I'm wondering if you might be able to give me a fresh capture. Would you be able to do a complete reset of NCrunch (disable/enable) then submit the report as soon as all the builds complete?

  7. NCrunch fails when building certain assemblies: PathTooLongException

    Hi Jay, Thanks for posting! This exception is being thrown from the project loader in NCrunch - so while changing the WorkspaceBasePath is definitely a good idea (and should be done for a project like this), know that this issue will occur before NCrunch goes to construct workspaces. You can p…

  8. nCrunch doesn't build test project, as if it doesn't know about references

    Excellent thank you! I've had a look through the bug report and it seems that something really strange is going on with NCrunch's resolution of the assemblies you have in the target\dev\x86\checked\ directory. Would you be able to show me how these files are being included in your build? (i.e. c…

  9. nCrunch doesn't build test project, as if it doesn't know about references

    Hi Tom - Thanks for reporting this issue. Would you be able to submit a bug report using the 'NCrunch' menu as soon as this issue occurs? It looks like a resolution problem inside the engine. Cheers, Remco

  10. Code Coverage percentage report on NCrunch

    Hi Asha, Thanks for posting. A number of people have requested this feature and it is on the list to be implemented in a future release. Cheers, Remco

  11. TestCase attribute with ">" fails to run

    Hi, thanks for reporting this problem. v1.36b (due for release before Christmas) has completely rewired the NUnit integration around test cases and has this problem resolved, so hopefully you won't need to deal with it for long. Cheers, Remco

  12. Conflict with MSTest: x64 vs. AnyCPU

    Hi Malte, Thanks for reporting this. A few people have been experiencing this problem and it's considered a high priority fix for 1.36b. Cheers, Remco

  13. Silverlight Support

    Hi Andrew - Thanks for letting me know about this tool - I wasn't previously aware of it and it looks very interesting. I'll keep it in mind :) Cheers, Remco

  14. Where does it host?

    It looks as though something in your tests project is causing the lines reporting the PDB file to be out of alignment with NCrunch's code model. Is this a codebase you're able to share? I'd really like to see what's different about this test project.

  15. Where does it host?

    Thanks for posting the details. I'll take a look at the bug report and get back to you.

  16. NCrunch continually failing with "process cannot access the file"

    Good to hear! Thanks for reporting it.

  17. NCrunch continually failing with "process cannot access the file"

    Ok - I think I may have this figured out. It looks as though NCrunch isn't properly considering the extent of the upwards referencing for your output path when it creates a workspace for your web project. Because the output path is 3 levels up from the workspace root, it's trying to reuse the sa…

  18. NCrunch continually failing with "process cannot access the file"

    Thanks - is the web project itself set to output files using an absolute path? Would you be able to show me the msbuild XML where the output path is specified?

  19. NCrunch continually failing with "process cannot access the file"

    Ok - that confirms that this is a dependency problem inside NCrunch. These problems can often be quite tough to analyse/reproduce because of the number of moving parts, so I apologise in advance if I need to barrage you with questions :) Are you able to give me a short summary explaining the dep…

  20. Option to deny checking in of code while any unit test is red

    At the moment NCrunch doesn't include integration with SVN (or any other VCS). Because it can't control when people check in, there's no way to block it. There are some very speculative plans around VCS integration with NCrunch, though these are still a very long way off and the use cases haven't …