Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Test-Log Window Font breaks output
Sorry, the 2.6.0.13 build included a change that completely broke the project synchroniser. It seems to me that the ideal solution to the underscore problem is to make the output pane font configurable in the global NCrunch settings. A few people have requested this so it was already in the plan…
16 Apr 2014 03:12 UTC
-
Remote server: Why 5 task runners in a 2-task-defined environment?
NCrunch uses two process pools - one for build processes, and one for test processes. The max effective build process pool size is always set to the max number of processing threads setting. The max effective test process pool size is equal to the process pool size setting, plus the max number…
15 Apr 2014 23:48 UTC
-
GetHashCode Nrunch vs Nunit different values
Hi, Thanks for posting. This is most likely due to a different in the processor architecture of the hosting process. There is a lack of standardisation around X86/X64 between test runners - [url=http://www.ncrunch.net/documentation/troubleshooting_x86-x64-platform-issues]please read this docume…
15 Apr 2014 22:21 UTC
-
Remote server: determine installed version of grid node locally?
Hi, The easiest way is to just check the version number attached to any of the nCrunch.*.dll files. The version number is also shown in the windows 'Programs and Features' view.
15 Apr 2014 07:03 UTC
-
Test-Log Window Font breaks output
At the moment it isn't possible to customise the font or its size. The component is still very new, so such features don't exist yet. I'm wondering if you'd like to try the build below? I've introduced a speculative fix in this build that changes the way the line height is calculated. I still …
15 Apr 2014 02:54 UTC
-
Test-Log Window Font breaks output
I don't seem to see this issue at my end. I think there is a point of difference here that is causing the line height to be calculated incorrectly, cutting off the underscore. In the Courier New font, the underscore character sits below all other characters (including 'g' tails). Can you think …
14 Apr 2014 11:54 UTC
-
Test-Log Window Font breaks output
Hi, thanks for sharing this issue. The font being used by NCrunch to render text is Courier New 8.25pt. I'm not aware of how to reproduce this issue. I assume it is somehow configuration or environment specific. Does this appear for you if you create a new blank test project with a single te…
14 Apr 2014 09:23 UTC
-
Use of classes that derive from UserControl.
For anyone interested, Sergei and I troubleshooted this issue and discovered it was caused by a compatibility problem of some kind with Typemock Isolator. The problem seems to be environment specific and in this case seems only to affect the NUnit test framework. If you experience this problem, …
11 Apr 2014 11:48 UTC
-
What types of coverage does NCrunch offer?
Hi Joe, Thanks for posting and for your interest in NCrunch. None of the categories described in this Wikipedia article accurately describe NCrunch's coverage analysis. NCrunch's code coverage is analysed line-by-line, not using language-specific constructs. This means that its code covera…
10 Apr 2014 21:44 UTC
-
NCrunch fails to build solutions using Automatic Package Restore
Hi, thanks for sharing this issue. Since V1, NCrunch has deliberately disabled Nuget package restore for its own builds. Because Nuget was previously performing this via a custom build target, the approach taken here was simply to remove the build target. This was done because the auto package …
10 Apr 2014 21:35 UTC
-
How to expand/collapse tree nodes in NCrunch Tests window?
Hi, This feature doesn't exist yet. You can vote for it if you like - [url=https://ncrunch.uservoice.com]https://ncrunch.uservoice.com[/url].
10 Apr 2014 06:01 UTC
-
NCrunch, MSTest & categories
Right, this then describes behaviour as designed. The tests each include a 'dirty' state that describes when a test may have been impacted by a change made to the codebase. This dirty state is persisted in NCrunch's cache information, but it is also flagged for all tests when the code is loaded …
08 Apr 2014 06:16 UTC
-
Use of classes that derive from UserControl.
Hi Sergo, Thanks for clarifying. In that case, I think this problem may be a runtime assembly reference resolution issue. Is there any chance you could provide me with a test project that can surface the problem? I can probably provide you with a prompt solution if you're able to submit some…
07 Apr 2014 21:52 UTC
-
NCrunch, MSTest & categories
The cache is basically an on-disk representation of the contents of NCrunch's memory, so deleting it from disk with the IDE open won't clear any data. As soon as you close VS, the deleted cache will be replaced with the contents of memory. The behaviour you've described (coverage markers being r…
07 Apr 2014 21:43 UTC
-
NCrunch, MSTest & categories
After you restart Visual Studio, do the coverage markers show with full opacity for the excluded tests? Normally they should be slightly faded to indicate the coverage is out of date. Are you expecting the coverage to be hidden? There is a new filter setting under the engine mode that allows yo…
07 Apr 2014 09:26 UTC
-
Use of classes that derive from UserControl.
Hi Sergo, Thanks for sharing this problem. The main issue here is that with the test class descending from a UserControl, the code within the UserControl class (probably the constructor) is being executed during test discovery. I'm not sure what exactly happens inside this code, but it probab…
07 Apr 2014 09:21 UTC
-
Issues copying a file during test
Great stuff! Something I'll warn you about with the NCrunchEnvironment.GetOriginalSolutionPath is that this will break NCrunch's workspace isolation .. if you're using this to access TestWorkflow.V1.dll then you might end up with file locking issues between VS/NCrunch and you probably won't see cod…
05 Apr 2014 01:27 UTC
-
Issues copying a file during test
Ok - it looks like the referenced assembly is being built from another project in your solution, so the 'Additional files to include' isn't the way to solve this. The problem is that you're needing to reference an assembly that is built by NCrunch, and is sitting in one of its workspaces. You ne…
04 Apr 2014 22:48 UTC
-
An item with the same key has already been added
Excellent! I'm glad this did the trick. Thanks for the feedback :)
04 Apr 2014 08:58 UTC
-
An item with the same key has already been added
Sorry, this was my mistake. I forgot to make the links public. Try again now.
04 Apr 2014 07:45 UTC