Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
VS2013
Installer is now online - [url]http://www.ncrunch.net/download[/url]
30 Jun 2013 05:05 UTC
-
Visual Studio 2013 Support
Installer is now online - [url=http://www.ncrunch.net/download]http://www.ncrunch.net/download[/url].
30 Jun 2013 05:05 UTC
-
How to completely remove the license key
Hi Raj - Thanks for posting. I've just introduced an extra uninstall step that will remove NCrunch license information when the product is uninstalled. To use it, you'll need to grab the latest build from [url=http://www.ncrunch.net/download]http://www.ncrunch.net/download[/url]. Simply inst…
30 Jun 2013 05:04 UTC
-
NCrunch creates instances of attributes on tests, tripping up my behavior
Hi Daniel - Attributes are automatically constructed by the CLR when they are referenced via runtime reflection. NCrunch needs to use runtime reflection in order to identify critical metadata associated with the test. There really isn't a way around this. I would generally advise against pla…
29 Jun 2013 23:16 UTC
-
DevExpress controls compatibility issues
Hi, Thanks for letting me know about this. In V2 of NCrunch the DevExpress controls will also be removed, due to problems such as this one along with various performance issues. Thankfully there seem to be very few extensions that make use of these controls. My hope is that no one else needs t…
29 Jun 2013 02:31 UTC
-
Enlarge the hit area around the gutter icons to make them easier to click on?
Peter, I'm wondering if we can take this issue off the forum for the time being so that I can issue you with a diagnostic build to find out why this is behaving so strangely on your system. Would you be able to get in touch via the [url=http://www.ncrunch.net/Support/Contact]Contact form[/url] wi…
28 Jun 2013 23:39 UTC
-
Visual Studio 2013 Support
Already here :) [url=http://forum.ncrunch.net/yaf_postst954_VS2013.aspx]http://forum.ncrunch.net/yaf_postst954_VS2013.aspx[/url] Installer will be up soon.
28 Jun 2013 23:36 UTC
-
Enlarge the hit area around the gutter icons to make them easier to click on?
Hi Peter - Yang's suggestion has a good chance of solving this problem. As you have a number of extensions installed, it's possible that there are inconsistent overlaps inside VS's adornment layers caused by erroneous caching and/or extension clashing. Reinstalling NCrunch can reset the adornme…
28 Jun 2013 07:37 UTC
-
Only one of multiple TestCaseSource attributes respected
Thanks Kaleb. I've met people within the industry with strong opinions on tests always having consistent and deterministic behaviour. There are merits to this approach, but ultimately I feel you should do what works for you. Randomness within the scope of a test should be fine - you might notice …
28 Jun 2013 07:34 UTC
-
Run tests serially for SpecFlow-tests assembly only
Hi Smoove, Great to hear from you! Support for NCrunch attributes at assembly level is much requested and I hope to have this implemented soon, ideally in the maintenance release due out in a few weeks time. Unfortunately my SpecFlow knowledge is very limited, so I'm afraid I can't suggest an…
28 Jun 2013 02:14 UTC
-
Only one of multiple TestCaseSource attributes respected
Is this DateTime value consistent between test runs? If it isn't, it will certainly cause problems. NCrunch relies on tests having consistent names. This is because the tests need to exist and have their data correlated across multiple execution runs. This doesn't really work in situations whe…
28 Jun 2013 01:52 UTC
-
Enlarge the hit area around the gutter icons to make them easier to click on?
According to your description, this is definitely defective behaviour. The contents of the rectangle marker itself should be clickable, and unfortunately this seems to be the case in all of my test environments. This may be a very difficult issue to track down as I feel that there is something in …
28 Jun 2013 01:25 UTC
-
NCrunch gets sluggish after a while while devenv.exe having high cpu usage.
The easiest issue to analyse here is the devenv.exe hanging on shutdown. If you have this happen to again, try spinning up a second instance of Visual Studio and attaching its debugger to the first instance. Break into the session and examine the list of running threads. Can you then copy/paste t…
28 Jun 2013 01:10 UTC
-
UI suggestions
Hi Richard, Thanks for sharing this feedback. It's great to hear that you've been finding NCrunch so useful and I hope for the chance to continue to make it even more useful for you in future :) There are plans in V2 of NCrunch to introduce custom grouping options in the Tests Window. This h…
28 Jun 2013 00:56 UTC
-
Unpin covering tests
Yes - this does appear to be missing from the hotkey options and it was supposed to be there. Thanks for pointing this out, I'll note it down for a fix.
28 Jun 2013 00:36 UTC
-
NCrunch gets sluggish after a while while devenv.exe having high cpu usage.
Yes - the status indicator has huge performance problems right now with big test pipelines. I recommend working with it closed on larger solutions until it can be properly fixed. There are a number of problems with the feature around its design. I've wanted to remove it for quite some time, thoug…
27 Jun 2013 08:29 UTC
-
VS2013
Here I was keying up my reply and testing it out, only to find you'd already figured it out :) I'm glad it was this easy. I guess this is the benefit of annual updates ... they aren't quite as earth shattering!
27 Jun 2013 08:22 UTC
-
VS2013
Hi Paul, After a quick smoke test, it looks as though NCrunch for VS2012 already works with VS2013. The installer won't work, but you should be able to perform a manual installation into the Visual Studio 12 directory. I've updated the [url=http://www.ncrunch.net/documentation/manual-installa…
27 Jun 2013 08:19 UTC
-
NCrunch gets sluggish after a while while devenv.exe having high cpu usage.
Thanks for sharing these details. There is a fairly significant fix expected in the V2 release to solve the CoverageWatcher performance issues. I'd been hoping to avoid introducing this fix in the V1 branch because of the high risk of it destabilising the product, although it looks as though the i…
27 Jun 2013 07:13 UTC
-
Only one of multiple TestCaseSource attributes respected
Thanks - this confirms the issue is related to the way that NCrunch uniquely identifies tests. Where two tests exist with the same name, NCrunch will simply drop the second test. The rational behind this is that two tests under the same name cannot ever be uniquely identified by any user, so the…
27 Jun 2013 06:55 UTC