Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
nCrunch poor Test Performance and lost in "Analyse Assembly"
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_4.17.0.1.msi]NCrunch_Console_4.17.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_4.17.0.1.zip]NCrunch_Console_4.17.0.1.zi…
04 Mar 2023 01:23 UTC
-
nCrunch poor Test Performance and lost in "Analyse Assembly"
Thanks for sharing this. I think you did a good job of targeting your crosshairs here. The algorithm in question is one that recursively traverses the dependencies between your projects to create a list of test assemblies that need to be loaded into the environment. I'll need to look into this …
03 Mar 2023 23:16 UTC
-
nCrunch poor Test Performance and lost in "Analyse Assembly"
We're getting closer here. This smells to me like something in the test framework is going wrong. When you run the test, can you do so with the debugger attached? Try breaking in a few times and check the stack trace on the runner thread. Is it consistently hung in one place? Can you get me t…
02 Mar 2023 23:11 UTC
-
NCrunch consistently crashing Visual Studio on resize - only after license expired
[quote=emsurgecto;16505] And a clarification: I don't drag the window to the other monitor. It's already there when it opens, because it was there last time I closed Visual Studio and it seems to remember its position.[/quote] Understood :) I just wanted to be clear that we can't make it as per…
02 Mar 2023 11:27 UTC
-
NCrunch consistently crashing Visual Studio on resize - only after license expired
[quote=emsurgecto;16503]And I can confirm that setting the scaling to 100% on the primary monitor and restarting Visual Studio stops NCrunch from crashing, and it also solves the truncating problem. An alternative solution would be great though. I do need the scaling in my primary monitor :-)[/qu…
02 Mar 2023 11:17 UTC
-
NCrunch consistently crashing Visual Studio on resize - only after license expired
Hi, thanks for sharing this problem. Do you have different scaling settings between your monitors? Can you confirm which version of NCrunch you're running?
02 Mar 2023 11:00 UTC
-
Azure Function Project Build Fails in NCrunch Only
[quote] Your comment suggest to me that the above mentioned project-local setting should be possible, i.e. there's a "shared version" and some "local version" of the environment variables setting, but I don't know how to handle that. Can you explain what I need to do, or point me to the correct sec…
02 Mar 2023 08:40 UTC
-
Azure Function Project Build Fails in NCrunch Only
[quote=Careidas77;16496]Thank you for the info - no worries :) Your software is so awesome, and I think your support turnaround is excellent as well.[/quote] Thanks :) [quote=Careidas77;16496] I'll use the workaround. Is there somewhere I can keep track of the releases to understand if there wi…
01 Mar 2023 07:24 UTC
-
Azure Function Project Build Fails in NCrunch Only
Thanks for your patience with this issue. I've managed to more or less get to the bottom of it now, and although I haven't yet found a way to resolve the problem in the NCrunch codebase, there is a solid workaround you can use. In your NCrunch 'Custom environment variables' setting, you need to …
01 Mar 2023 06:43 UTC
-
nCrunch poor Test Performance and lost in "Analyse Assembly"
[quote] the configuration indicates that 'Instrument Output Assembly' is already set to false. does the log show different utilization? i don't think this setting changed since the previous console run. [/quote] Interesting. Do you see any coverage markers in NCrunch when you use the IDE? I…
28 Feb 2023 23:29 UTC
-
NCrunch seem to keep an outdated cache after git branch switch
Hi, thanks for sharing this issue. The short answer to this is that we actually can't reliably support large branch switches without a reset of the NCrunch engine. The long answer is that after trying to tackle this particular problem for the better part of 14 years, we haven't found a way to …
28 Feb 2023 23:21 UTC
-
Azure Function Project Build Fails in NCrunch Only
[quote=Careidas77;16489]I see. Kind of my bad, i guess f(^_^); - removed the obj and bin folders and resubmitted only 14 KB zipped project files. Thanks for the feedback![/quote] Thanks! I've received the package and reproduced the problem exactly as you've described. I'll need to pull this thi…
28 Feb 2023 09:48 UTC
-
nCrunch poor Test Performance and lost in "Analyse Assembly"
[quote=Oliver Stark;16486] the other thing about the retriggered build actions: i was following the suggestion as per link you mentioned in the previous comment and "moved" the solution by renaming the parent folder. there were no build errors in relation to absolute paths. the only thing that came…
28 Feb 2023 08:50 UTC
-
Azure Function Project Build Fails in NCrunch Only
[quote=Careidas77;16483]I tried resubmitting the zip file through the form under Support - Contact, but when I hit submit, I end up on a 404 page -> https://www.ncrunch.net/error/http404 What can I do instead?[/quote] This tends to happen if it's over the 10MB limit (sorry, this thing needs an…
27 Feb 2023 22:57 UTC
-
Azure Function Project Build Fails in NCrunch Only
[quote=Careidas77;16479]I managed to get a "working" minimum example together, that reproduces the error (at least for me f(^_ ^); I uploaded a zip file with a solution.[/quote] Nice work! For some reason it didn't come through on my side .. did the form give you confirmation? Is the zipped siz…
24 Feb 2023 22:27 UTC
-
Azure Function Project Build Fails in NCrunch Only
[quote=Careidas77;16477]I will give it a shot. Can I try anything else that would enlighten us, if I can't reproduce the error in an isolated solution?[/quote] I don't have any suggestions right now in terms of settings or configuration. The next step is to start pulling apart your build to try …
23 Feb 2023 10:11 UTC
-
Azure Function Project Build Fails in NCrunch Only
Thanks for these extra details. From the log, it's not clear to me why MSBuild is using the wrong version of the platform when building this project inside the NCrunch workspace. Are you able to reproduce this issue in a small stripped-down project that you can share with me? If I can get it …
23 Feb 2023 07:50 UTC
-
Azure Function Project Build Fails in NCrunch Only
Thanks for sending through the bug report. Could you try adding your global.json file to your NCrunch solution-level 'Additional files to include' setting and let me know if this makes any difference? Also - can you confirm if this build issue appears every time for this particular project? Or …
22 Feb 2023 21:49 UTC
-
Azure Function Project Build Fails in NCrunch Only
Hi, thanks for sharing this issue. Could you confirm for me if this is a project load issue (under NCrunch) or a project build issue? Also, could you submit a bug report after the issue appears? The log may yield some useful information about what is happening under the hood.
22 Feb 2023 10:44 UTC
-
nCrunch poor Test Performance and lost in "Analyse Assembly"
Thanks for sending through the logs. I've analysed the logs and the engine log you've submitted. There appear to be multiple problems colliding here. The first and most serious issue is that there seems to be cyclic triggering of the builds on your system. This happens when something inside …
14 Feb 2023 00:05 UTC