Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Inconclusive result in NUnit TestCaseSource

    Thanks Max, I've managed to reproduce the issue based on your description and the code you've provided. The AutoFixture.AutoData feature works by randomising the values being passed into the test methods. These values themselves are reported by NUnit when NCrunch interrogates it during the dynam…

  2. Code coverage results are strange when using conditional

    Hi - Thanks for sharing this. Right now NCrunch's code coverage resolution works to the line only (not to the statement), so as you've described, there is granularity that is lost here in the coverage reporting. This has been an often requested feature although at this stage I haven't yet fou…

  3. Inconclusive result in NUnit TestCaseSource

    Hi Max - Thanks for sharing this issue. NCrunch's static analysis doesn't work with NUnit TestCaseSource, as this attribute requires execution of user code in a runtime domain in order to resolve tests. TestCaseSource actually was the main motive for introducing the Dynamic Analysis, as there…

  4. NCrunch 2.0 Load Failure with UNC path

    Hi, Thanks for sharing this issue. The fix above was intended to solve problems with key files being placed on UNC paths. Referenced assemblies on UNC paths are a bit harder ... You can probably work around this by moving the reference off the UNC or by creating a mapped network drive. I'll …

  5. Possibility to change order in Available Engine Modes

    This makes sense. Probably move up/down buttons on the customisation mode dialog should do the trick here. Thanks for the suggestion :)

  6. Chocolatey installer

    Hi Matt, Thanks for the prompting! Although this chocolatey installer is maintained by someone else - you may wish to prompt them to see if they are interested in updating it? Cheers, Remco

  7. NCrunch cannot build project that VS can

    The ignoring of projects through the Configuration Window is managed only through the Configuration Window. If you right click on the tree column header in this window, you'll see that you can add a called called 'Is Ignored'. Sorting by this column and using the multiple selection options in the …

  8. NCrunch cannot build project that VS can

    Thanks for sharing this list of issues. I've added a task to examine performance around the configuration window in setting the platform/configuration values for multiple projects. The behaviour you've described (sluggish performance in text box) is not by design, so this is definitely worth looki…

  9. NCrunch cannot build project that VS can

    Nope! The configuration window in NCrunch supports multiple selection. Just select all your projects, then change the properties, and you're done :)

  10. NCrunch cannot build project that VS can

    Great stuff, thanks guys! Kareem - I recommend having a look at the [url=http://www.ncrunch.net/documentation/reference_project-configuration_use-build-configuration]Use Build Configuration[/url] and [url=http://www.ncrunch.net/documentation/reference_project-configuration_use-build-platform]Use …

  11. app.ico not being copied in C++/CLI DLL project

    Hi Will - Thanks for picking up on this one. NCrunch doesn't have the <Image> item in its auto configuration list. I've just made a note to add it in. You can work around this by adding the file to your 'Additional files to include' setting. Cheers, Remco

  12. NCrunch cannot build project that VS can

    Thanks guys! I've prepared a new build containing a speculative fix to resolve this problem. I'm wondering if you'd be interested in giving it a try? If this fix solves the problem, I'll include it in the official 2.2b build due to go out next week. [url=http://downloads.ncrunch.net/NCrunch_VS…

  13. NCrunch 2.1 Fails To Build - ASPRUNTIME error

    Right. I think we're getting closer on this. The ASPNETCOMPILER calls into user code (NinjectWebCommon.cs) as part of its build process. This means any exception thrown during the CreateKernel method will bubble up obscurely as a build error. The missing Ninject.Extensions.Conventions file is …

  14. Slow Cheetah Causing Build Failure

    Hi, At the moment, unfortunately, I think the best way is to include the version number of the package in the additional files to include. It IS possible to include the entire nuget packages directory ("packages\**.*"), although this will add quite a bit of weight to each workspace. The 'pack…

  15. Colon in NUnit TestCase breaks ExclusivelyUsesAttribute

    Hi Bart - Right now I'm aiming to have this in the next v2 beta (v2.2b) expected to go out next week.

  16. NCrunch cannot build project that VS can

    I've had a bit of a dig through this one, and I'm wondering if you could share some more details about this project. Which language is it written in? Does the project have any absolute file paths in it? Is there any chance you can share the .proj XML with me? You can submit this through the su…

  17. NCrunch cannot build project that VS can

    Doing both, as you have done, is ideal - as the bug report contains relevant information to help analyse the issue, and the forum is the best way to handle communication around it :)

  18. NCrunch cannot build project that VS can

    Hi, thanks for reporting this issue. I've just seen your bug report come through and I'm currently taking a look. Hopefully I'll have an update for you soon. Cheers, Remco

  19. NCrunch 2.1 Fails To Build - ASPRUNTIME error

    Hi Tom - Thanks for the bug report! I'm wondering if I could bug you into trying something else. After the build has failed, can you do the following? - Right click the failed build in the Tests Window, go to Advanced->Browse To Workspace - Find the project file in the workspace (VoiceXML.c…

  20. Colon in NUnit TestCase breaks ExclusivelyUsesAttribute

    Hi, Thanks for reporting this issue. It looks like the test name is interfering with NCrunch's ability to properly identify the test method. I'll see if I can get this fixed. You should be able to work around this problem by setting your [url=http://www.ncrunch.net/documentation/reference_so…