Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Project failing to build - stuck in 'First time build' status

    [quote=MihaMarkic;15523]I'm seeing a similar issue, but the exception seems different (peeked into report.zip). Also, only a single (not test) project fails to build. Reinstalling doesn't help. Bug report submitted.[/quote] Thanks for sending through the bug report. It looks like the NCrunch ins…

  2. Visual studio preview 16.9.4 breakage

    [quote=NeilMacMullen;15520]Odd - I didn't get email notifications on this thread (but do agree that the issue seems to have gone away by itself). I _did_ get a "New post notification" today (11th Jul 2021 around 05:11 BST) - maybe someone kicked the forum server ? ;-) [/quote] This was caused by…

  3. Support for C# source generators?

    Thanks again for your help. Would you be interested in trying the build below to see if this works for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.9.0.4.msi]NCrunch_Console_4.9.0.4.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.9.0…

  4. Support for C# source generators?

    [quote=jschreuder;15515][quote=jschreuder;15514] Alright, I think I've narrowed it down. For this solution I'm using a custom build property TargetFrameworks = net48 to exclude any non-net48 projects and also cross-targeted projects (netstandard / net48) from NCrunch. This was working ok in early …

  5. Support for C# source generators?

    Does setting your 'Max number of processing threads' setting to significantly lower value make any difference?

  6. Support for C# source generators?

    [quote=jschreuder;15509] Thanks Remco. Unrelated to source generators as I'm not using them, but on this build the engine process is crashing almost immediately after loading all projects (in both VS2019 and VS2021). I've submitted a bug report via the menu.[/quote] Thanks for sharing these repo…

  7. Support for C# source generators?

    Thanks for confirming! I don't think the compiler packages warning is related to this work. If you aren't getting any errors, it's nothing to worry about. There are use cases related to the compiler packages that can cause NCrunch to bomb out with weird errors. If you aren't seeing these, then y…

  8. Support for C# source generators?

    Would you be interested in trying the build below? We've implemented handling for the source generation. Note that it presently isn't possible for NCrunch to instrument the source generating project or track code coverage in it. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Consol…

  9. Project failing to build - stuck in 'First time build' status

    Thanks Charlotte, I've received the bug report and confirmed the exception below: System.Exception: System.BadImageFormatException: Could not load file or assembly 'nCrunch.TestRuntime, Version=4.8.0.3, Culture=neutral, PublicKeyToken=01d101bf6f3e0aea' or one of its dependencies. The module was e…

  10. Project failing to build - stuck in 'First time build' status

    Hi Charlotte, Thanks for sharing this problem. Most likely there is a problem occurring under the hood that isn't being reported properly. Would you mind submitting a bug report through the NCrunch menu after you've had this happen to you? The log in the report should help me to analyse the …

  11. Pausing ncrunch from External Build

    Hi, thanks for posting. NCrunch monitors for VS builds via an in-process event. We don't have anything in NCrunch that can be used to create the kind of behaviour you are after ... but there may still be a way to get what you want, depending on what your script is doing. Under normal circumst…

  12. Support for C# source generators?

    [quote=ndeslandes;15496] Are you still looking for a working solution with the problem? I can probably cook one up if that helps. Source generators have just been introduced in our solution, and I now find myself in the same situation as tkarlsen, with NCrunch now being simply unusable :-(.[/quote…

  13. Unable to cast transparent proxy to type 'IInnerWeaver'.

    [quote=bosmanr;15493]Well I wonder if I need to add some extra configuration. I found some older posts about copying referenced assemblies and copying the Fody packages. Or should it work out of the box with default settings? Weird thing is the same solution works on my desktop (requiring manual reb…

  14. Unable to cast transparent proxy to type 'IInnerWeaver'.

    Hi Remco, Thanks for sharing this problem. I'm not sure where to begin on this, so I reached out to Simon Cropp (the developer of Fody) for help. He's wondering if you are able to create a sample that can reproduce the problem? [url=https://twitter.com/SimonCropp/status/1407664240459010049]http…

  15. NCrunch hang with long running async test

    [quote=jamezor;15488]Hi Remco, just wondering if there was any further update on this issue? Thanks.[/quote] Hi, I think we did end up fixing this earlier this year. Most likely the fix is included in the latest release on the download page, if not, we're hoping to push a new build later this mo…

  16. Support for C# source generators?

    [quote=tkarlsen;15485]It doesn't seem like there is any interest in fixing this, making NCrunch unfortunately unusable for us. Maybe we will renew our licenses if it ever gets implemented, but this lack of responsiveness is worrying.[/quote] Would you be interested in providing us with a working …

  17. NCrunch is not compatible with gitversions

    Hi, thanks for posting. This is probably a file dependency issue. I don't think you're going to want GitVersion doing version bumps on your NCrunch build anyway. See [url=https://forum.ncrunch.net/yaf_postst2762_NCrunch-and-GitVersion.aspx]this thread for more information on how to deactivate G…

  18. Test is stuck in "Pending" mode

    Hi, thanks for sharing this problem. If you check the NCrunch processing queue, can you see if it's tried to run the Test task? Are there any errors there? If you create a new solution with a single test project targeting the same version of .NET, are you able to run tests in this project? …

  19. Setting password in registry breaks automated NCrunch GridNode installation

    [quote=josh-grant;15470] I've managed to kind of work around this issue by setting the service to "DelayedStartAutomatic" and then waiting a period (tests have shown, after around the 30-35minute mark) before trying to connect to NCrunch via Visual Studio. The last few days have proven to be succes…

  20. Setting password in registry breaks automated NCrunch GridNode installation

    [quote=josh-grant;15468] You've already been a huge help so far and I've gotten some really good insight. I definitely think if some parameters could be passed in as arguments during installation like $password and $port etc, it would be a huge win and would mean I could also scale this solution to…