Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. An item with the same key has already been added

    Hi Adam, Give this build a try and let me know how it goes: [url=http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.6.0.12.msi]http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.6.0.12.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.6.0.12.zip]http://downloads.ncrun…

  2. Issues copying a file during test

    Hi, thanks for posting! Because NCrunch sandboxes each project in a separate dynamically assigned location, there won't be a single path that you can use to reference this assembly if it exists as a project within your solution. If it is merely a referenced assembly (and not a project), the be…

  3. Register for COM interop failed to build

    Hi Gaetan, Thanks for sharing this issue. Does setting NCrunch in [url=http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]compatibility mode[/url] make any difference in regards to this issue? Cheers, Remco

  4. An item with the same key has already been added

    Thanks Adam. Unfortunately the log didn't show which reference was the direct cause of the problem, but I think this is an issue best solved by making NCrunch more resilient to this kind of build behaviour. I'd like to provide you with a fixed build. If all goes well, hopefully I can get this t…

  5. NCrunch, MSTest & categories

    Thanks for sending through the sample solution. I've had a bit of a play with this, but I can't seem to make it behave incorrectly. I'm wondering if there may be some kind of system related variable here, or if perhaps the behaviour of NCrunch is different from what you're expecting. Can you …

  6. Force NCrunch to Output to Standard Console

    Hi, thanks for coming back to this one. This feature hasn't been implemented yet, but you're welcome to vote for it in on uservoice if you like - [url=https://ncrunch.uservoice.com]https://ncrunch.uservoice.com[/url].

  7. An item with the same key has already been added

    Hi Adam, Thanks for reporting this issue. It looks like the NCrunch build is reporting some kind of reference duplication in its output. Probably this is related to a library or toolset used by some of your projects. Would you be able to submit a bug report straight after NCrunch has tried t…

  8. NCrunch, MSTest & categories

    Hi, thanks for sharing this issue. Unfortunately I haven't been able to reproduce the problem here. When I created a test project along the specifications you've provided above, then enabled NCrunch, the integration test was not run automatically while the custom engine mode was selected. Can…

  9. Missing SDK With Grid Build

    Excellent! Thanks!

  10. Disable NCrunch while updating nuget packages

    It's important that NCrunch keeps itself up to date with the changes in your solution, so I'm assuming you mean that you want NCrunch to only run builds and tests after the package update has completed? The tricky thing here is that at present, I don't know of any way for NCrunch to be aware that…

  11. Missing SDK With Grid Build

    Hi, I've done a bit of a deep dive on this issue to try and figure it out. I haven't yet had any luck in piecing things together in a way that will let me reproduce the problem, but I have found a number of things around the path translation for this file that clearly were not right. I've p…

  12. Missing SDK With Grid Build

    Not really. This particular DLL file is 'magic' in the sense that NCrunch tries to copy it over to the node, whereas with other GAC references it will simply inform you that the file is missing and expect you to solve the problem yourself. The idea behind this is that the file is effectively sel…

  13. Missing SDK With Grid Build

    Thanks. I'll need to have a closer look at the log files to see if I can now reproduce the issue. I'll get back to you soon.

  14. Missing SDK With Grid Build

    Yes! That is VERY relevant. Would you be able to send me this log file? Also, I'm just wondering if you can confirm something ... If you clear out all the snapshots on the grid node (while the service is stopped), then get the client to connect and resynchronise, does everything work corre…

  15. Missing SDK With Grid Build

    Interesting ... That's a useful piece of information. Is your solution being opened from C drive? Or from another drive on your system? You'll need to turn on logging on the grid node first. This can be done using the node configuration tool. Make sure you set the Log Verbosity to 'Detailed'. …

  16. Missing SDK With Grid Build

    Hi, thanks for sharing this issue. I've heard several reports of this issue. I think it happens on systems that are using non-standard VS install locations. After many attempts, I haven't yet been able to reproduce it ... something is going wrong inside the path translation. It may be worth …

  17. ncrunch from commandline

    Hi, thanks for posting. I recommend voting for this feature at [url=https://ncrunch.uservoice.com]https://ncrunch.uservoice.com[/url].

  18. often have to Disable/Enable NCrunch to fix build errors

    Sorry, I wish I could offer an immediate solution to this one ... but we do need to find a way to reliably catch it in order to kill it. Do let me know if you manage to find any pattern to the changes you make that surface it. There are some design changes I may be able to make in the hope that …

  19. FSharp Xunit tests in module without traits stuck in pipeline

    Hi, Thanks for sending through the sample solution. Unfortunately, the code inside the solution seemed to work for me. All tests were detected and run. I tried it on several machines, but received the same result. I think that something has changed in the configuration of your machine tha…

  20. Making NCRUNCH aware of additional reference (for which there is no code, just dlls)

    Hi Dave, If there's any way you can create a code sample, that would be enormously helpful. I can then give you specific instructions (or a build of NCrunch) that will make this sample project work. Assuming the problems are the same between the sample project and your real world project, the r…