Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
NCrunch not responding at all
I wonder if this may be a race condition of some kind. If it happens to you again, would you mind grabbing another bug report and sending it through? Thanks!
10 Aug 2012 10:18 UTC
-
Build Failure with VS2012 Split App Project Template
Thanks for letting me know. Right now NCrunch doesn't officially support Metro style applications yet (these are still a very new addition and much of the documentation is still a bit light), but I'll make a note to check this template to see if it causes any problems when the support is properly a…
09 Aug 2012 10:24 UTC
-
Run all tests visible here not working
Hi, Thanks for taking the time to report this issue. I managed to reproduce this earlier in the 1.40b build and found it to be a recently introduced regression caused by the new 'Terminate test runner tasks when all test execution is complete' configuration setting. If you turn this setting off…
09 Aug 2012 06:44 UTC
-
Build Failure with VS2012 Split App Project Template
Thanks for the analysis. Are you able to confirm the full name of the template you're using? Is it one that requires a Windows 8 installation?
09 Aug 2012 02:43 UTC
-
Unable to get MSTest tests picked up in VS2012RC
At the moment NCrunch doesn't officially support Metro style applications. For metro apps to work correctly with NCrunch, they need to be carefully sandboxed in a manner that is consistent with how they would work in a runtime environment ... and with the framework still being so new, there is very…
08 Aug 2012 22:02 UTC
-
Build Failure with VS2012 Split App Project Template
Hi Ben, Thanks for posting! And I'm glad you're enjoying the tool! This is an issue that appears irregularly in the 1.40b build. There is a certain combination of steps that can cause it to happen, although it likely isn't the main source of your build error. Essentially it's a failure of N…
08 Aug 2012 21:59 UTC
-
Build failure issue - 'Class1' does not contain a definition for 'Property2'
Hi, thanks for posting! If this error is appearing consistently (i.e. you can never get the project to build), then my first thought would be that your build environment may have some hidden complexity around project/assembly resolution. Can you share any more information about how this class …
08 Aug 2012 21:55 UTC
-
Coverage shows black when tests cover the code
Thanks for the info. The problem you're experiencing will be due to the GAC registration of the assemblies under test. The CLR will always load an assembly from the GAC before touching an assembly on disk, and I've yet to find a clean way around this. The best way to work around this issue is t…
08 Aug 2012 21:52 UTC
-
NCrunch not responding at all
The easiest way to clear out the solution settings is just to delete the following two files: SolutionName.ncrunchsolution (Will be next to your solution sln file) SolutionName.ncrunchsolution.user (Will be next to your solution sln file) Also ensure you delete the _NCrunch_SolutionName direc…
08 Aug 2012 21:46 UTC
-
NCrunch not responding at all
Hi Laila - Thanks for sending through the bug report. I've taken a look, and there doesn't appear to be any exceptions thrown during your initialisation of Visual Studio and the opening of the solution. This is somewhat unfortunate as it means the problem will be a bit tougher to analyse. Th…
08 Aug 2012 10:51 UTC
-
NCrunch not responding at all
Hi Laila - I've just PMed you an email address to send the bug report to. I'll take a look at the report and will let you know what's happening. Thanks! Remco
08 Aug 2012 10:14 UTC
-
NCrunch not responding at all
Hi Laila, Thanks for posting! From what you've described, it seems as though NCrunch is experiencing an internal problem during its initialisation. Would you be able to submit a bug report (using the NCrunch menu) shortly after starting Visual Studio? Also, have you noticed this issue ap…
08 Aug 2012 08:39 UTC
-
Using NCrunch with JustMock
Thanks for trying this. The existence of the proxy processes means that NCrunch should now be properly hosting the JustMock profiler but the profiler is not properly initialising itself within the test process. This is the same problem that Thorsten has been reporting and I have so far been unable…
07 Aug 2012 22:03 UTC
-
Coverage shows black when tests cover the code
Hi Myogui, Thanks for posting! Based on your description I have a feeling that you are the victim of a very different issue. Can you answer some of the following questions? This will help me to better establish where the issue is: - Do you have any green/red markers on your non-test proje…
07 Aug 2012 21:49 UTC
-
Using NCrunch with JustMock
On your NCrunch project-level configuration, you'll find an option called 'Proxy process file path'. Underneath your NCrunch installation directory (normally C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\Extensions\Remco Software\NCrunch for Visual Studio 2010), you'll find a fi…
07 Aug 2012 10:45 UTC
-
NCrunch fails to build Pex generated tests
Hi, thanks for posting! NCrunch doesn't support the Moles framework, as this framework requires the use of a specialised profiler to be loaded into the test environment in order to work correctly (which NCrunch currently cannot handle). Sorry. Cheers, Remco
07 Aug 2012 08:45 UTC
-
Using NCrunch with JustMock
Hi Yanglee, thanks for posting! Do you have any references from your test project to a Telerik.JustMock.dll? NCrunch looks for a reference to this assembly in order to determine whether to use the JustMock proxy process. I'm wondering if its possible that the version of JustMock you're using pe…
07 Aug 2012 08:44 UTC
-
Unit testing with classes from Roslyn.Services namespace results in a SecurityException
Thanks. I'll note this down to look into and fix in a future revision. Did you have any luck with adding the security configuration into the .config file?
04 Aug 2012 22:13 UTC
-
Unit testing with classes from Roslyn.Services namespace results in a SecurityException
Hi Distilled, Thanks for posting! I suspect this may be due to a difference in the serialization security level between the NCrunch test runner and the other test runners you're using. There is a way you can control this security level via the .config file used for your test environment. I…
04 Aug 2012 00:09 UTC
-
Selenium Browser Drivers
Hi Mark, Thanks for posting! It looks to me like your chromedriver.exe is being referenced from the test/project using a relative file path. There's no reason why this can't work with NCrunch, but you need to let NCrunch know about the file so that it can copy it to the workspace used for tes…
01 Aug 2012 21:36 UTC