Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Ncrunch VS2012 does not build the project.
Also - doublecheck that the Gallio.dll file isn't being blocked somehow by your operating system through file I/O permissions or other security measures. Check whether you're able to open the file directly (i.e. using notepad or some other tool).
27 Feb 2013 12:27 UTC
-
Ncrunch VS2012 does not build the project.
Thanks Khushbu - This confirms that for some reason the assembly resolution within .NET is completely ignoring the Gallio.dll file in the NCrunch installation. I don't think we'll have much chance of getting this to work with the DLL in the GAC (as it needs to load plugins based on its current lo…
27 Feb 2013 12:21 UTC
-
Ncrunch VS2012 does not build the project.
Thanks for sending through the report. Based on the information you've provided so far, it looks as though there is something very wrong with how the .NET framework on your machine is handling assembly resolution. Something I don't understand is why this is happening for the Gallio.dll assembly an…
27 Feb 2013 11:12 UTC
-
Ncrunch VS2012 does not build the project.
This is indeed proving to be an ugly one ... Ok, the next thing to try ... Can you submit a bug report after the build exception has occurred? There may be something useful in the log file that can explain why this is happening. Also, is there any chance you can zip up the contents of your 'C…
27 Feb 2013 08:45 UTC
-
Ncrunch VS2012 does not build the project.
I suspect this problem may be caused by shadow copying behaviour inside the IDE process. Please try the following steps: 1. Close down all instances of Visual Studio (check task manager to make sure no devenv.exe processes are running) 2. Delete the contents of your C:\Users\USER\AppData\Loca…
27 Feb 2013 00:18 UTC
-
Ncrunch VS2012 does not build the project.
Thanks Khushbu. Can you check for me whether you have the Gallio.dll file installed under: \Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\Extensions\Remco Software\NCrunch for Visual Studio 2012 Also, do you have Gallio (any version) installed on your machine other than the o…
26 Feb 2013 09:59 UTC
-
ability to save VS projects as you go?
Hi, thanks for posting! Many people, including myself, also occasionally suffer from this. It's a problem that can be a bit entertaining in some ways - that you're able to do a considerable amount of reliable work on your solution without ever building or even saving it, and feel safe enough to …
25 Feb 2013 22:13 UTC
-
XBehave support
Hi, thanks for posting! This isn't a framework I'm familiar with myself (you're the first person to ask about it), although a quick analysis suggests that the framework requires some kind of integrated interceptor to execute the assertions before completing the test. I'm not yet sure what's in…
25 Feb 2013 21:59 UTC
-
2 bugs? or strange behaviour?
Hi, thanks for posting! I'm happy to seeing you taking NCrunch for a spin and I hope it lives up to your expectations. Both of these points above are by design, though I accept that the underlying behaviour is not exactly clear. In the first case, NCrunch only obtains code coverage informatio…
24 Feb 2013 21:13 UTC
-
NCrunch instrumentation doesn't show in split/new windows
Thanks for reporting this. I'll take a look. Cheers, Remco
22 Feb 2013 23:38 UTC
-
Ncrunch VS2012 does not build the project.
Hi, thanks for posting! This looks like an installation issue. NCrunch isn't able to find the Gallio components that are packaged with it inside the MSI. Try following the reinstallation fix [url=http://www.ncrunch.net/documentation/troubleshooting_installation-and-setup-problems]described here…
22 Feb 2013 23:37 UTC
-
Be able to pin "current" test, not yet executed.
Hi, thanks for the suggestions! I'll make a note about adding an option to pin all tests in the current file. NCrunch currently isn't scope aware within editor windows - so this is probably the closest I can get at the moment and it seems like a really good idea. NCrunch does actually have th…
21 Feb 2013 10:17 UTC
-
Run tests sequentially
Ahh - so you're experiencing issues with parallelisation then? The best way to solve this would be to make sure your integration tests are properly attributed with the [url=http://www.ncrunch.net/documentation/reference_runtime-framework_exclusively-uses-attribute]NCrunch.Framework.ExclusivelyUse…
20 Feb 2013 08:31 UTC
-
Projects fail to build with no explanation
What you're describing isn't normal. NCrunch uses the build process itself to identify dependencies of projects, and in turn the dependencies of dependencies. This means the workings inside the NCrunch workspace should be more or less equivalent to that of your foreground solution - minus any impl…
19 Feb 2013 22:40 UTC
-
Ncrunch Build Server integration
Hi, thanks for posting! At the moment, this isn't possible. It may happen one day, although I have a feeling that it won't be soon. At one stage, there was actually an effort made to build a console runner for NCrunch that could be run on a build server to execute tests in parallel. This faile…
19 Feb 2013 22:35 UTC
-
Queue in more tests for each "session" ?
Hi, The test pipeline builder takes a huge range of different factors into consideration, including the running time of individual tests, the running time of their fixtures, their impact status, failure status, resource usage, etc. I'm aware of a problem/defect at the moment in the pipeline wh…
19 Feb 2013 22:10 UTC
-
devenv.exe high CPU usage
Thanks for the info Peter! The answers you've given above exclude certain areas of the tool that I would have suspected could cause this problem, so my theory is that it may have been caused by a clash between multiple plugins or a bug in VS that was cleared when the package cache was cleared. If …
19 Feb 2013 22:04 UTC
-
Cloud projects do not copy correct files
Hi, As far as I know, NCrunch hasn't been thoroughly tested yet on Azure cloud projects, but that isn't to say it can't be made to work on them. I'll see what I can do about looking at this use case in more detail to ascertain compatibility. The 'csdef' file is a type of file that NCrunch has…
19 Feb 2013 22:01 UTC
-
Projects fail to build with no explanation
Hi Sam, This error is being thrown by postsharp itself. Because NCrunch constructs workspaces using only the dependencies it knows about, a tool such as postsharp (that has an implicit dependency on the PostSharp.dll) is an extra consideration that needs to be treated with an additional referenc…
19 Feb 2013 21:55 UTC
-
Passing build parameters
Thanks for the extra info. I have a workaround that should work for your situation using the current version of NCrunch. It's a bit creative, but I've just tried it out and it should be reliable. The key problem is identifying inside the project file whether or not the build is running as part …
18 Feb 2013 20:57 UTC