Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Bug? Test category isn't picked up when in Attribute but MSTest understands it
Hi Paul - Thanks for posting! As NCrunch uses metadata to identify categories for tests (instead of dynamic invoke), this approach to defining custom attributes currently isn't supported. I'll ensure its in the backlog for a future release. Cheers, Remco
07 Feb 2013 21:28 UTC
-
xunit, ncrunch, VS2012
Hi, thanks for posting! As far as I'm aware - this should be working normally. Can you describe the symptoms you're experiencing? Also, can you submit a bug report? Cheers, Remco
07 Feb 2013 21:21 UTC
-
DevExpress controls compatibility issues
Hi, thanks for posting! This is unfortunately an ugly side effect of Visual Studio's plugin approach. The plugins share the same application domain, which prevents two assemblies being loaded under the same name but with different versions. The ultimate solution is for NCrunch to stop using…
07 Feb 2013 21:20 UTC
-
Local variables unavailable when debugging
Hi John - This one is definitely still on the radar, although I've yet to find a way of fixing it. There is some kind of inference in the VS debugger that identifies compiler generated code blocks (such as yield), and NCrunch's instrumentation interferes with it. I'll keep looking, but its star…
06 Feb 2013 21:01 UTC
-
NCrunch Tests window is just showing as a big red X...
Hi, This is caused by an exception being thrown very high up in the UI. Can you submit a bug report if you see this happen again? Also, have you managed to identify any pattern to it?
06 Feb 2013 20:59 UTC
-
Out of memory exception during build
Good thinking :) I'll look into it!
06 Feb 2013 20:58 UTC
-
Run tests sequentially
Hi, thanks for posting! Sequence dependent tests are, unfortunately, something you'll need to give up on if you're to make proper use of NCrunch. There's some more [url=http://www.ncrunch.net/documentation/considerations-and-constraints_test-atomicity]details about this in the documentation[/url…
06 Feb 2013 09:19 UTC
-
Out of memory exception during build
A single assembly file with 2M lines of code is fairly unconventional, so I think it's quite a safe bet that the sheer size of the project is causing the memory problems. The best workaround I can suggest is basically what you've already done - setting the 'Instrument output assembly' setting to 'F…
06 Feb 2013 09:17 UTC
-
License Issue
Something that may solve this problem is to go through the following steps after this has failed for you (and your license details are empty): 1. Shut down Visual Studio without entering your license details (cancel out of the license pane, or choose the evaluation license) 2. Load up Visual Stu…
06 Feb 2013 05:29 UTC
-
Out of memory exception during build
As part of its instrumentation, NCrunch needs to load and dissect the built assembly in memory in order to manipulate it. On large assemblies, this can be a memory intensive process. Is this project being included in your solution as a project dependency, or as a referenced DLL? To ensure com…
05 Feb 2013 20:31 UTC
-
License Issue
Hi, thanks for posting and for your purchase! This sounds like a state related issue and is probably related to the security configuration on your machine. Can you get in touch with me directly via the contact form? (http://www.ncrunch.net/Support/Contact) I'll help you to solve this issue of…
05 Feb 2013 20:26 UTC
-
Collapse/expand NCrunch Tests window items with arrow keys
Hi, thanks for posting! This task is on the backlog :) Cheers, Remco
04 Feb 2013 23:34 UTC
-
"Clean" operations should remove ncrunch files (such as cache ...)
I may be able to suggest something that can solve your immediate problem. 7z has a command line option (-x@) that allows you to specify an ignore file when creating a compression. The ignore file is in a fairly similar format to those used by many source control systems. You could add the NCrunch…
03 Feb 2013 21:15 UTC
-
Which NCrunch files/folders should be checked in and controlled by change control?
A more sophisticated settings manager is in the plan :) Though you are correct - it is quite a large piece of work. It's also hard to implement without making the settings more confusing for less specialised cases .. so for now, NCrunch just uses fixed settings between the different areas (system/…
03 Feb 2013 21:11 UTC
-
NCrunch seems to get confused sometimes during frequent typing
This is a long standing synchronisation issue that so far hasn't been fixed, largely because it is very rare and has never been reproduced in a situation where it could be analysed. If you can find a way to reproduce this issue, I'd be very eager to learn how. Otherwise, if you have it happen to y…
02 Feb 2013 22:09 UTC
-
"Clean" operations should remove ncrunch files (such as cache ...)
Hi, thanks for posting! It's the intention of NCrunch to avoid manipulating the VS/MSBuild build process for the foreground solution, as this is very difficult to do reliably. Clearing out NCrunch data files using a 'Clean' step in the build would involve making changes to either your project fi…
02 Feb 2013 22:06 UTC
-
Which NCrunch files/folders should be checked in and controlled by change control?
Hi - I think that [url=http://www.ncrunch.net/documentation/considerations-and-constraints_using-ncrunch-with-source-control]this documentation page[/url] may help answer some questions in this area. Provided you have the same version of NCrunch installed for both VS2010 and VS2012, they shoul…
02 Feb 2013 22:00 UTC
-
Offline Documentation
Hi, Some allowances were made for this during the documentation revision last year, although as few people have asked for it there are no plans yet to address this in the near future. Thanks for providing your vote on this as I do take this into account. Cheers, Remco
02 Feb 2013 21:58 UTC
-
VS 2012 Dark Theme Compatability
Hi, v1.42 of NCrunch (released October last year), introduced a series of [url=http://www.ncrunch.net/documentation/reference_global-configuration_tool-window-colours]global configuration options[/url] that allow you to change the colour of the NCrunch tool windows within Visual Studio. The rele…
01 Feb 2013 23:15 UTC
-
devenv.exe high CPU usage
Hi Peter, Thanks for posting! This is the first time this problem has been reported for any recent release of NCrunch. It's true that disabling NCrunch does not shut off the entire add-in (about 10% of it is still in operation). If you haven't already, try uninstalling NCrunch entirely to se…
01 Feb 2013 23:09 UTC