Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Rider plugin: Unhandled AppDomain exception
Hi, thanks for sharing this issue. This problem is caused the NCrunch process being immediately torn down unexpectedly shortly after starting. Do you have any information in the Windows Event Log? If the process was torn down by the O/S, there will often be a reason given for this. If you'…
27 Mar 2024 09:53 UTC
-
Ncrunch 5 RDI Findings, Feedback
[quote=fidel;17197] How may i send you GIF file with UI bugs related to RDI?[/quote] You can submit this through the [url=https://www.ncrunch.net/support/contact]support contact form[/url].
26 Mar 2024 22:52 UTC
-
Implicitly depending on multiple fw compilations of another project
Hi, thanks for posting. We actually do exactly this for our own testing. As you could probably expect, almost all of NCrunch is multi-targeted and multi-process, so we have tests that bridge between different platforms across IPC boundaries .. for us they are actually very important tests. So…
26 Mar 2024 22:52 UTC
-
NCrunch Tests and Configuration windows are empty, despite NCrunch running the tests
Hi, thanks for sharing this issue. Are you running any other 3rd party extensions? And if so, does disabling them make any difference?
25 Mar 2024 08:21 UTC
-
Ncrunch 5 RDI Findings, Feedback
[quote=fidel;17190] Overhead is huge, It may slow down tests 6X-10X times. RDI UI interface looks a bit awkward. Quick Navigation, filtering, most important things are absent. There is no way to collect RDI data only for specific tests, (and draw arrows for rest) [/quote] I just wanted t…
22 Mar 2024 10:55 UTC
-
RDI causes Exception with NSubstitute
Strangely, this code seems to work fine for me when I build a sample identical to what you've described. There must be a component I'm missing here. Please do let me know if you manage to set up a self contained solution that can produce this. You can submit small code samples through the NCrunch…
19 Mar 2024 20:01 UTC
-
Evaluation period not available
Hi Martin, Thanks for posting. Could you please contact me through the [url=https://www.ncrunch.net/support/contact]support contact form[/url]? We usually put license related queries through more direct communications.
19 Mar 2024 10:43 UTC
-
RDI Covering test not found
At this stage in the system, RDI won't actually be touching the log files yet, so I don't think deleting them will resolve the issue .. but yes, you can just wipe the RDI storage folder and it will reset RDI's data. I suspect something is wrong with your cached data. Could you try deleting your …
19 Mar 2024 01:46 UTC
-
RDI causes Exception with NSubstitute
Hi, thanks for sharing this issue. Are you able to build a full code sample that can reproduce this problem? I've tried using the short example you've given me, but I can't seem to make it happen. My theory is that the RDI instrumentation is somehow interfering with NSubstitue. There were so…
18 Mar 2024 20:20 UTC
-
RDI Covering test not found
Hi, thanks for sharing this issue. The root cause of this error is when NCrunch can't find any code coverage for the first line of this method. Clearly, this makes no sense here as the method is covered. I suspect perhaps it's somehow resolving to the wrong method when you're trying to open the…
18 Mar 2024 19:45 UTC
-
Test execution on grid nodes failing with "user-mapped section open" error
Hi, thanks for sharing this issue. Something is holding a file lock on one of your assemblies after its build has been completed. This smells like a bad build step is involved. Are you running any custom build steps? Perhaps any Nuget packages that have additional build logic?
18 Mar 2024 19:36 UTC
-
Regression in Roslyn analyzer references in NCrunch 5
Could you try the build below and let me know if this solves the issue for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.4.0.2.msi]NCrunch_Console_5.4.0.2.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.4.0.2.zip]NCrunch_Console_5.4.0.…
16 Mar 2024 05:23 UTC
-
Regression in Roslyn analyzer references in NCrunch 5
Thanks! I think this contains what I need. I'll be in touch.
15 Mar 2024 08:51 UTC
-
Regression in Roslyn analyzer references in NCrunch 5
Thanks Ronny. I think I'm starting to understand what's happening here with this analyzer reference. Would it be possible for you to give me the XML in your project containing the reference to the analyzer? I might be able to use this to recreate the problem myself.
14 Mar 2024 20:48 UTC
-
Problem building graphql client
Thanks for sending through the sample project. The cause of this looks to be that there are a bunch of files required for the build of this project that are being specifically removed from the project itself using <None Remove=" ... " /> tags inside the .csproj. Because the files aren't includ…
14 Mar 2024 20:04 UTC
-
dotnet 7.0.17 not installed ?
Thanks for sharing this. The problem here seems to come from something odd in the way that .NET7 resolves its Microsoft.NETCore.App dependency. For reasons I don't understand yet, you can have a system without this version of .NET installed, but the build system will still report a dependency on M…
14 Mar 2024 10:11 UTC
-
Problem building graphql client
Hi Dirk, The best way would be to submit it through the [url=https://www.ncrunch.net/support/contact]NCrunch support contact form[/url].
14 Mar 2024 10:07 UTC
-
Regression in Roslyn analyzer references in NCrunch 5
Hi, thanks for sharing this issue. From what I remember, we had a few changes go out in some of the later v4 releases that contained fixes specific to analyzers. I believe one of the changes was to try and deal with issues where people had analyzers that were both project references and analyzer…
14 Mar 2024 10:06 UTC
-
NCrunch 5.2.0.3 throws System.NotImplementedException on F# projects
Could you try the new version [url=https://www.ncrunch.net/download]published just today[/url]?
12 Mar 2024 05:45 UTC
-
RDI not playing well when debugging MSpec specifications
Thanks for sharing this issue. As you've described, this is caused by the debugger stepping into NCrunch's instrumentation. For the time being, the fix for this is to turn on the 'Just My Code' VS debugging setting when running the debugger over code instrumented by RDI. This will prevent any a…
11 Mar 2024 21:01 UTC