Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Build Error with Xamarin.Android application
Hi, thanks for sharing this issue. So far NCrunch hasn't yet seen any official testing on the Xamarin platform - I cannot guarantee at this time that it will work correctly. With that said though, this is quite a strange error message. The 'nCrunch.TestRuntime.DLL' file is installed into the …
03 Feb 2014 10:15 UTC
-
Package Load Failure
Hi - I've prepared a build specially to resolve this issue. You're welcome to take it for a spin if you like, I'd really like to know if this solves the problem. [url=http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.5.0.1.msi]http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.5.0.1.ms…
03 Feb 2014 04:19 UTC
-
Don't Build/Run when editing .js files
For anyone interested in this feature, there is now a configuration option available that can be used for this - [url=http://www.ncrunch.net/documentation/reference_project-configuration_files-excluded-from-auto-build]Files Excluded From Auto Build[/url].
01 Feb 2014 00:18 UTC
-
The use of the Windows namespace is reserved
Hi Lee - If the browse to workspace option doesn't work, this would suggest that NCrunch isn't actually getting to the build step - probably it's failing to even Analyse the project. When you look at the errors showing in the Tests Window, does this say anything about there being a failure to lo…
01 Feb 2014 00:05 UTC
-
The use of the Windows namespace is reserved
Sorry - I just realised I misunderstood the platform/configuration setup within your solution. The platform related issues you're setting from MSBuild are a red herring. What I think we need to do is try and get the command line MSBuild action to build the project using the same parameters NCrun…
31 Jan 2014 22:24 UTC
-
Package Load Failure
Hi, thanks for reporting this issue! I'm glad you've been enjoying the product so much. I think I understand what has happened here. NCrunch infers the need for the DotNET451 assembly based on your O/S (Windows 8.1). In this case, the assembly won't load because VS2008 doesn't use a later vers…
31 Jan 2014 22:04 UTC
-
Is logging to a file available?
Thanks! Do let me know if you trace anything back to NCrunch or need any more help.
31 Jan 2014 13:10 UTC
-
Tests are flaky in 2.x with parameterized TestFixtures using NUnit
Ok - that is useful information. As far as I know, Jetbrains did upgrade their NUnit version in ReSharper, although it may depend very much on the version of ReSharper you're running. If you do have the NUnit GUI .exe handy, this would be a useful thing to test out. Static Analysis works quite …
31 Jan 2014 11:23 UTC
-
Build fails when Output folder contains drive letter
Hi, thanks for sharing this issue! I saw the bug report come through a couple of hours ago and noticed the output path was the problem. It's interesting that this worked for you in V1. I imagine it must have been quite unstable, as the output path pointing at an absolute path would have messed …
31 Jan 2014 11:07 UTC
-
Tests are flaky in 2.x with parameterized TestFixtures using NUnit
Hi, thanks for reporting this issue. Off the top of my head, I can't remember there being any changes in NCrunch's NUnit integration between 1.48 and 2.4 with the exception of upgrading to the newest version of NUnit. v1.48 will execute tests using the older NUnit assemblies, regardless of which…
31 Jan 2014 10:25 UTC
-
NCrunch fails to build when reference is on another drive
Great to hear. Thanks for taking the time to report the issue. It was good to get the fix into the RTM.
31 Jan 2014 07:58 UTC
-
Is logging to a file available?
Hi, thanks for posting! NCrunch is fairly religious about catching exceptions and reporting them in its own trace log. Because of its size and constant rate of change, the trace log is only stored in memory. Any crash that brings down the whole IDE is doubly evil - not just because its a fault …
30 Jan 2014 22:30 UTC
-
comparing algorithm performance
Sorry, you'd need to trace this manually with something like perfmon. NCrunch just isn't designed to capture CPU cycles.
29 Jan 2014 21:54 UTC
-
NCrunch Forum My Topics does not work for me
This is a surprise for me also, but then, I've never actually used the feature :) One side affect of this may be that you get lots of notification email from the forum.
29 Jan 2014 04:27 UTC
-
NCrunch Forum My Topics does not work for me
It seems to be working correctly for me - so I wonder if it's somehow related to your forum account settings. Are you set up to 'watch' any forums or topics?
29 Jan 2014 03:47 UTC
-
Can not build project when it uses a specflow plugin to generate NCrunch test attributes
Ok - do let me know if you manage to pin it down. I was thinking that this would be particularly useful to include for other SpecFlow users. I've had questions before from people wondering how to best include NCrunch attributes in their SpecFlow tests. Until now, my answer has always been to cr…
28 Jan 2014 22:58 UTC
-
NCrunch and RazorGenerator.MsBuild
Excellent. Thanks!
28 Jan 2014 11:13 UTC
-
comparing algorithm performance
There are plans to introduce an export feature to export the contents of the Tests Window. Would this also work for you?
28 Jan 2014 02:16 UTC
-
Test fails in NCrunch and passes in other runners.
Ahh that makes sense. I had thought that the issue also affected CLR 2, but it was more than a year since I analysed it .. and I may have remembered incorrectly. There have also been changes to the CLR through Windows Update, which does sometimes make it difficult to pin down behaviour over time w…
28 Jan 2014 02:15 UTC
-
Test fails in NCrunch and passes in other runners.
The reason for the difference is that NUnit doesn't instrument the code as NCrunch does. NCrunch's performance instrumentation makes heavy use of try/finally blocks, which tend to surface this behaviour on machines that have .NET 4.5 installed. Interestingly, the problem also applies to versions…
28 Jan 2014 00:26 UTC