Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. SpecFlow Results/Code Coverage

    Hi Rudi - I'm afraid it's hard for me to create a meaningful response to the idea of showing code coverage in feature files until I've had a good look at how SpecFlow works internally and which integration strategy is most sensible. Right now SpecFlow integration is in the NCrunch backlog, altho…

  2. nuget-installed ninject.extensions.factory fails under ncrunch

    This isn't at all a bad idea, although as I'm sure you can imagine it would be difficult to create a clean and consistent implementation. One of the things I have considered is to introduce an 'auto configure' mode that would do something similar to what you've described, and set a bunch of configu…

  3. nuget-installed ninject.extensions.factory fails under ncrunch

    Ok, I take much of that last post back. It seems that MSTest is doing its best to make a fool out of me. Apparently the BaseDirectory inside the Visual Studio MSTest app domain depends upon whether or not you have the 'Enable Deployment' option turned on inside your MSTest configuration. If you…

  4. nuget-installed ninject.extensions.factory fails under ncrunch

    Hi James, Sorry - I've just re-read my post and realised that I didn't make it completely clear what I was asking. NCrunch sets the base directory to be equal to the MSTest working directory exactly as you've described. This is by design and is exactly as you've described it. It also is (in …

  5. Coverage Metric differs on coding style

    Hi - Yes, there is a difference between how the code coverage is calculated/considered between NCrunch and NCover. While both work at MSIL level, NCrunch uses a lower resolution for coverage detection - working on a line-by-line basis, while NCover works by statement. The reason for this is a…

  6. nuget-installed ninject.extensions.factory fails under ncrunch

    Hi James - Nice analysis! Are you able to let me know which version of MSTest you were checking this behaviour against? Or whether you have any custom configuration that might affect it? When I test locally with MSTest under VS2010, it always sets the application base directory to be equal to …

  7. Compile Errors Hyperlinking.

    For anyone interested, this feature has just been added in the recently released NCrunch 1.39b.

  8. Support for NUnit 2.6 Action Attributes

    For anyone interested, the recently released NCrunch 1.39b adds support for many NUnit 2.6 features including Action Attributes.

  9. Skip unnecessary costly build steps (code analysis / code contracts static checker) when possible

    For anyone interested, the recently released v1.39b of NCrunch includes a project-level configuration setting that can disable code contracts checking for NCrunch builds. By default, code contracts checking is now disabled.

  10. Tried creating a no-contract build configuration for ncrunch, ncrunch can't build anymore

    For anyone interested, a fix for this issue has been released recently with v1.39b of NCrunch.

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

    For anyone interested, a fix for this issue has been released recently with v1.39b of NCrunch.

  12. VS2011 metro project support

    For anyone interested, a fix for this issue has been released recently with v1.39b of NCrunch.

  13. mspec and generic type behaviors not found by the runner

    For anyone interested, a fix for this issue has been released recently with v1.39b of NCrunch.

  14. Constantly running out of disk space on my 6GB RamDrive with a 200mb solution

    For anyone interested, the recently released v1.39b contains a fix that should greatly reduce the disk consumption of solutions that are using Nuget.

  15. System.NullReferenceException when running with isolator V7

    An update on this: I'm currently working with members of the Isolator team to identify why this issue is occurring. Hopefully I'll have more details to share soon.

  16. very long time to build new workspace - possibly the cause is nuget

    For anyone interested, the recently released v1.39b contains a fix that should greatly reduce the disk consumption of solutions that are using Nuget.

  17. NCrunch Build Failing With RamDisk + NuGet Enable Restore

    For anyone interested, the recently released v1.39b contains a fix that should greatly reduce the disk consumption of solutions that are using Nuget.

  18. Enable NCrunch menu option is disabled

    For anyone interested, the issue described above (devenv.exe left hanging) was caused by a random deadlock on exit of VS and has been fixed in the most recent release of NCrunch (1.39b).

  19. MSTest - NCrunch doesn't fail on multiple TestInitialize

    Hi James, Thanks for reporting this. It's of no surprise to me as NCrunch's test runner only emulates MSTest behaviour rather than integrating with it directly. I expect there will be other similar misalignments, though right now I'd prefer to avoid adding many of these constraints to the NCrun…

  20. nuget-installed ninject.extensions.factory fails under ncrunch

    Hi James - I believe so. I'm not familiar with this framework myself but based on the comment of the author my expectation is that it is loading assemblies into the app domain dynamically, with the expectation that they exist in the same directory as the executing DLL. Have a look [url=https:…