Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch and WP7 projects

    For anyone interested, 1.40b has just been released with build support for Windows Phone 7 applications. At the moment, NCrunch doesn't yet execute tests using the Silverlight/WP7 frameworks, although it is theoretically possible to still use some WP7 class libraries as part of a non-Silverlight te…

  2. Build fail when using var = dynamic

    For anyone interested, 1.40b has just been released including a fix for the above issue. Thanks again for the help in examining this problem.

  3. Code Contract configuration, works in 1.38.19b but not in 1.39.15b

    For anyone interested, 1.40b has just been released with the above mentioned configuration changes, so hopefully this should no longer be an issue for the latest version of NCrunch.

  4. No corner spinner in VS 2012 RC

    Hi John, Thanks for reporting this! Microsoft changed the structure of the VS status bar in the 2012 RC, which broke NCrunch's statusbar integration. 1.40b (due out very soon) will introduce a fix for this. Cheers, Remco

  5. No code coverage for references assembly.

    Hi Ilya - Check that the reference from your test project is actually a ProjectReference and not just an assembly Reference. NCrunch relies on project references to identify the dependencies between projects. If the reference is pointing at the assembly in the built output path, NCrunch won't i…

  6. Any plans to support NCrunch with enabled code contracts?

    Hi Green Moose, Thanks for posting! To use code contracts with NCrunch 1.39b, you need to turn on the 'Allow code contract checking' on your NCrunch project-level configuration (you can use multi-select to select all projects in your solution). 1.40b will split this into two options, with t…

  7. Code Contract configuration, works in 1.38.19b but not in 1.39.15b

    Hi, thanks for posting! 1.39b saw the introduction of a new configuration setting to turn off code contracts for NCrunch. By default, code contracts are disabled. Since the 1.39b release, there's been quite a bit of feedback from other people that have a similar situation to you (i.e. their cod…

  8. Failed to start in French

    Hi Mike - Thanks for reporting this issue. There is a known issue with some of the language packs. I should have a fix for this coming out with the 1.40b release due out in just a few days. Cheers, Remco

  9. NCrunch and WP7 projects

    Hi David - Sorry, but Windows Phone 7 applications aren't currently supported by NCrunch. The upcoming 1.40b release will introduce support for building them, although support for Silverlight testing frameworks is still a way out. Cheers, Remco

  10. Build fail when using var = dynamic

    Hi Mark, Thanks for posting the link to your solution. With this information, I've been able to isolate the issue and I can confirm that a fix will be in the 1.40b release due out in a few days time. Meanwhile I can suggest a couple of workarounds: 1. Add a parameter to each of the problemat…

  11. Unit Test Library for Metro apps with Ncrunch

    Hi, thanks for posting! Right now NCrunch doesn't support Metro apps or their unit testing. Hopefully this will be included in a later release as the Metro development environment further stabilises for the offical Win8 release. Cheers, Remco

  12. Invalid Casting Exception

    Good find. The DeploymentItem would definitely cause the assembly to be copied into the 'Out' dir, and most likely the dynamics of the code under execution (and the CLR doing its thing) would result in the assembly being duplicated inside the test process. Most likely this would affect more than j…

  13. NCrunch Build Failing on MATLAB Reference

    Hi Chris, It seems like the format of the MATLAB library is somehow inconsistent with a normal CLR reference. My theory is that there must be some kind of injection point or custom build step that is specific to MATLAB, but in all truth the problem leaves me quite clueless. The main barrier I f…

  14. ncrunch doesn't appear to understand Link file entries in project files

    Thanks - this makes sense. NCrunch has no awareness of these links. I'll see what I can do about fixing it in a future version. A useful (through perhaps rather clumsy) way to work around this issue is to add the files using the 'Additional files to include' configuration option.

  15. Build fail when using var = dynamic

    I've just given this solution a spin. Unfortunately it didn't produce the problem described (all tests passed for me with one exception, which looked like an unrelated issue). I wonder if there may be something about this issue that's system related. Graeme - does the issue also occur for you?

  16. Build fail when using var = dynamic

    Excellent thank you!

  17. Won't build a project that uses /unsafe compiler switch

    Hi, NCrunch does use the standard build process with the command line flags in the same manner as any command line MSBuild action, and I'm fairly certain I've seen it work with /unsafe before without problems. Most likely what you're experiencing is the result of a more subtle issue. Can you sh…

  18. NCrunch Build Failing on MATLAB Reference

    Hi Chris - I've looked at this a bit deeper, and it looks like at this stage it won't be feasible to add support for MATLAB libraries with NCrunch. Sorry, there's not much I can do to help here. Cheers, Remco

  19. Build fail when using var = dynamic

    Hi Mark, Thanks for posting! I have heard reports of this problem although I've yet to be able to get my hands on a test solution that can reproduce the problem. Is there any chance you could send through to me a solution that can do this? Cheers, Remco

  20. NUnit [Random] supported?

    Hi, NCrunch doesn't support the NUnit Random attribute when using Dynamic Analysis. Try changing your 'Framework utilisation type for NUnit' to 'StaticAnalysis' under your NCrunch solution configuration. Note that if you are using other advanced/edge NUnit features, the support for these is qui…