Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. xUnit 2, ICollectionFixture not working

    I'm fairly certain NCrunch should have handling for this. There are a number of test cases around it ... Let me know if you find a way to reproduce the problem consistently.

  2. Corrupt ncrunchproject files

    [quote=damianh;7529]Is this related to http://forum.ncrunch.net/yaf_postst1580_--ncrunchproject-and---ncrunchsolution-encoding-change.aspx ?[/quote] I strongly suspect it is.

  3. Unrecognized configuration section userSettings

    Hi Chris, Thanks for sharing these extra details. I've done a little experimentation on this side, and I've come up with a theory on why this may be happening for you. I think that the root of the problem is actually in the arrangement of configuration in your .config files, rather than the S…

  4. Unrecognized configuration section userSettings

    Hi Chris, Thanks for sharing this issue. You'll have to forgive me but I'm not very familiar with this method of declaring config settings. Can you share any more details about the code involved in this and how it's expected to behave? Is it possible that this is simply a file that hasn't be…

  5. ExpectedException inheritance ingored

    Hi, Thanks for sharing this issue. This looks like a simple misalignment in NCrunch's MSTest emulation. I'll see that it gets fixed in the next version of NCrunch.

  6. Debugging/instrumentation seems incompatible with new compiler output from VS 2015 RTM, no locals?

    Sorry, it doesn't look like I will be able to provide you with a fix for this issue in the short term. On close analysis of the method, there does not appear to be any debug metadata being misinterpreted by NCrunch. Somehow, the variables are being swallowed. I've had no luck in reproducing the…

  7. Provide teamcity metrics in Console Tool

    Hi, It's great to see that you've come up with a way of exporting results to Team City in a format that it can recognise. Does the export work correctly? I made an attempt at something similar when first introducing the NCrunch Console Tool, but couldn't find a way to integrate with Team City. …

  8. No way to reset test window

    Hi, Thanks for posting! The ability to reset the status of a test makes sense as a feature request. You're welcome to post it and vote for it on [url=https://ncrunch.uservoice.com]uservoice[/url] if you like. Many people that use NCrunch have tests that take a long time to run, and the dat…

  9. Build fails under VS 2015 RTM, seems to be using old files/assemblies?

    I am aware of a problem in which NCrunch can get out of sync with VS document windows under certain circumstances. Making a change to the offending document will always correct the issue immediately. As I've never been able to reproduce the issue consistently enough to understand it, no path to a …

  10. Debugging/instrumentation seems incompatible with new compiler output from VS 2015 RTM, no locals?

    Thanks, this really helps a whole lot. I'll need to look into this in more detail before I understand exactly what's happening, but looking at the complexity of the method involved, I'd say there's a high chance that the Roslyn compiler is emitting debug metadata that NCrunch is not interpreting …

  11. NCrunch and Autofixture NUnit AutoMoqData with parameters problem

    Thanks. I wonder if this may be due to the way the test are being named between NUnit and xUnit. If the physical name of the test includes any random data (as might be provided by autofixture), then there will be problems. I would not be surprised if the autofixture implementation between xunit a…

  12. Debugging/instrumentation seems incompatible with new compiler output from VS 2015 RTM, no locals?

    Hi, Thanks for sharing this issue. I've just given VS2015 RTM a quick test with a basic method, evaluating locals under NCrunch. In the simplest case, all seems to be in order. I think there may be something unique about the method you are examining that is surfacing this issue. Is it usi…

  13. Build fails under VS 2015 RTM, seems to be using old files/assemblies?

    Hi, Thanks for sharing this issue. There is a massive range of things that can cause an issue like this, so I'm afraid I need to ask quite a few questions to try and narrow this down. I'm not sure if you're able to answer them all, but each one will help: - Do you receive any build warning…

  14. Build fails with VS2015 Analyzers

    Hi, This looks to be a dependency resolution/implicit dependency issue (see [url=http://www.ncrunch.net/documentation/considerations-and-constraints_implicit-file-dependencies]http://www.ncrunch.net/documentation/considerations-and-constraints_implicit-file-dependencies[/url] for more details). …

  15. Build fails with VS 2015 RTM

    Hi, Thanks for sharing this issue. The problem appears to be a compatibility issue between SpecFlow and VS2015. When NCrunch loads your project, it detects the reference to the SpecFlow binary and automatically includes the SpecFlow.targets file inside your project as an import. The reason…

  16. Go to next build failure with no open windows

    Hi, Thanks for sharing this issue. The behaviour you've described is not intentional. It should be independent of the open editor windows. I've easily managed to recreate the issue, however. At this stage I cannot yet promise a fix (VS being as it is), but will see what I can do!

  17. Problems with automapper?

    Hi Steve, Unfortunately, there isn't an NCrunch setting that will adequately fix this problem. This is because of the way in which NCrunch breaks your tests up into batches and calls into the test runner process multiple times (once for each batch). This is needed to allow the engine to drive t…

  18. Issue with 'Copy Referenced Assemblies To Workspace'

    Hi Wilhelm, Thanks for reporting this. I've done some quick tests and confirmed that this issue is caused by NCrunch overwriting existing files when copying referenced resource files across projects - something that MSBuild/VS doesn't normally do. Do you mind if I include a fix for this in th…

  19. Webjobs.wap.targets file causing build failure

    Hi, This is certain to be a matter of including the file in NCrunch's discovery steps. Note that the ncrunchproject file is a configuration file that isn't intended to be modified manually. The declarations you've made by hand should actually be made to the project file itself (since NCrunch in…

  20. Unattended installation for NCrunch GridNodeServer

    Not directly, but this should be possible by scripting a manual installation of the grid node service - see [url=http://www.ncrunch.net/documentation/manual-installation-instructions]http://www.ncrunch.net/documentation/manual-installation-instructions[/url]. Installing the MSI in the script may …