Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Exception when building with NCrunch 2015 2.11.023

    Hi, Sorry, this forum is targeted towards supporting NCrunch customers. As such, I can't provide support for other projects, but I can give you advice on this problem and how it can be solved. The problem itself is in Microsoft.Cci, which is a library used by Gallio to read debug information …

  2. Support for NUnit 3.x?

    Hi, thanks for posting! NCrunch does support NUnit V3. This involved a complete rewrite of the NUnit integration to put it through NUnit V3's new API. NUnit V3 support was introduced back in October last year (NCrunch v2.17), so it's fairly mature now.

  3. Loading / running FsCheck tests

    Thanks for sending through the sample solution. I've managed to get this to work by adjusting the NUnit integration to introduce a binding redirection to version v2.6.3. Unfortunately, although simply moving to v.2.6.4 would solve this immediate problem, there is the likelihood that this wouldn'…

  4. With CPU architecture x64, hosting strategy x64SatelliteProcess, NCrunch runs in an x86 process

    Hi, See here for more information on why you're seeing this in X86, and what you can do about it: [url=http://www.ncrunch.net/documentation/troubleshooting_x86-x64-platform-issues]http://www.ncrunch.net/documentation/troubleshooting_x86-x64-platform-issues[/url].

  5. Force console tool to use grid nodes instead of local

    Unfortunately, the machine running NCrunch.exe will usually need to have the same version of MSBuild installed as is intended to be used on the grid node servers. This is because NCrunch.exe still needs to load the projects on its local machine before it can farm out the work to connected nodes. …

  6. Exception when building with NCrunch 2015 2.11.023

    Hi, Thanks for sharing this issue. Can you confirm which version of NCrunch you are running? If your problem is identical to the problem described above, this should have been fixed some time ago through a code fix to the version of Gallio packaged with NCrunch. It's possible you're hitting …

  7. Force console tool to use grid nodes instead of local

    Hi, NCrunch.exe carries with it integration with all supported versions of VS. By default, it will use the highest available version of VS installed on the machine. You can force it to use a specific version of VS/MSBuild using the /VS command line parameter, for example: NCrunch.exe mysolut…

  8. Loading / running FsCheck tests

    [quote=abelb;9468] Yes, I can share the project. It is proprietary, but I assume you will treat it with the utmost care (and remove it completely with no remaining backups when no further research is needed, this is a requirement of my clients). It is, however, single-layered, so no need for databa…

  9. Problem building a Service Fabric Actor project

    Hi, thanks for posting! When NCrunch executes a build, it sets a property '$(NCrunch)' equal to '1'. It's possible to use this property to change the behaviour of your build. In this case, I'd expect we'll want to use it to disable a build import. I haven't seen your project file so I'm not …

  10. Loading / running FsCheck tests

    Hi, thanks for sharing this issue. NCrunch has had a bit of a bumpy road with NUnit extensions. This is because NUnit extensions can override NUnit behaviour at a very fundamental level and change very large parts of how NUnit operates, including the structure of the tests themselves and how the…

  11. project using project.json can't find `system.net.http`

    [quote=moswald;9464]Yes, NCrunch 2.4 builds the project properly, but 3.1 does not.[/quote] Thanks for confirming this. I'll look into this on my side to see what I can find. Can you confirm that the project.json file is copied into the NCrunch workspace? Edit: Is it also possible for you to…

  12. Nothing being written to 'Project config file storage path'

    v3.1 is now available - [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url].

  13. VS15 Installer

    v3.1 is now available - [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url].

  14. NCrunch doesn't start crunching

    Awesome! Thanks for confirming :)

  15. NCrunch doesn't start crunching

    v3.1 is now available - [url=https://www.ncrunch.net/download]https://www.ncrunch.net/download[/url].

  16. NCrunch doesn't start crunching

    [quote=Dirk Maegh;9454]Lightweight option was switched off, as mentioned in previous post. Bug in VS2017 ?[/quote] Sorry! I missed that bit. It could well be a bug. Does opening the project properties allow NCrunch to load it?

  17. NCrunch doesn't start crunching

    Hi, Thanks for sharing this issue. Try turning off the VS2017 lightweight solutions in your VS options. This feature isn't yet supported by NCrunch. There is also another problem that may be affecting you here. I'm about to release v3.1 with some critical fixes. Hopefully between these t…

  18. project using project.json can't find `system.net.http`

    [quote=moswald;9450]It restores and builds properly from within VS2015, but NCrunch 3 does [i]not[/i] build it. I'm fairly certain this project was working fine under v2.4, but I'll have to wait until tomorrow to test that out.[/quote] Thanks. I'm keen to hear how this goes.

  19. project using project.json can't find `system.net.http`

    [quote=moswald;9448]Hrm. This isn't a .NET Core library, though. It's just using `project.json` as the nuget source. I thought at one point this was working, but maybe I'm misremembering.[/quote] Ahh, sorry. I misunderstood. Does a restore packages and rebuild work correctly? Does the project …

  20. project using project.json can't find `system.net.http`

    Hi, Support for .NET Core isn't here yet with NCrunch unfortunately. Although the release of the tooling for this a week ago now makes it possible for NCrunch to support this, some development is still required. Likely it will be available in January.