Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Remote server: Sluggish vstudio when using remote servers.
Thanks for sharing this. There are a few possibilities that jump into my head on reading this, and I'm wondering if you might be able to help me narrow them down so that I know where to optimise: 1. I've just checked the network handling for the grid processing, and it looks as though this is be…
13 May 2014 11:42 UTC
-
InvalidProjectFileException - regex cannot be evaluated
That's great news - you're making good progress here. I don't think it will be difficult to adjust the build to output the binaries using a relative path. NCrunch must always output assemblies using a relative path, as absolute paths will do exactly what you've described - dump the files in the sa…
13 May 2014 07:55 UTC
-
InvalidProjectFileException - regex cannot be evaluated
Sorry, I think you might need to take this problem up with your build team. It looks like the purpose of this regex is to try and extract the name of a directory towards the end of a file path, but from just an extract of code I'm afraid that I'm not sure how to troubleshoot it for you. The values…
12 May 2014 22:30 UTC
-
Xunit 2 quirks
Thanks for letting me know about this one .. I'm sorry it slipped through my net. Fortunately, it was easy to solve. Here's a fixed build if you're interested: [url=http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.8.0.2.msi]http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.8.0.2.msi[/u…
12 May 2014 12:11 UTC
-
NCrunch thinks a shared test file is a single item
Hi Damian, I've managed to implement a fix for this issue in an early build of 2.8. Are you interested in giving it a try? Download links are below: [url=http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.8.0.1.msi]http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.8.0.1.msi[/url] [ur…
12 May 2014 09:32 UTC
-
F# variable identifiers with dots
For anyone interested, I've prepared an early build of 2.8 that includes a fix for this issue: [url=http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.8.0.1.msi]http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.8.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_GridNodeServer_2.8.0…
12 May 2014 09:30 UTC
-
Xunit 2 quirks
Hi, I've now packaged up the new build as promised. I also performed some extra testing around the issues you described, and found that most of them actually weren't related to the .2650 xunit build at all. I'm grateful for you taking the time to report them, as I've consequently been able to i…
12 May 2014 09:28 UTC
-
Xunit 2 quirks
Ok - based on your feedback above (2) I think it's possible that there may be some more issues beyond just those introduced by .2650. This integration with Xunit is still very new, so it hasn't seen the same rigorous real-world testing that the other adapters have. I think it's best if we try you …
11 May 2014 04:25 UTC
-
Xunit 2 quirks
Hi, Thanks for sharing these issues! The problems you're describing are happening because of the new build of Xunit (2.0.0.2650) that was just released. v2.7 of NCrunch was integrated with Xunit v2.0.0.0, and the .2650 introduced many breaking changes across Xunit's test runner API. The chan…
10 May 2014 23:28 UTC
-
InvalidProjectFileException - regex cannot be evaluated
Thanks for sharing this code. Your project build looks to be very, very heavily customised. I can try to help with getting this project building with NCrunch, but I should warn you that it's likely to be well outside the conditions under which NCrunch has been tested. NCrunch manipulates the bu…
10 May 2014 11:27 UTC
-
InvalidProjectFileException - regex cannot be evaluated
Hi, Thanks for sharing this issue. It looks like the project above contains a build customisation that wasn't designed to work with the translated file paths used by NCrunch. Is this a project you've designed yourself? Or is it part of a wider toolset? Can you share the project element that c…
10 May 2014 00:30 UTC
-
Project built system doesn’t seem to respect build-to-order?
Hi, Judging from the file path involved ("C:\Palabra\Bin"), it looks to me as though this is being caused by the code that's being compiled/tested by NCrunch reaching outside the NCrunch workspace into your foreground solution. Am I correct in assuming that this is being done by setting the 'Out…
09 May 2014 23:43 UTC
-
NCrunch Servernode doesn't build correctly (x64/x86)
Thanks!! I'm glad to hear that you managed to get it working. Something I will quickly warn you about with code contracts is that it can have a significant impact on build performance, especially if you're its static analysis features. MS didn't really design it with fast building tools like NCrun…
09 May 2014 11:36 UTC
-
NCrunch Servernode doesn't build correctly (x64/x86)
Hi, thanks for sharing these issues. The warnings NCrunch is giving you about the missing files are nothing you need to be worried about. The only issue here is that the message NCrunch is giving you is not well worded, and it tends to suggest that it's throwing warnings/errors while actually it…
09 May 2014 10:28 UTC
-
Cannot find references when building
Great to hear! To be honest, I had no idea MSBuild actually allowed you to use them. New surprises every day :)
06 May 2014 12:59 UTC
-
Cannot find references when building
Hi, Thanks for sharing this issue. It looks like you have an assembly reference in your project with the slashes around the wrong way ('/' should be '\'). Check the project XML to see if you can spot the reference declaration. Are the slashes correct here? If not, does fixing them up make…
06 May 2014 12:46 UTC
-
NCrunch thinks a shared test file is a single item
Thanks for sharing the link to your project code. Your approach to this problem makes good sense. I was going to suggest perhaps looking at alternative ways of structuring these tests to ensure their names are unique, for example, having a base class with several inheritors, each of which introd…
05 May 2014 11:11 UTC
-
Remote server: Timespamp in server errors is not displaying local time
Hi, This seems like a reasonable request to me. The simplest option would be to report all errors in local time. I'll see if I can get it adjusted. Thanks for reporting it.
05 May 2014 10:34 UTC
-
NCrunch thinks a shared test file is a single item
Hi, thanks for sharing this issue. The root of the issue is that you have two tests that exist under the same namespace, class and method. NCrunch uses a combination of these three items to uniquely identify the test. Because the test is being discovered twice, the second instance is being disc…
05 May 2014 10:32 UTC
-
Always-On Programming Visualizations
There's some great ideas here. My dreams of an evolved IDE share much in common with yours. I was also thinking about making use of [url=http://www.oculusvr.com/rift/]Oculus[/url] at some stage, or something similar. A VR view of a codebase would give much more room for visualising code behavio…
04 May 2014 22:47 UTC