Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Why does the RDI trace sometimes stop in the middle of a method?

    [quote=Tim Long;17111] It's not a showstopper but just thought I'd flag it up. [/quote] I find this interesting. You mentioned that you managed to get two completely different results from the overlay, even though the test hadn't been rerun? So it was basically showing different data when re-…

  2. Why does the RDI trace sometimes stop in the middle of a method?

    Hi, thanks for posting. My guess here would be that you hit the method data limit. Normally NCrunch should report this with a warning showing up attached to the frame, but it seems that isn't working correctly here. There are plans to improve visibility for when data limits get hit. You should…

  3. A project using Fody & PropertyChanged not building

    Could you try the build below and let me know if this solves the issue? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.3.0.1.msi]NCrunch_Console_5.3.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.3.0.1.zip]NCrunch_Console_5.3.0.1.zip[/u…

  4. A project using Fody & PropertyChanged not building

    Thanks! I'll check it out and will get back to you.

  5. A project using Fody & PropertyChanged not building

    Would you be interested in trying v5.2? I've just pushed this to the download page, and I'm hopeful it will solve this problem for you.

  6. A project using Fody & PropertyChanged not building

    Hi, thanks for sharing this issue. It looks like your project has a certain IL sequence that we haven't tested RDI for. Is this on an open source solution, or do you have a way to reproduce the issue with a sample solution that you can share with me through the [url=https://www.ncrunch.net/suppo…

  7. RDI fails to run tests involving ImmutableArray

    Ok, here's my next attempt at a workaround for the async exception: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.2.0.2.msi]NCrunch_Console_5.2.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.2.0.2.zip]NCrunch_Console_5.2.0.2.zip[/url] …

  8. RDI fails to run tests involving ImmutableArray

    Ok, I've prepared a fix for the ImmutableArray issue. This build also includes a fix to handle the async issue a bit better, but I'm not sure if this issue is properly solved yet .. as I can't reproduce it. Most likely the fix will stop the async issue from blowing up the test, but I'm not sure if…

  9. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    Would you be interested in trying the build below? I'm hoping this will work better with all versions of the Azure function SDK. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.2.0.1.msi]NCrunch_Console_5.2.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/…

  10. IPv6 support?

    [quote=MatthewSteeples;17077] Separately, although possibly related, it's not possible to specify an IPv6 address in the server box, only DNS entries that resolve to v6 addresses[/quote] Thanks, we'll check it out.

  11. version 1.17.0 of Microsoft.Azure.Functions.Worker.Sdk makes ncrunch look for .net6

    [quote=MatthewSteeples;17079] It uses net6 and a temporary project because it has to build a wrapper for the Functions runtime to know what Functions are available in the "Isolated" model. I know one of the big changes between 1.16 and 1.17 was that it has to specifically ignore some ReadyToRun pro…

  12. RDI fails to run tests involving ImmutableArray

    Hi, thanks everyone for sharing these issues. The ImmutableArray one looks fairly easy to solve. We're missing an exception trap on the call to .Count. I should be able to provide a fix for this one shortly. The async related issues are ... harder. Async makes everything hard in RDI. To tr…

  13. NCrunch 5.1 Feedback

    Hi, thanks for your feedback. [quote] About RDI: I was wondering if it is possible to 'browse' the complex objects like you can when debugging. It seems like now the majority of my objects I can just see that it is 'an object of that type' without anything else. I don't like the idea of having …

  14. IPv6 support?

    Thanks for reporting this. We've had IPv6 for a while, and none of this code has changed for several years. Is there any chance of the connection being blocked on your network? The blocking actions of firewalls and routers can sometimes kick in unexpectedly.

  15. Gridnode fails to set up RDI Storage

    Hi Matthew, Thanks for sharing this. We had a bug in v5.0 that broke the config tool. A fix is included in v5.1 which is now up on the [url=https://www.ncrunch.net/download]download page[/url].

  16. Running TestContainers leaving dangling containers every test run

    Hi, thanks for sharing this issue and for providing so much detail. From how you've described this issue, I think the test containers are tied to the lifespan of the NCrunch test host processes. Because we often re-use these processes after test runs are completed, they tend to hang around for a…

  17. Error "No RDI storage path configuration specified"

    Ok, here's a build with the fix included: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.1.0.1.msi]NCrunch_Console_5.1.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.1.0.1.zip]NCrunch_Console_5.1.0.1.zip[/url] [url=https://s3.amazonaws…

  18. Ncrunch 5 RDI Findings, Feedback

    [quote=fidel;17057] Sure imagine you need to check which test covers some [i]IF block[/i]. but this test has 500 lines, You open up RDI variants (15 test cases) Then you don't know if that IF block is covered in Frame #1, you scroll down (few pages), Oh no its not, you scroll up, and click NE…

  19. Error "No RDI storage path configuration specified"

    Ok, hold tight. I'll get you a fixed build. Edit: I've just read my post again. Sorry, I did mean string-value .. not key.

  20. Ncrunch 5 RDI Findings, Feedback

    Thanks for taking the time to share feedback on RDI, and for being the first to do so for V5 :) [quote=fidel;17052]We have a lot of tests in solution and found that RDI is nice feature, but it drastically increases tests running time. It would be great if RDI can be accessible only for "Pinne…