Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Console Tool TestFilter Issues
I've just tried this with v3.11.0.5 (which should be the same as 3.10 in this area) using the following command: ..\consoletest\ncrunch.exe classlibrary1.sln -TestsToExecuteAutomatically "(DoesNotHaveCategory 'Integration' AND DoesNotHaveCategory 'Smoke')" And it seemed to work OK. I'm not su…
23 Aug 2017 23:26 UTC
-
Even the simplest .NET Core project fails to build under NCrunch
[quote=GreenMoose;11029] Can I somehow generate a log with the console tool?[/quote] Absolutely. Just set "-LogVerbosity Detailed" on the command line, and use the standard pipe to push the output to file, i.e. ncrunch.exe mysolution.sln -LogVerbosity Detailed > mylog.txt The log should c…
23 Aug 2017 08:00 UTC
-
C# 7.1 project won't build in NCrunch
Hi, thanks for sharing this problem. Is this something you can reproduce with a sample project that you can share with me?
22 Aug 2017 22:35 UTC
-
Could not load file or assembly 'System.Runtime, Version=4.1.1.0...'
Hi, Could you try the build below to see if this resolves the problem for you? [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.5.msi]http://downloads.ncrunch.net/NCrunch_Console_3.11.0.5.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.5.zip]http://downloads.ncrunch…
22 Aug 2017 22:35 UTC
-
Even the simplest .NET Core project fails to build under NCrunch
A fix for the 'missing .NET Core' error is in the build below: [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.5.msi]http://downloads.ncrunch.net/NCrunch_Console_3.11.0.5.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.5.zip]http://downloads.ncrunch.net/NCrunch_Consol…
22 Aug 2017 22:33 UTC
-
.NET Core 2.0 support
See here for an early build with fixes for the recent .NET Core 2.0 release - [url=http://forum.ncrunch.net/yaf_postst2234_Unable-to-run-tests-with--NET-Core-2-0-referencing--NET-Standard-2-0.aspx]http://forum.ncrunch.net/yaf_postst2234_Unable-to-run-tests-with--NET-Core-2-0-referencing--NET-Standar…
22 Aug 2017 00:23 UTC
-
Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0
Thanks for sending through the log. This contained an interesting exception: System.Exception: Could not resolve assembly: System.Threading.Thread, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3aSystem.IO.FileNotFoundException: Could not load file or assembly 'System.Threading.…
21 Aug 2017 00:26 UTC
-
Impacted tests are not always marked impacted and therefore not run
[quote=abelb;11013] [*]Change in the code of a used attribute, directly or indirectly, does not always (never?) trigger an Impact [/quote] Impact detection doesn't currently work over attributes, because these are universally accessed using reflection, which is isn't possible to track using NCr…
21 Aug 2017 00:21 UTC
-
Async build and build in general is a lot slower on VS 2017 Preview 4
I'm glad to hear that this has improved for you, but what you're describing is still not normal behaviour unless you're making use of the 'Copy referenced assemblies to workspace' setting, which you should do your best to avoid if performance is important to you. Something that might be worth try…
21 Aug 2017 00:05 UTC
-
Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0
[quote=sextondjc;11010]Still seem to be having a problem, unfortunately. Tried setting logging level to verbose but still only get the message below. This comes from Visual Studio 2017 Community version 15.3.1 using NCrunch 3.11.0.5 linked to above. An error occurred while analysing this project…
20 Aug 2017 06:24 UTC
-
String parameter causes "This project contains multiple NUnit tests that share the same name."
Hi, This is, unfortunately, a problem in NUnit itself. NUnit truncates the test parameters after a certain limit, making the entire parameter become inaccessible to test runners like NCrunch. You'll need to raise this with the NUnit team - [url=https://github.com/nunit/nunit]https://github.…
19 Aug 2017 00:16 UTC
-
Building precompiled C# Azure Function fails
Hi, thanks for sharing this problem. Unfortunately, Azure based projects are [url=https://www.ncrunch.net/support/frameworks]not supported by NCrunch[/url]. For this reason there has been no QA performed on azure projects, or features implemented in the engine to get these to build or run tests.…
18 Aug 2017 12:00 UTC
-
duplicate source code transmission to node servers
[quote=Grendil;10856]We're looking into setting up an NCrunch node farm, and we're wondering about network traffic load. Most developers will be working on the same large code base. Only about 10% of that code will be mutating at any one time. Does NCrunch do anything clever to avoid transmitting…
18 Aug 2017 11:56 UTC
-
Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0
I've prepared a new build with a fix for the above netstandard.dll problem. This build also has a couple of fixes around .NET Core usage on grid nodes. [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.5.msi]http://downloads.ncrunch.net/NCrunch_Console_3.11.0.5.msi[/url] [url=http://down…
18 Aug 2017 07:07 UTC
-
vs2015 crash (NCrunch...ClipboardHelper)
I haven't seen this one before. Did you notice any knock-on effects from this? Or did it just show up in the log?
16 Aug 2017 23:28 UTC
-
Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0
Hi David, If I were to guess, this looks to be the result of confusion in the test environment between the netstandard compile-time assembly and run-time assembly. Probably this is the result of another late-game change to the .NET Core toolset. Unfortunately I'm not sure how to produce this.…
16 Aug 2017 12:32 UTC
-
Unable to run tests with .NET Core 2.0 referencing .NET Standard 2.0
I've prepared a build with a fix targeted to resolve this issue. Download links are below: [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.4.msi]http://downloads.ncrunch.net/NCrunch_Console_3.11.0.4.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.4.zip]http://downloa…
16 Aug 2017 06:37 UTC
-
3.10.0.20 nCrunch.TaskRunner40.x64.exe flagged as virus in AVG
[quote=leadensky;10984]Hmm, similar problem with AVG has cropped up again. This time it's flagging nCrunch.BuildHost462.x86.exe but in the AppData\Local... folder (see screen shot). [img=https://www.screencast.com/t/c5T6BgVnQP]AVG threat detection[/img]. This folder location keeps changing (with eac…
15 Aug 2017 20:16 UTC
-
Console Tool TestFilter Issues
[quote=chillitom;10985]It gets stranger! With TestsToExecuteAutomatically set to False the build never completes, the ncrunch.exe process runs indefinitely, I had one running for 400+ minutes. It seems to be stuck at/near the end of the build stage[/quote] Ok, so that's not the effect that I wa…
15 Aug 2017 20:15 UTC
-
Console Tool TestFilter Issues
[quote=chillitom;10980] Can you think of anything else I could check? I'm sure it's something dumb but I can't figure out what.[/quote] Sorry, I appreciate that the handling of this by NCrunch is a bit of a black box at the moment, making it hard to troubleshoot. I've made a note to expand the…
14 Aug 2017 23:31 UTC