Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
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-…
10 Mar 2024 03:51 UTC
-
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…
09 Mar 2024 22:44 UTC
-
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…
09 Mar 2024 05:06 UTC
-
A project using Fody & PropertyChanged not building
Thanks! I'll check it out and will get back to you.
08 Mar 2024 09:26 UTC
-
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.
08 Mar 2024 06:49 UTC
-
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…
07 Mar 2024 18:39 UTC
-
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] …
07 Mar 2024 04:51 UTC
-
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…
06 Mar 2024 12:10 UTC
-
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/…
06 Mar 2024 12:09 UTC
-
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.
06 Mar 2024 00:45 UTC
-
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…
05 Mar 2024 23:48 UTC
-
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…
05 Mar 2024 23:42 UTC
-
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 …
05 Mar 2024 10:38 UTC
-
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.
05 Mar 2024 03:09 UTC
-
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].
05 Mar 2024 03:07 UTC
-
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…
04 Mar 2024 23:40 UTC
-
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…
04 Mar 2024 12:56 UTC
-
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…
04 Mar 2024 11:37 UTC
-
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.
04 Mar 2024 10:54 UTC
-
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…
04 Mar 2024 10:38 UTC