Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
All Database tests fail with latest version
Thanks Terry, you've found the hole :) NCrunch doesn't handle these attributes on the AssemblyInitialize method. I'll note this down for a fix. Thanks for your help in troubleshooting this! To work around this, you may wish to consider referencing the .mdf file directly using relative paths …
29 Jul 2013 22:50 UTC
-
Slow Cheetah Causing Build Failure
Hi David - Thanks for posting, and for your interest in NCrunch! It looks to me like this Nuget package is making use of a custom build step, requiring an extra dependency in the NCrunch workspace that isn't being copied there. Try adding the following to your 'Additional files to include' …
26 Jul 2013 22:40 UTC
-
NCrunch Fails to build "Async for .NET Framework 4, Silverlight 4 and 5, and Windows Phone 7.5"
The PropertyGroup hack above in theory shouldn't be needed for App.Config files, as the Bcl build above should be able to detect these by default. I think this is the results of another problem. Does putting NCrunch into [url=http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]…
26 Jul 2013 22:37 UTC
-
All Database tests fail with latest version
Hi Terry, Sorry, I think I have misunderstood your problem. NCrunch has no knowledge of databases or of the workings of your source code. It does not manipulate connection strings or anything around how your code connects to the database. Your code is basically just code that is executed und…
26 Jul 2013 00:30 UTC
-
All Database tests fail with latest version
NCrunch will make multiple calls into the same process to run sets of tests in batches. This is necessary in order to perform proper continuous testing, as the priorities of tests can constantly change as the source code is being altered. Unfortunately, this makes impossible the old traditional ap…
25 Jul 2013 22:29 UTC
-
Build Failure after latest upgrade
As far as I'm aware, 1.46 doesn't contain any changes that should introduce this shift in behaviour. The ccrewrite exception seems to be caused by the rewriter making use of dependent assemblies that it assumes are in the same directory as the assembly being built, in which case turning on the 'Cop…
25 Jul 2013 04:36 UTC
-
All Database tests fail with latest version
The new version introduced support for the MSTest variable 'DataDirectory', so I wonder if this might be what is causing the issue. Does removing this value from the connection string and replacing it with an alternative value (i.e. perhaps constructing the .mdf path using the current directory) ma…
24 Jul 2013 22:55 UTC
-
Metrics - remove decimal places in some columns
Thanks, I think it makes sense to me what is causing this. I've noted the issue down for fix in the next maintenance release. Sorry for the trouble and thanks for the report! Cheers, Remco
23 Jul 2013 11:22 UTC
-
If company can buy Named User License?
Hi Predica, Thanks for your interest! I'm afraid the Named User License is intended for personal purchases and it not available for purchase by companies (either for the business, or on behalf of an employee). If you are operating in a company, the only option is to purchase a Company Seat Li…
23 Jul 2013 08:12 UTC
-
Build Failure after latest upgrade
Hi, thanks for posting. It looks as though the zero value in the 'EnableLog' is triggering the NCrunch warning. Currently NCrunch incorrectly assumes a non-null value to indicate that logging is enabled. I've noted this down for a fix. You can either ignore the warning or remove the registry v…
23 Jul 2013 08:08 UTC
-
All Database tests fail with latest version
Hi Terry, Can you share any more information about the life cycle of this .mdf file? Is it a resource that is stored with your solution and deployed into the MSTest working area, or is it a file generated from one of your tests? If you right click on the failed test in the Tests Window, then …
22 Jul 2013 22:39 UTC
-
VS 2012 Dark Theme Compatability
Current target is still late this year. There'll be an open beta coming out earlier than that though :)
22 Jul 2013 22:36 UTC
-
VS 2012 Dark Theme Compatability
This feature is already implemented in the upcoming V2 build. It's the single most requested feature since the VS2012 release, and actually I wanted to implement it much earlier .. it was just too difficult to do while keeping the product stable. Except for the compatibility upgrades listed at […
22 Jul 2013 05:24 UTC
-
Metrics - remove decimal places in some columns
Hi Unger, Is there any chance you could show a screenshot indicating the decimals you want removed? I have a feel that they aren't supposed to be there in the first place and that this may be a culture-specific issue. Cheers, Remco
19 Jul 2013 10:17 UTC
-
VOTE! Suggestion to make NCrunch cache and .user files hidden on file system
There's been a suggestion to make the _NCrunch_ directory and the NCrunch .user files hidden so that they are not visible to source control systems (according to the information at [url=http://www.ncrunch.net/documentation/considerations-and-constraints_using-ncrunch-with-source-control]http://www.n…
19 Jul 2013 08:06 UTC
-
Make some of the NCrunch files and folders hidden
Hi, Thanks for sharing this idea - from a source control point of view, it makes very good sense. Because people are now so used to seeing these files, I think I'd feel more comfortable with putting a change like this to vote before introducing it. Implementation wise, this is of course a ver…
19 Jul 2013 07:56 UTC
-
Code Coverage indicators missing
Thanks for picking up on this. From your description, I've been able to reproduce this fairly quickly. It looks as though MS have changed the initialisation sequence around the editor windows - probably to add support for the new dynamic inline tags. This is causing NCrunch to miss the editor w…
19 Jul 2013 00:13 UTC
-
NCrunch fails to build Xamarin.Android project
This will be included in the next maintenance release ... which at the moment I'm thinking will likely be around September. Because it's possible to work around it (i.e. with Additional files to include), it isn't really worth the risk of a separate release in short order, but it will definitely be…
19 Jul 2013 00:00 UTC
-
DevExpress controls compatibility issues
Hi Mark, I wish I could offer an immediate solution to these problems, but with the binding redirections not working, I think we are sadly out of options. The beta for NCrunch V2 looks like its just a couple of months away, and it will include the major changes needed to remove the DevExpress …
17 Jul 2013 23:12 UTC
-
Assemblies are being referenced from the build output directory of other projects in this solution
Thanks Sam! Great to hear and I'm glad you're enjoying the product! Cheers, Remco
17 Jul 2013 22:18 UTC