Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
NCrunch unable to find sn.exe (VS2017 only)
Hi Omeed, My assumption at the moment is that these machines have a configuration set in which the sn.exe tool is being stored in a different location relative to historical norms. Every few years this tool gets moved around and NCrunch then needs to have extra logic added to find it. We'll t…
20 Feb 2018 22:50 UTC
-
Include as link not copied to NCrunch output?
[quote=GreenMoose;11818] I usually do like this when sharing same AssemblyInfo.cs files in multiple projects (which I guess works fine since that file is included in compile process), and now I had duplicated config files I wanted to share in the same way I.e. no tooling or template, Add->existi…
20 Feb 2018 22:12 UTC
-
Include as link not copied to NCrunch output?
Hi, thanks for sharing this issue. I'm personally unfamiliar with this mechanism (link). Historically, MSBuild has had support for specifying a 'link' file using an XML tag, but this is the first time I've seen it done as an attribute. So probably the reason NCrunch doesn't handle it would be b…
20 Feb 2018 11:58 UTC
-
Passing test shows red on sidebar
Would you be able to try placing NCrunch in [url=http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]compatibility mode[/url] to see if any of these settings resolve the problem? Also, could you check if Newtonsoft.Json.dll exists at the searched location with the correct versio…
19 Feb 2018 21:48 UTC
-
Configuration option "Additional files to include" doesn’t work
Hi, thanks for sharing this problem. This is a technical limitation caused by NCrunch's build optimisations. You need to either change the way this file is located by your code so that it searches relative to the console project's .exe, or you need to turn on the 'Copy referenced assemblies to w…
16 Feb 2018 22:33 UTC
-
Passing test shows red on sidebar
Hi, thanks for sharing this problem. What is the nature of this exception? Does it appear consistently? Is there another dependency here? If the test is failing consistently under NCrunch, then probably there is due to a difference between the NCrunch test environment and the one in which yo…
15 Feb 2018 23:42 UTC
-
NCrunch Tests window fails to update its icons
[quote=Kaerwek;11804]It sure seems much more stable now. It seems to refresh the statuses correctly, haven't checked it very deeply, but earlier every now and then it seemed to report things wrong.[/quote] Please do let me know if you manage to pin down any problems. As far as I know, all result…
15 Feb 2018 21:58 UTC
-
NCrunch Tests window fails to update its icons
[quote=Kaerwek;11802] Did you do you attempt to do something about that other issue? [/quote] From what I could establish in the reports you submitted, these looked to be tied to the same thing (exceptions thrown during test discovery/execution). Are you seeing any problems with the new build?…
15 Feb 2018 10:36 UTC
-
NCrunch Tests window fails to update its icons
Would you be interested in trying the build below? I've attempted to implement a fix for this problem. Note that you'll also need to set your 'Framework Utilisation type for MSTest' setting to 'DynamicAnalysis'. [url=http://downloads.ncrunch.net/NCrunch_Console_3.13.0.1.msi]http://downloads.ncr…
14 Feb 2018 02:56 UTC
-
NCrunch failing to build .net core projects
Below is an early build of v3.13, including the fix for this problem: [url=http://downloads.ncrunch.net/NCrunch_Console_3.13.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_3.13.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.13.0.1.zip]http://downloads.ncrunch.net/NCrunch…
14 Feb 2018 02:56 UTC
-
NCrunch Tests window fails to update its icons
Yes, Color would definitely do this. Does this work for you outside of NCrunch? I'm not sure if it's possible to get this kind of thing working under NCrunch, since it would involve the test's meta structure consisting of a user type (a bad thing when it comes to test uniqueness/identification…
13 Feb 2018 09:28 UTC
-
NCrunch failing to build .net core projects
Hi Adrian, Thanks for taking the time to post here! You are absolutely correct. We had, actually, just a couple of hours earlier arrived at the exact same conclusion ourselves and we're in the process of fixing the problem. Including 3rd party assemblies in the NCrunch build system is somethin…
13 Feb 2018 01:26 UTC
-
An exception was thrown in the remote environment, Errors occurred while trying to load the project
Hi, thanks for sharing this problem. It's interesting that VS is still able to accept this change in structure. Prior versions would have exploded if this were changed. We'll take a look to see if we can make NCrunch more resilient here. Thanks for taking the time to report this.
12 Feb 2018 23:25 UTC
-
NCrunch Tests window fails to update its icons
I'm not sure if the most recent bug report with this issue was yours, but in the likely event that it is, it contained a useful stack trace: System.Exception: Unknown DataRow parameter type: System.RuntimeType at nCrunch.Module.MSTest.Integration.MSTestResolvedTest.convertStringToType(String …
12 Feb 2018 15:39 UTC
-
NCrunch Tests window fails to update its icons
If you're receiving OutOfMemoryExceptions in the NCrunch engine process itself, then this would likely be because of one of the following: 1. NCrunch is set to run using an [url=http://www.ncrunch.net/documentation/reference_global-configuration_engine-hosting-strategy]x86 process host[/url] and th…
12 Feb 2018 07:07 UTC
-
NCrunch Tests window fails to update its icons
Alternatively, can you check your Processing Queue for failed tasks? If a task has blown up, there should be an exception trace available there.
12 Feb 2018 07:03 UTC
-
NCrunch Tests window fails to update its icons
Thanks for sending through the bug report. Was NCrunch enabled when you sent this? The log file was blank, which suggests the engine was either completely crashed out or otherwise disabled.
12 Feb 2018 06:53 UTC
-
Old version support for new VS versions
[quote=Brondahl;11777] Here's hoping that VS becomes more stable compatibility-wise going forward; I can vaguely imagine how frustrating it must be to have to work so hard just to stay in the same place. [/quote] Me too! The good news is that 2018 is already looking better. We have new feature…
11 Feb 2018 23:17 UTC
-
Old version support for new VS versions
Hi, thanks for posting. Since the start of the project, over 70% of the development effort on NCrunch goes into keeping the product updated with the ever churning platform underneath it (VS, .NET, test frameworks, etc). VS2017 was a particularly rough update for NCrunch, because so many things i…
11 Feb 2018 22:35 UTC
-
NCrunch Tests window fails to update its icons
This is probably an internal exception. Would you be able to submit a bug report after you see this? The log file may yield some useful information.
09 Feb 2018 22:53 UTC