Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Non friendly error upon missing net 4.5 (?)
The one has me a bit stumped at the moment. At first I thought this might be related to the new TaskRunner somehow, although based on the analysis you've just given I agree that it seems more like something else much less consistent. Initialisation problems with the TaskRunners are not unheard of …
04 Mar 2014 01:16 UTC
-
Non friendly error upon missing net 4.5 (?)
Hi, I'm sorry to hear about this. Does this problem show up consistently? Are you able to run any tests within this solution? If you set up a dummy test solution containing a v4.5 test project, does the problem appear? What if you change the .NET framework version to v4.0? Do you see any…
03 Mar 2014 21:28 UTC
-
NCRUNCH code coverage markers are all white after changing output path of project under test
Hi Dave, Great to hear that did the trick. I'm sorry if I seemed a seemed a little purist earlier while trying to describe NCrunch's limits when handling a situation like this. Although I haven't seen a solution arrangement quite like what you've described, it it an interesting approach and it …
03 Mar 2014 21:17 UTC
-
ncrunch from commandline
Nothing I can commit to at the moment, but it will probably happen in future.
03 Mar 2014 07:49 UTC
-
VS2012 crashes - must have .NET 4.5.1 - pics attached
Thanks :) V2.5 has now been released - [url=http://www.ncrunch.net/download]http://www.ncrunch.net/download[/url].
03 Mar 2014 06:11 UTC
-
VS2012 crashes - must have .NET 4.5.1 - pics attached
Hi, 4.5.1 normally isn't required for NCrunch. A change in V2 to add support for this version of the framework introduced a bug that created this problem. The link above includes a reference to a build of NCrunch that you can install that will use a v4.5 task runner that does not require v4.5.1…
02 Mar 2014 23:56 UTC
-
VS2012 crashes - must have .NET 4.5.1 - pics attached
Hi, Thanks for reporting this issue. Please see here for details - [url=http://forum.ncrunch.net/yaf_postst1164_Non-friendly-error-upon-missing-net-4-5.aspx]http://forum.ncrunch.net/yaf_postst1164_Non-friendly-error-upon-missing-net-4-5.aspx[/url] Cheers, Remco
02 Mar 2014 23:42 UTC
-
ncrunch from commandline
[quote=Andrey;5443]If you have a test runner that can execute tests across multiple nodes (V2) then it could be very helpful outside NCrunch itself - for example it would be possible to speed up tests running in TeamCity.[/quote] Yes - definitely. The distributed and parallel execution features …
02 Mar 2014 22:31 UTC
-
IgnoreAttribute in WinRt
Interesting ... If the problem continues to be intermittent, I may be able to introduce a fix to counter this behaviour. Something along the lines of 'keep trying to register the application over and over again until it works', up until a certain limit of course. Let me know how you get on. If …
02 Mar 2014 22:29 UTC
-
IgnoreAttribute in WinRt
That does look like a VERY interesting exception. The good news is that the failure is happening long before the app container is initialised.. it seems to be in the package installer. A quick google brought up something of interest - [url=http://stackoverflow.com/questions/13955297/windows-8-bl…
02 Mar 2014 00:05 UTC
-
IgnoreAttribute in WinRt
I've just tried many resets ... but still no luck here. I'm not aware of anything in NCrunch that would struggle with an attribute like this. It's namespace is not under anywhere that the test runner would care about. This is very worrying because it suggests instability in the app container ..…
01 Mar 2014 06:01 UTC
-
IgnoreAttribute in WinRt
Hi Lee - I haven't had any luck in getting NCrunch to bug out on the test solution you've provided. Does it fail for you consistently on this solution?
01 Mar 2014 05:43 UTC
-
IgnoreAttribute in WinRt
Hi Lee - Thanks for sharing this issue, and the project to reproduce it. I'll take a look and will see if I can arrange a fix for it. I'm sorry for the time this has cost you. Cheers, Remco
01 Mar 2014 05:32 UTC
-
Unit test project with only xUnit.net theories in it is not picked up
Sorry, no fix is currently available for this issue. The current long term plan is to replace the current xUnit integration (which works through Gallio) with direct integration with xUnit. This will also include support for xUnit v2.
28 Feb 2014 23:23 UTC
-
Non friendly error upon missing net 4.5 (?)
Hi, The fix for this issue is pending in the next build of NCrunch. You're welcome to try the development build below which includes the fix: [url=http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.5.0.10.msi]http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.5.0.10.msi[/url] [url=http…
28 Feb 2014 23:21 UTC
-
NCRUNCH code coverage markers are all white after changing output path of project under test
NCrunch struggles with [url=http://www.ncrunch.net/documentation/considerations-and-constraints_absolute-file-references]absolute file references[/url], because they usually cause code to break the isolation of the sandbox (workspaces) NCrunch constructs to build your code and execute your tests. …
28 Feb 2014 03:51 UTC
-
NCRUNCH code coverage markers are all white after changing output path of project under test
Hi Dave, This approach cannot be made to work with NCrunch, because it relies on implicit behaviour describing the references between projects. NCrunch works by shadowing projects individually and separating them from their parent solution. In the workspaces that NCrunch constructs, the proje…
27 Feb 2014 23:03 UTC
-
MSpec and IAssemblyContext
Yes. NCrunch does support IAssemblyContext, and I'm fairly certain it should also support ICleanupAfterEveryContextInAssembly, assuming that these features are provided by MSpec itself. NCrunch calls into MSpec and uses it as a provider to execute tests, so in theory any features implemented (ot…
27 Feb 2014 22:54 UTC
-
v2.4.0.2 - Build takes long time to process.
Hi Jason - Aaron Job has a useful article that you might want to have a look at - [url=http://blog.gravypower.net/ncrunch-sharepoint-and-microsoft-fakes/]http://blog.gravypower.net/ncrunch-sharepoint-and-microsoft-fakes/[/url]. Basically, there is a way you can improve the performance of NCrun…
27 Feb 2014 22:42 UTC
-
Tests ignored with RegexTestSelector are being executed since upgrade to NCrunch 2
Hi, Make sure that when making changes to configuration, you do so to the PROJECT.v2.ncrunchproject file. v1.48 used a different name for this configuration file - PROJECT.ncrunchproject NCrunch automatically migrates the configuration over to the V2 file when you first use V2 on a solution. …
27 Feb 2014 12:54 UTC