Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Test filter not working?
Thanks for sharing this. The first thing I'd check is whether the categories are being obtained from the tests as expected. In the Tests Window, right click the column headers and choose to show the column for Category. This category needs to be an exact match for the string(s) used in the filt…
28 Jun 2024 23:16 UTC
-
Build failed on [DataRow(null)]
Hi Tim, Thanks for sharing this issue. When using NCrunch with MSTest under Static Analysis, NCrunch doesn't support working with DataRow tests that use reference types as parameters. This is a technical limitation caused by the difficulty in uniquely identifying and transferring such types f…
27 Jun 2024 11:12 UTC
-
Breakpoints not working properly
Thanks this really helps a great deal. A couple more things worth trying that may help narrow it down: - I'm not sure if Legacy PDBs work for the version of .NET you're using, but if they do, can you try turning them on for this project? - For some of your production code in the project, can yo…
26 Jun 2024 07:27 UTC
-
Breakpoints not working properly
[quote=carlosirna;17438] Again, I could give you access to my developing machine via TeamViewer, or I could discuss my boss if I can give you access to a copy of our sources to let you troubleshoot the issue... but really I have spent the whole day trying to produce a something that reproduces the …
25 Jun 2024 22:51 UTC
-
Breakpoints not working properly
[quote=carlosirna;17438] Could this give some problems to NCrunch engine? [/quote] Yes, this is highly likely to cause problems. If the .cs files are being excluded from MSBuild, then NCrunch won't detect them. Perhaps they are somehow being pushed into the compiler separately. I recomme…
25 Jun 2024 11:03 UTC
-
RDI overlay is misplaced
[quote=Dorus;17434]I noticed RDI popups are often also misplaced when the window they're from has any horizontal scroll. Have you tried this scenario?[/quote] Could you check if you can produce this problem with the latest build? 5 days ago we released v5.8 with a whole bunch of DPI scaling fixe…
24 Jun 2024 22:52 UTC
-
Breakpoints not working properly
Sorry, it looks as though to be able to resolve this, I'll need to have a way to examine the failure while tracing through the engine's activities. Do you have any way to reproduce this problem in a sample solution that you can share with me? You can submit small (<10MB) samples in ZIP form thro…
24 Jun 2024 22:50 UTC
-
UI scaling issues: Hot Spots
Thanks for sharing these extra details. We've put a lot of time into trying to reproduce further problems with the DPI scaling in the way that you've described, but we can't seem to make them happen. I believe the issues you're seeing may be somehow specific to your system configuration or har…
23 Jun 2024 11:02 UTC
-
Breakpoints not working properly
[quote=carlosirna;17426]Hi today I have no access to that PC, but for the moment I can guarantee that the ncrunch cache directory was totally empty: I keep it inside a volatile ramdisk (I use https://sourceforge.net/projects/imdisk-toolkit/) and the pc had been just turned on just to send you those …
20 Jun 2024 08:01 UTC
-
Breakpoints not working properly
Thanks for sending through the report. This looks to be a large solution with a lot of activity. Unfortunately this means not everything could be captured in the report, though I was at least able to check the config settings which don't look to be responsible for this issue. Could you try th…
20 Jun 2024 00:40 UTC
-
Breakpoints not working properly
Hi, Thanks for sharing these extra details. Could you please submit an NCrunch bug report after you've loaded NCrunch on this solution? The log file in the report contains a few things around your configuration that I'd like to check.
18 Jun 2024 23:53 UTC
-
Breakpoints not working properly
Hi, thanks for sharing this issue. Are you running with RDI enabled? If so, does disabling it make any difference with the breakpoints? After checking the above, could you also try turning off the [url=https://www.ncrunch.net/documentation/reference_project-configuration_analyse-line-executio…
17 Jun 2024 23:54 UTC
-
Rider: NCrunch causing temp files to be made in project directory
[quote=Der-Albert.com;17409] Not sure what you can do about that, this is more just for information. [/quote] Thanks for sharing this. Having spent a good deal of time staring at this problem and trying to find ways of dealing with it, I'm going to reluctantly need to pass the buck here. Th…
11 Jun 2024 01:12 UTC
-
RDI performance tanking when project reaches certain size
I wonder if this issue could be due to bitpacking alignment. Changing the size of the codebase would change the number of elements, which would affect the alignment of the data being written to the log. I hadn't expected this would have that much impact on performance, but it's something worth inv…
07 Jun 2024 00:17 UTC
-
RDI performance tanking when project reaches certain size
Hi, thanks for sharing this issue. To identify the root cause of such a situational performance issue, I would need to have a way to reproduce it. There are areas of RDI that do change internally as the number of code elements in the solution increases, but I don't see how these areas could be r…
06 Jun 2024 23:07 UTC
-
Rider: NCrunch causing temp files to be made in project directory
[quote=willdean;17401]Thanks! There is clearly something about either the specific project or my Rider environment which is triggering NCrunch into doing this so frequently. I will investigate...[/quote] NCrunch's logs do contain the names of files that can trigger projects to be reloaded. Th…
31 May 2024 08:26 UTC
-
DirectoryNotFoundException: Could not find a part of the path 'D:\ncrunch\workspace\56184\132\...
Ok, I'm hopeful we can rule out a path error. Could you submit a bug report after the problem has appeared? Perhaps the log file will shed some light on what's happening here.
30 May 2024 10:05 UTC
-
Rider: NCrunch causing temp files to be made in project directory
Hi, thanks for sharing this issue. When NCrunch loads a project, it creates a temporary project file adjacent to the project it's loading. It then modifies this project to run a short truncated build that can retrieve critical information about the project so that we can later process it. Thi…
29 May 2024 22:29 UTC
-
DirectoryNotFoundException: Could not find a part of the path 'D:\ncrunch\workspace\56184\132\...
Hi, thanks for sharing this issue. I think the first thing we should try is moving your workspace closer to your disk root, in an effort to make sure this isn't a long path issue (recognising that you have long paths enabled, but I've found support for these to be hit-and-miss in various parts of…
28 May 2024 00:11 UTC
-
Can I add my own clickable file paths to the test failure output?
This might feel a bit messy, but could you try it with an ' at ' prefix and an ' in ' keyword so that it looks the same as an exception line?
26 May 2024 12:01 UTC