Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Compile Errors Hyperlinking.
Thanks. A few more questions to help narrow this down: - Which version of Visual Studio are you running? - Does the problem occur on other solutions too? (i.e. if you just create a small dummy C# project with 1 test, does it work?) - Do you have other team members that also use NCrunch in your…
25 May 2012 06:20 UTC
-
Macro support
Hi, thanks for posting! This is an interesting idea. At the moment NCrunch isn't designed to be able to cleanly handle a feature like this as the definition of a 'test run' can actually be very subjective in the context of true continuous testing, but I do have very long term plans to introduce …
24 May 2012 22:49 UTC
-
Compile Errors Hyperlinking.
Hi Marqus - Do you have any collapsed code of any kind in the file you're navigating to? (I.e. methods, classes, etc .. doesn't need to be a region).
24 May 2012 22:44 UTC
-
Test metrics
Hi Kris, Thanks for posting and I'm glad you're enjoying NCrunch and the new metrics view! Right now there isn't any feature that allows you to exclude individual lines from the metrics or code coverage, although I am looking at ways in which this could be done. I'm looking at perhaps using inl…
24 May 2012 22:41 UTC
-
links to failing line of code acts odd when methods collapsed
Hi John - Thanks for reporting this. Right now NCrunch does have a known problem where collapsed methods and regions are messing up line identification during navigation. I hope to have this fixed soon. Cheers, Remco
24 May 2012 22:39 UTC
-
Skip unnecessary costly build steps (code analysis / code contracts static checker) when possible
Hi James, Sorry - I didn't realise that disabling this option in such a way would have this effect on your tests. Based on what you've described, having two settings does make sense. I'll see what I can do. Cheers, Remco
24 May 2012 22:37 UTC
-
Visual Studio 2010 hangs when adding a new item
This is very strange. I'm curious about where this is hanging. Is there any chance you'd be able to hook the Visual Studio debugger on a hung instance of Visual Studio, break into it and example the running threads? I'd really like to get a stack trace from Visual Studio's main thread.
24 May 2012 22:34 UTC
-
MSpec empty tests should be reported as FAILED not PASSED
Hi Der-Albert! The problem here stems from NCrunch's lack of a 3rd state for test results - NCrunch does not have an inconclusive state (only pass/fail), so there needs to be some way to handle situations where the test runner reports an inconclusive state at runtime. This is also a problem for …
24 May 2012 22:32 UTC
-
Local variables unavailable when debugging
Hi Will - If it's possible, I'd really like to have a look at the solution. I'll DM you with some contact information so we can discuss it offline. Thanks! Remco
24 May 2012 22:17 UTC
-
Partial coverage display but failed test
Absolutely
24 May 2012 05:58 UTC
-
Error line marker disapears after installing .NET language pack
I've created a development build to specifically fix this problem (and other problems related to non-english language packs). You can grab it from the download links below: http://files.ncrunch.net/NCrunch_VS2008_1.40.1b.msi http://files.ncrunch.net/NCrunch_VS2010_1.40.1b.msi http://files.ncru…
23 May 2012 23:57 UTC
-
Never ending test execution
I've created a development build to specifically fix this problem (and other problems related to non-english language packs). You can grab it from the download links below: http://files.ncrunch.net/NCrunch_VS2008_1.40.1b.msi http://files.ncrunch.net/NCrunch_VS2010_1.40.1b.msi http://files.ncru…
23 May 2012 23:56 UTC
-
Partial coverage display but failed test
Hi - Thanks for reporting this. It's possible there is a mapping issue here, although I'm having some trouble visualising the behaviour of the markers. If you experience this issue again, would you be able to take a screenshot? This would help enormously. Thanks! Remco
23 May 2012 22:36 UTC
-
Very long initalization time
Hi Marqus, Based on what you've described, my first thought is that you may have an excessive amount of data held in the NCrunch .cache file adjacent to your solution (.sln) file. NCrunch will store trace output from tests in this file, so if you've had a test that went crazy and produced an abn…
23 May 2012 22:34 UTC
-
Recognize xUnit Facts part of child classes
Thanks for posting! Right now the Gallio adapter NCrunch is using for Xunit tests has a known issue where nested tests will not be found when using static analysis. You can work around this by changing your 'Framework utilisation type for Gallio' to 'DynamicAnalysis' under your NCrunch solution …
23 May 2012 22:26 UTC
-
Visual Studio 2010 hangs when adding a new item
Hi Chris, Can you tell me a bit more about your Visual Studio installation? Do you have any other plugins installed? Something that may be useful is if you're able to attach a debugger onto the devenv process while it's locked. If you're then able to break into the process and share the stack…
23 May 2012 22:25 UTC
-
Extension methods not present when debugging
Thanks. I've since done some more looking into this issue, and I can confirm that it is caused by the way that NCrunch is handling its namespaces when processing debug information during instrumentation. The fix is very difficult but I do hope to solve this problem eventually. Generally the worka…
23 May 2012 10:16 UTC
-
Error line marker disapears after installing .NET language pack
Hi, thanks for reporting this. Can you confirm which version of NCrunch you are using?
23 May 2012 10:13 UTC
-
MissingMethodException when calling extension method
HI Jim - I've had another go at reproducing this with both versions of MVC installed, though it all seems to run properly for me. I still think there must be something else in your environment that is causing a difference in behaviour. I'd really like to have a look at a bug report from your …
23 May 2012 02:54 UTC
-
Coverage shows black when tests cover the code
Hi Sam, There definitely will be an issue with sharing the same source file between two differently tested projects. This kind of setup will cause NCrunch to become confused between the two projects holding the same file, as the open document in the VS IDE is physically pointing to two logically…
22 May 2012 22:59 UTC