Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Assemblies are being referenced from the build output directory of other projects in this solution
Hi Sam, MSBuild is a strange beast. If you are seeing this warning, then MSBuild is resolving the reference from the wrong path. This is a common problem when upgrading referenced assemblies that are still being referenced by projects in your solution under their previous version. For example,…
17 Jul 2013 13:22 UTC
-
absolutely love this thing
Hi Daniel, Thanks so much for your show of support! I realise the price isn't for everyone, but somewhere it does need to be there. If your company isn't interested right now, I'll continue to do my best to see if I can build features that will interest them in future. Keep on crunching :) …
17 Jul 2013 08:00 UTC
-
Analysis Failure on .net 4.5.1 assembly
I've just released a fix for this. If you download the latest 1.46 revision, NCrunch should be able to work with .NET 4.5.1 projects in VS2013.
16 Jul 2013 23:31 UTC
-
Integration testing configuration question
It should, in theory :) In practice, the success of the arrangement may depend on how you initialise the database and the security context. If this is done via a load-on-demand static member of some kind, then I think it should be OK. Setting the process pool size to something a bit higher is…
16 Jul 2013 22:35 UTC
-
Analysis Failure on .net 4.5.1 assembly
Absolutely. VS2013 is still very new, so any testing with it has so far been very light. My early tests with 4.5.1 templates showed that NCrunch was able to load assemblies, although after checking this now, it appears that NCrunch needs a new loader in order to handle this properly. I'll get to …
16 Jul 2013 00:29 UTC
-
Add a "Don't show this dialog again" checkbox to First Time NCrunch wizard
Thanks, this makes sense. I'll put it on the requested features list. Cheers, Remco
16 Jul 2013 00:27 UTC
-
Integration testing configuration question
Hi Bob, Is my understanding correct in that you wish to try and make sure NCrunch uses the same test runner process to execute all integration tests, avoiding spinning up or using different processes in order to avoid creating a different security context? If so, I think I may be able to sugge…
16 Jul 2013 00:11 UTC
-
Build upon save / continue build of old snapshot.
Hi, At the moment there aren't plans to look at this in the immediate future due to some serious structural changes that would need to be made to the engine before it would work intuitively. If you find NCrunch too slow to run tests continuously, I recommend setting it in manual mode and binding…
15 Jul 2013 23:59 UTC
-
Add a "Don't show this dialog again" checkbox to First Time NCrunch wizard
Hi Yang - Usually this dialog will only show once for each solution you work on. Does your workflow involve many different solutions?
15 Jul 2013 07:55 UTC
-
NCrunch fails to build Xamarin.Android project
Thanks Daniel - this gave me all the information I need :) Broadly, there are two approaches .. either by whitelisting the files that are needed, or by blacklisting the ones that are not. Trial and error has proved that the whitelisting gives more predictable results with error messages that are…
15 Jul 2013 07:00 UTC
-
NCrunch Fails to build "Async for .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5"
Thanks for sending through the sample solution. This wasn't easy to figure out, but I think I've established what is happening here. The binding redirection in the Web.config file is critical to the build for this project, as it looks like these libraries have some dependency issues and they rel…
15 Jul 2013 03:48 UTC
-
NCrunch fails to build Xamarin.Android project
Just the XML in the project file that declares a reference to the AndroidResource. My guess is that it's something like: <AndroidResource Include="MyResource.Resource" /> .. I just want to be certain that I add the correct parsing to the loader :)
14 Jul 2013 22:56 UTC
-
NCrunch fails to build Xamarin.Android project
Thanks - that should be easy to fix. Is there any chance you could share the XML declaration?
14 Jul 2013 10:23 UTC
-
NCrunch fails to build Xamarin.Android project
Hi Daniel - It looks to me as though NCrunch isn't aware of the resource files needed to build this project, so it doesn't copy them to the workspace. You can probably fix this by including them with the 'Additional files to include' setting. Are you able to share how these files are referenc…
13 Jul 2013 23:59 UTC
-
NCrunch Fails to build "Async for .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5"
Hi Lee, Thanks for sharing this issue and for the detailed reproduction instructions. I followed the instructions above, but sadly it seems to be working normally for me. I think there must be another variable in here somewhere. I noticed in the bug report that your web project has quite a…
13 Jul 2013 06:14 UTC
-
Project does not build, no build message
For anyone else that encounters this issue: Bohumil and I had a brief offline online exchange where we identified that the reason for this failure was that NCrunch was missing a piece of critical data within the .proj file XML. The project in question was missing the DefaultTargets attribute on …
13 Jul 2013 05:47 UTC
-
How do I "Retrieve the LoaderExceptions property" please?
Excellent! Thanks for your patience Jeremy :)
13 Jul 2013 05:25 UTC
-
How do I "Retrieve the LoaderExceptions property" please?
Sorry Jeremy. Without a way to reproduce the issue, I'm resorting to blind pitching at the moment to try and get more data about it. This isn't the most efficient troubleshooting method, but I think we'll get there. I've prepared another build if you're interested in giving it a try: [url=http…
11 Jul 2013 23:54 UTC
-
Project does not build, no build message
Would you like to try this diagnostic build? [url=http://downloads.ncrunch.net/NCrunch_VS2012_1.46.0.12.msi]http://downloads.ncrunch.net/NCrunch_VS2012_1.46.0.12.msi[/url] This build has been modified to give extra build trace information when the issue appears. I'm hoping this will give us s…
11 Jul 2013 11:47 UTC
-
Project does not build, no build message
Thanks, this information helps narrow things right down. My suspicion is that this VB project is not specifying a critical piece of build metadata that is required by NCrunch in order to build it. I'm wondering if you'd be able to try adding the following build property group to the end of the .…
11 Jul 2013 10:39 UTC