Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Showing red x for exceptions in non English Windows
Thanks for coming back to me on this one. In summary, the current version of NCrunch has issues with parsing English exceptions on machines that are not using an English language. The build below contains a fix that will first try to parse exceptions using the current language, then fall back to E…
17 Apr 2024 07:31 UTC
-
Source Generator Files with debugger
Hi, thanks for posting. Can you share some more detail about where this is going wrong and what you would expect to see? Is NCrunch's instrumentation interfering with your debug session, or are you referring to the new RDI features?
17 Apr 2024 00:23 UTC
-
Risk/Progress Bar for Rider
Sorry, we haven't implemented it in Rider yet ... but it's coming :)
16 Apr 2024 08:58 UTC
-
RDI Covering test not found
I think we've gotten to the bottom of this one. If you're still experiencing this issue, I'm hopeful the build below will solve it: [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.7.0.1.msi]NCrunch_Console_5.7.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch…
15 Apr 2024 23:48 UTC
-
The NCrunch engine process was unexpectedly terminated. Re-enable the engine to continue
I've done some deeper looking into Unity and how it works. It seems that Unity projects don't fit within the same general structure of VS solutions. The build system isn't the same and they use their own libraries as a foundation for the code. As you've identified, they also have their own custom…
15 Apr 2024 09:23 UTC
-
[Isolated] not tearing down dotnet.exe process?
Yes, I think the documentation here is wrong. It represents an intention of something that wasn't implemented. The smarter thing to do here would be to change the engine to match the documentation, actually. I'll see about getting this scoped.
15 Apr 2024 06:43 UTC
-
[Isolated] not tearing down dotnet.exe process?
I suspect the issue here is likely because the FileStream is not being disposed. IsolatedAttribute will run the test inside a dedicated process, but it won't tear the process down when the execution is complete. The process hangs around until its space in the process pool is needed, at which poi…
15 Apr 2024 00:16 UTC
-
Unable to download msi installer due to certificate verification failed
[quote=damianh;17239]Since you have changed the download URL to https://s3.amazonaws.com/downloads.ncrunch.net/... Edge marks the download as "not safe" and one has to go through a bunch of click hoops to run the exe. I suggest putting a custom domain on your s3 bucket.[/quote] Could you check if…
12 Apr 2024 03:42 UTC
-
The NCrunch engine process was unexpectedly terminated. Re-enable the engine to continue
Hi, thanks for sharing this issue. Has this project ever worked for you on any version of NCrunch? It looks like unity is doing something interesting with its handling of framework reference assemblies - it seems to have its own reference assemblies packaged, which is somewhat unconventional. …
11 Apr 2024 00:01 UTC
-
Maui blazor hybrid tests issue
[quote=Anish;17233]hey, i have an issue with updating ncrunch licence key, as soon as i do it i test version that you sent me[/quote] Could you contact me directly through the [url=https://www.ncrunch.net/support/contact]contact form[/url]? We usually try to deal directly with people for licensi…
08 Apr 2024 12:16 UTC
-
Rider plugin: Unhandled AppDomain exception
[quote=grzechu81;17231] 1. The issue I've reported oringially refered to Ncrunch version: [h]5.3.0.2[/h] [/quote] That's perfectly OK. We've been pushing versions like crazy lately. The version you've reported from was likely to be our latest at the time you discovered the issue. [quote=g…
08 Apr 2024 09:04 UTC
-
RDI Covering test not found
We're getting closer to tracking down this issue. It seems to be intermittent, but I'm working with a user that can make it happen with useful regularity. I'll let you know when we have it cornered.
05 Apr 2024 11:32 UTC
-
Maui blazor hybrid tests issue
I have the fix included in the build below .. though I'm uncertain as to whether this will solve the issue for you if the workaround didn't work. It's possible there's more to this problem. Give it a try and let me know how you go. [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Con…
05 Apr 2024 11:31 UTC
-
Maui blazor hybrid tests issue
Could you try the following for me? Open your NCrunch configuration and select the MAUI project in the config tree. Go to the 'Additional files to include' setting. Choose to edit the setting. Click the button 'Add Manually', then enter in the value: **.razor I've managed to reproduce the…
04 Apr 2024 23:40 UTC
-
Maui blazor hybrid tests issue
I think there must be a range of files missing from the workspace. Try this: 1. Wait until NCrunch has failed to build the project 2. Right click on the failed build, then choose Advanced->Browse to workspace 3. Use a diff tool (like Kdiff3) to compare this directory with the project one in yo…
04 Apr 2024 11:02 UTC
-
Maui blazor hybrid tests issue
Hi, thanks for sharing this issue. My first guess here is that there is a type of file that is required for NCrunch to build this project, and NCrunch isn't automatically copying it to the workspace when it runs the build. Most likely it's a .razor file or something similar. If you can identi…
02 Apr 2024 22:55 UTC
-
Rider plugin: Unhandled AppDomain exception
Wow! Brilliant work!!! I'm extremely impressed :) At this stage it's not clear to me how the position of the taskbar could cause an internal problem like this, but at least we now have a path to potentially reproduce the problem and hopefully we can isolate it. Thanks for putting so much time …
01 Apr 2024 22:32 UTC
-
Rider plugin: Unhandled AppDomain exception
Thanks for sharing the additional details. You've been very thorough with what you've provided here, which is a huge help. The issue itself seems to be coming from a very low level exception being thrown in the engine process during bootstrap. What's particularly interesting here is the the nat…
27 Mar 2024 22:38 UTC
-
Test Explorer doesnt show tests
Hi, Can you check whether you have any other 3rd party plugins installed? If so, could you try disabling them? We've been receiving reports of this problem. Every time it shows up, there are other plugins involved. I think this may actually be a bug in VS that is being surfaced by certain p…
27 Mar 2024 22:18 UTC
-
Ncrunch 5 RDI Findings, Feedback
[quote=fidel;17203] Maybe because GIF I am attaching is 16MB, idk.[/quote] Yes, sorry there is a 10MB limit on the file. Do you have another way to share it? Or perhaps make it smaller? Does it compress well?
27 Mar 2024 09:54 UTC