Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. XUnit simple VS 2017 Project failed to Build

    Thanks for sharing these extra details. I've tried to reproduce this problem as per your instructions, but it doesn't seem to surface for me. This suggests that there is a variable in your environment causing the problem. To understand it, we're going to need to dig a bit deeper. You mentioned…

  2. XUnit simple VS 2017 Project failed to Build

    Hi Mirco, Thanks for sharing this problem. Without having the exact same setup on my end, I'll need to start with a guess here. I can see from the error and from the log you submitted that this project appears to be targeting netcoreapp2.2, which is still in a preview state. Most probably th…

  3. T4 Template generation fails in 3.18

    [quote=smitchamb;12705]That build seems to be working.[/quote] Awesome :) Thanks for your patience with this!

  4. NCrunch errors after update to latest version 3.20

    Early reports on the 3.21.0.3 build haven't been very encouraging. It looks like this build fixes the issue only within a very narrow scope. I've done some more work in this area and I'm feeling a bit more confident about the build below. I'm anxious to hear if this resolves the problem for you…

  5. BadImageFormatException

    I realise this issue isn't troubling you anymore, but in case it does bite again, I'm hopeful that the build below will resolve it: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.21.0.4.msi]NCrunch_Console_3.21.0.4.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.…

  6. T4 Template generation fails in 3.18

    Sorry. Here's the next try. I'm feeling a bit more confident about this one: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.21.0.4.msi]NCrunch_Console_3.21.0.4.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.21.0.4.zip]NCrunch_Console_3.21…

  7. BadImageFormatException

    Thanks for confirming. The other issues we've been finding related to the VS15.8 update were also related to packages.config, so this isn't a surprise. I guess there's more still in there to dig up. Thanks for taking the time to report the issue.

  8. BadImageFormatException

    I'm sorry to hear that. I guess this problem isn't what I thought it was :( Is there any chance you can put together a sample project that can reproduce the issue? If I can get it happening on this end, I can take things apart and hopefully resolve it. You can submit code through the [url=http…

  9. T4 Template generation fails in 3.18

    I'm sorry for the time it's taken to come back to you on this issue. The MSBuild redirection hack that MS introduced with VS15.8 has given us tremendous problems with our build integration and it's taken a while to figure out how to fix everything. Would you be interested in trying the build below…

  10. NCrunch errors after update to latest version 3.20

    I'm sorry for the time it's taken to come back to you on this issue. The MSBuild redirection hack that MS introduced with VS15.8 has given us tremendous problems with our build integration and it's taken a while to figure out how to fix everything. Would you be interested in trying the build below…

  11. Wrong assembly version copied to _ncrunchreferences

    I'm sorry for the time it's taken to come back to you on this issue. The MSBuild redirection hack that MS introduced with VS15.8 has given us tremendous problems with our build integration and it's taken a while to figure out how to fix everything. Would you be interested in trying the build below…

  12. BadImageFormatException

    Would you be interested in trying the build below to see if this solves the issue? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.21.0.3.msi]NCrunch_Console_3.21.0.3.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_3.21.0.3.zip]NCrunch_Console_…

  13. BadImageFormatException

    Hi, thanks for sharing this problem. Do you have any idea of what may have triggered this problem? We're aware of an assembly referencing issue introduced by VS15.8 which has been causing some serious grief these last few weeks. I'm wondering if this issue may be related. Are any of the proj…

  14. AnyCPU Test not working

    Hi, thanks for sharing this issue. This looks like a synchronisation problem between your project.assets.json file and the project as loaded by your IDE. Try the following steps: 1. Close all instances of VS 2. Browse to the directory of the offending project 3. Delete the 'obj' and 'bin'…

  15. One project (suddenly) builds very slow on NCrunch grid servers

    Is it possible that the code first migrations are being performed in a build step? If so, there may be a property you can inject into your NCrunch build to suppress it. Sorry, I have no personal experience with Entity Framework or this particular feature.

  16. One project (suddenly) builds very slow on NCrunch grid servers

    Hi, thanks for sharing this issue. 10 minutes is well on the extreme side for even the largest of projects. This definitely does not sound like normal behaviour. The structure of the build system as used by NCrunch is extremely variable and it depends on the version of VS/MSBuild being used. …

  17. Console tool, -GridServerReferencesForSolution results in InvalidCastException

    This configuration is a bit of an odd one in that we actually have two instances of it: GridServerReferencesForSolution GridServerReferencesForComputer When creating the list of all servers that should be connected to, the NCrunch client will take values from both of these settings. This mea…

  18. T4 Template generation fails in 3.18

    Thanks! We'll take a look and will get back to you.

  19. False trojan alert for nCrunch.TaskRunner.DotNetCore.20.x86.dll with Avira

    Thanks for flagging this up with Avira. We seem to get these sorts of things more and more these days. When malware gets more aggressive, so do all the scanners.

  20. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.

    Thanks for these extra details. The most likely source of these problems is the obfuscated reference assemblies. Obfuscated assemblies don't adhere to normal conventions (sometimes they actually fail a PEVerify check). This is deliberate as obfuscators are designed to prevent exactly what NCrun…