Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Buttons not visible in Custom Engine Modes dialog when DPI setting is 150% (144 PPI)

    Thanks! I'll see what I can do.

  2. Visual Studio GUI random freezes/unresponsiveness?

    With the project size you've described, NCrunch should be absolutely flying. I find it a bit surprising that Nuget package restore would be causing poor responsiveness in the IDE (i.e. lockups and such), though it isn't a surprise to me that it would add to your build times. NCrunch 1.37 introduce…

  3. Hard Drive usage going up

    Hi Jaminto, Are you able to help with answering the questions below? This will help me to determine whether what you're experiencing is defective behaviour or behaviour by design: * How large is your solution with all of its projects and resources? (As required in the workspace by NCrunch) *…

  4. Config file manipulations fail

    Supporting the global MSTest configuration is something I looked into doing when implementing the MSTest support, though unfortunately it requires a large amount of integration and at the time I couldn't find a reliable way to do it. There are also changes coming in NCrunch that would be logically …

  5. Execution time includes JITting/DLL loading time

    This is very true. The recording of line-level execution times is very physical and can vary depending upon low level activities that are occurring in the system (such as the JIT, thread context switches, etc). I'm not sure if this is something I can easily fix, but it's certainly something I'm th…

  6. MSpec empty tests should be reported as FAILED not PASSED

    The version of NCrunch just released (1.38b) adds a new project-level configuration option to control this, 'Consider inconclusive tests as passing'. This has been made configurable because the usage of inconclusive tests can vary depending upon your workflow. Setting the option to true should cau…

  7. Config file manipulations fail

    Hi Roman, This makes good sense now. NCrunch doesn't support MSTest's global configuration settings, so if you specify deployment items globally then they won't be copied to the output directory. There are two ways you can work around this. The first is to use the [DeploymentItem] attribut…

  8. Add Pin/Unpin tests on assembly level

    For anyone interested, the ability to customise engine modes has just been released with NCrunch 1.38b.

  9. Consume Diskspace without clean up

    For anyone interested, 1.38b has just been released containing a fix for a problem that was preventing workspaces from being cleaned up if they contained read-only files.

  10. Hard Drive usage going up

    For anyone interested, 1.38b (just released) contains a fix for an issue that was preventing workspaces cleaning up if they contained read-only files. Hopefully this should solve the problems described above.

  11. Run a single Ignored test

    For anyone interested, the feature described above (custom engine modes) has just been released with NCrunch 1.38b.

  12. Issue with similar assembly names

    For anyone interested, 1.38b has just been released containing a fix for the above issue.

  13. workspaces taking a lot of disc space

    For anyone interested, the issue with cleaning up workspaces containing read-only files has been fixed in the NCrunch version just released (1.38b).

  14. UnitTest project fails to build

    For anyone interested, 1.38b (released an hour ago) contains a new configuration flag that can be used to suppress the signing of assemblies during NCrunch builds. This can be used to work around issues like the one above, which may be caused by signing situations that are more complex than NCrunch…

  15. Cannot build VB.Net projects. Get error vbc, NCRUNCH; ^^ ^^ ' is not valid: Character is not valid.

    For anyone interested, the above issues should now be fixed in 1.38b (just released!)

  16. "Build in progress" for extended periods?

    A fix for the above issue has just gone out the door with the 1.38b release. Upgrading is highly recommended!

  17. Tests Using the Ignore Attribute are not visible at all in NCrunch

    1.38b has just been released including the support for customising engine modes, which should improve the above experience.

  18. NCrunch crashes when enabled

    I've beefed up some of the error reporting in this area in the 1.38b release that just went out the door. Hopefully this will help with narrowing down what causes issues like the above.

  19. Is VS 11 Beta supported?

    For anyone interested, 1.38b has just been released including support for VS11 Beta.

  20. Unable to resize columns in Processing Queue window

    Do you have any extraordinarily long test/fixture names in your project? I.e. more than 200 characters.