Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Rider freezes UI very often when combined with NCrunch
[quote=TimVisma;18344] Which Rider log files could I view myself that are relevant? For example, Backend or threadDumps-freezes?[/quote] At this stage, I'm not sure. It depends on whether the freeze is related to the vast amount of data being logged. If you can confirm whether changing the log…
26 Sep 2025 10:25 UTC
-
Rider freezes UI very often when combined with NCrunch
Hi Tim, The 'Log to output window' setting doesn't work under Rider, as it doesn't have an output window like VS does for reporting log details. When logging is enabled under Rider, the logs are written into the backend Rider logs. I noticed in the data you sent through that you have a lot of…
26 Sep 2025 09:33 UTC
-
Rider freezes UI very often when combined with NCrunch
Hi Tim, I've been trying to track down an issue which I suspect may be the same as this one. Can you share any more detail on the nature of the freezes? How often do you get them, and how long do they show for? Do you sometimes have sessions that don't have them? Also, can you confirm whe…
26 Sep 2025 00:07 UTC
-
Custom configuration with preprocessor directives fails to build
[quote=cadbooster;18331] Does that mean that NCrunch tries to build the Debug config, but Visual Studio only activates the NoLicense code?[/quote] Sort of. In this case it's most probably an inconsistency between the dependency data from Visual Studio (project.assets.json) and the build configu…
19 Sep 2025 00:35 UTC
-
Aspire
[quote=danielbryars;18332]On https://github.com/dotnet/aspire/issues/7156 David Fowler posted that Aspire will work with NCrunch engineers to figure out a solution. NCrunch - have you engaged with David et al to fix it? Perhaps they can help?[/quote] See my comments above on this.
19 Sep 2025 00:30 UTC
-
Custom configuration with preprocessor directives fails to build
The actual default depends on how the project is designed. I suspect you're encountering a variation of [url=https://www.ncrunch.net/documentation/considerations-and-constraints_project-build-platform-and-configuration]this problem[/url], though I find the symptoms a bit strange and it makes me won…
17 Sep 2025 23:59 UTC
-
Custom configuration with preprocessor directives fails to build
Hi, thanks for posting. When you switch between build configurations, how are you handling this in NCrunch? Do you use the 'Use Build Configuration' setting? Note that NCrunch doesn't track the selected build configuration in the IDE - it will always use the project's default configuration.
17 Sep 2025 00:18 UTC
-
IpcConnectionClosedException - JSON parsing exception occurred
I've prepared a build with some changes intended to prevent the writing of any BOMs to these json files. Would you be interested in giving it a try? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.18.0.3.msi]NCrunch_Console_5.18.0.3.msi[/url] [url=https://s3.amazonaws.com/…
16 Sep 2025 04:15 UTC
-
IpcConnectionClosedException - JSON parsing exception occurred
Ok, we're making progress :) NCrunch v5.17 included this change: - Fixed some files being written in ASCII when they should be in UTF8. This should give better support for non-english environments and projects. The change was intended to resolve some localization issues around files being wr…
14 Sep 2025 23:54 UTC
-
IpcConnectionClosedException - JSON parsing exception occurred
Does the problem happen for all solutions? Or just one? Can you inspect the .json files with a hex editor to see whether they have a BOM?
14 Sep 2025 13:34 UTC
-
IpcConnectionClosedException - JSON parsing exception occurred
Hi, thanks for sharing this issue. The json here looks structurally correct and I can't see anything obviously wrong with what's specified. I think this might be an encoding issue. What triggered this issue? Do you see if for every solution you use NCrunch on? Or just this one?
14 Sep 2025 02:05 UTC
-
Visual Studio 2026
[url=https://blog.ncrunch.net/post/Visual-Studio-2026.aspx]Support for Visual Studio 2026[/url] is now available!
13 Sep 2025 10:25 UTC
-
Visual Studio 2026
[quote=rs_mb;18311]Any hacky way I can try installing it for VS 2026 - happy to be a guinea pig? I'm loving 2026 but feeling pretty lost without ncrunch :([/quote] Sorry, I'm hoping to have an installer up for this soon.
13 Sep 2025 00:13 UTC
-
NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...
Would you be able to attach a second instance of VS onto the crashed one, break in with a debugger, and get me a copy/paste of the stack trace on the main thread?
12 Sep 2025 00:01 UTC
-
NCrunch 5.15.0.4 crashes my VS 17.14.7 again and again and again...
Do you ever change your video settings while NCrunch/VS is running? (This includes enabling/disabling any extra displays)
11 Sep 2025 13:52 UTC
-
Visual Studio 2026
VS2026 is a few hours old now. It was a long 4 years to wait for :) Supporting is it pretty much non-negotiable for NCrunch. It will be supported. Right now you can consider it a work in progress. I have a feeling that there will be quite a few changes between the current preview build of VS2…
10 Sep 2025 09:38 UTC
-
SDK-Style SQL Project Support Query
Hi, thanks for posting. Currently we have no specific support for this project type. However, it might still be possible to get it working. The project type seems to have its own build item type 'PreDeploy'. NCrunch won't recognise this on its own, but you can probably work around the proble…
08 Sep 2025 08:54 UTC
-
No Exception output with NUnit 4.4.0 NCrunch 5.16.0.5
A fix for this has now been released with a [url=https://www.ncrunch.net/download]new version of NCrunch[/url].
29 Aug 2025 08:34 UTC
-
No Exception output with NUnit 4.4.0 NCrunch 5.16.0.5
[quote=nikize;18295]Interesting, would it be worth trying to get some kind of detection into NUnit so that if NCrunch < 5.17 is used it reverts to the old way of reporting? (on the other hand, we can force NUnit 4.3.2)[/quote] This could be worthwhile. The NUnit team are very receptive to pull r…
28 Aug 2025 19:41 UTC
-
No Exception output with NUnit 4.4.0 NCrunch 5.16.0.5
Ok, I've gotten to the bottom of this issue. I'll try to go into some detail here, because this is kind of serious in the sense that a lot of people are going to be hit with it as they upgrade to NUnit v4.4 on the current version of NCrunch. Basically, NUnit 4.4 contains a small change in the …
28 Aug 2025 12:20 UTC