Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Gallio Shell Package dit not load correctly
Hi Jeremy - Thanks for the heads up on this. When looking into this problem, I wasn't able to recreate it myself ... so knowing that it is caused by the x64 version will help with troubleshooting this! Cheers, Remco
19 Dec 2012 20:16 UTC
-
Assembly.LoadFrom requires explicit copy?
Hi, Specifying the references to the DLL using the NCrunch configuration is possible using the 'Copy referenced assemblies to workspace' setting, but this isn't recommended because it will constrain the engine and make it work slower. There's a page in the documentation that describes how you [u…
19 Dec 2012 20:15 UTC
-
JS testing support
Hi Jni, Thanks for the suggestion! As NCrunch is primarily a .NET testing tool, it doesn't yet handle Javascript - although I'm aware that many .NET developers do also work with JS in combination with .NET. So far this hasn't been implemented, as supporting Javascript would require a comple…
18 Dec 2012 20:14 UTC
-
Cannot run tests that rely on resource files
Great to hear and thanks for the feedback! I hope NCrunch continues to live up to your expectations :) Cheers, Remco
18 Dec 2012 10:05 UTC
-
Properties and false code coverage
Sorry - I meant that the debugging information constraints were around auto-properties. You are absolutely right about the different branches being fully detectable using more granular instrumentation at IL level - this is certainly possible.
18 Dec 2012 06:23 UTC
-
Properties and false code coverage
Hi Archie - As the compiler doesn't emit debugging information for auto properties, they are essentially invisible to tools such as NCrunch. The metrics view will report 100% code coverage on a source file that contains no code (I'm willing to discuss the correctness of this as I understand that…
17 Dec 2012 20:15 UTC
-
Pricing
Hi, thanks for the suggestion! There have been a few people asking after subscription based licenses - although you are the first to ask for it on a monthly basis :) As the commercial model is still very new, the basic plan has been to keep it as simple as possible and reassess later whether it …
17 Dec 2012 20:11 UTC
-
Run all tests on Build
Hi, This has been a very heavily requested feature since NCrunch was first introduced. The introduction of the engine modes was in many ways setting the scene for features such as this. I've been looking at ways in which it can be implemented in a clean and consistent way. The current target i…
17 Dec 2012 20:03 UTC
-
Cannot run tests that rely on resource files
Hi, thanks for posting! NCrunch will use the default culture for any .NET application on your machine (whatever that may be). There isn't anything specific in NCrunch that tries to control the culture, and it can't be configured in the tool itself. If your tests are culture-specific, you can se…
17 Dec 2012 10:40 UTC
-
Licensing Question: Personal and Professional Gray Area
Hi, thanks for posting and for your interest in NCrunch licensing! For this situation, you would most definitely want to purchase a named user license for your father. Named user licenses can be used for both professional and personal work, with the key limiting factor being that they can only b…
17 Dec 2012 07:52 UTC
-
Enable NCrunch automatically on new solutions
Thanks for the suggestion. I'll see what I can do.
13 Dec 2012 21:01 UTC
-
Allow overriding of test methods in derived test fixture
Hi Daniel - Normally NCrunch should be picking these up. Are you able to post a short sample code to describe the problem? Cheers, Remco
13 Dec 2012 20:04 UTC
-
Large Solution 146 projects
Thanks for letting me know about this. When 1.43 was first released (build 1.43.0.21), there was a regression in it that would cause builds to fail while processing projects containing read-only resource files that were referenced from other projects making use of the 'Copy referenced assemblies …
13 Dec 2012 20:03 UTC
-
Roadmap
This forum is definitely the best place. I'd like to get a tracker online at some stage, although for the time being at least by posting here there is the opportunity for others to share their perspectives and help shape the ideas.
13 Dec 2012 19:59 UTC
-
Parallel Test Running
Hi, thanks for posting! This can't yet be controlled at assembly level, but it most certainly can be controlled at fixture and test level through the use of attributes such as [url=http://www.ncrunch.net/documentation/reference_runtime-framework_exclusively-uses-attribute]ExclusivelyUsesAttribute…
12 Dec 2012 10:54 UTC
-
No coverage markers after upgrading
Great to hear! Visual Studio can be a strange beast when it comes to plugin caching. These sorts of problems can always be a bit fiddly, but I'm glad we managed to sort it out :) Cheers, Remco
12 Dec 2012 10:50 UTC
-
No coverage markers after upgrading
Thanks for the fresh report. The report confirms that this is an adornment layer problem, which means that its definitely a Visual Studio caching/configuration issue. Considering that a reinstall didn't seem to reset whatever is being cached by VS, I think the next thing to try may be to load VS…
12 Dec 2012 09:43 UTC
-
No coverage markers after upgrading
Hi, thanks for sending through the log. Unfortunately, it was captured a little too late in the process, or this is a very large solution (the initialisation went off the top of the log). If you can perhaps send through another smaller capture on a small solution, that would be great. Meanwhile…
12 Dec 2012 08:56 UTC
-
No coverage markers after upgrading
Hi, thanks for reporting this problem! Would you be able to submit a bug report straight after enabling NCrunch on a solution? I'll take a look at the log file and help you troubleshoot from there. Cheers, Remco
11 Dec 2012 19:56 UTC
-
Deploy NCrunch.Framework.dll as a NuGet package
For anyone interested, NCrunch.Framework is now available as a Nuget package.
10 Dec 2012 05:33 UTC