Forum member
willdean
40 posts
Posts by willdean
-
Enhancement to pinning / modes
[quote=Remco;5234] It seems almost to me as though you need some kind of macro. I.e. when you pin a test, it automatically switches to 'Pinned only mode', then when you unpin all tests, the mode switches back. Assuming you did all of this with shortcut keys, could you not use an AutoHotKey macro …
06 Feb 2014 23:18 UTC
-
Enhancement to pinning / modes
I'm not quite sure how this fits with the current custom mode stuff, which I have played with a bit. I often like to work like this: * By default, I want all tests to run automatically (mode 1) * If I have any pinned tests, I want to run in mode 4. So when I want to concentrate on a few …
06 Feb 2014 10:13 UTC
-
c++ filenames not fixed-up in stack traces
[quote=Remco;5227] If writing a script to do this in your build process ends up being particularly untidy, you might want to look at MSBuild's item batching features. It's possible to create a custom MSBuild target that can batch compiled files over to command-line invoke or custom build task to s…
06 Feb 2014 09:01 UTC
-
c++ filenames not fixed-up in stack traces
[quote=Remco;5224] So C++ build support is just best effort at the moment. You're welcome to report specific issues that you experience with it and I will look at ways to try and improve things, but the priority is on C#/VB.NET/F# for now.[/quote] OK, that's fine - I quite understand. Could we…
06 Feb 2014 08:42 UTC
-
c++ filenames not fixed-up in stack traces
Sorry to reopen this thread, but I've just wasted another 15 minutes editing a file which turned out to be in the nCrunch scratch space - this using the latest V2 build, from a couple of days ago. This is a C++ file, in a C++/CLI DLL built with the /CLR:PURE option. I have a C# test harness (w…
05 Feb 2014 23:30 UTC
-
app.ico not being copied in C++/CLI DLL project
[quote=Remco;4903]Hi Will - Thanks for picking up on this one. NCrunch doesn't have the <Image> item in its auto configuration list. I've just made a note to add it in. You can work around this by adding the file to your 'Additional files to include' setting. [/quote] Thanks! I worked aro…
06 Dec 2013 13:37 UTC
-
app.ico not being copied in C++/CLI DLL project
Running 2.1 (though I don't think it's a new problem), with VS2013. Create a C++ CLR class library project The new project will include a default app.ico (the file is present and included in the project) nCrunch will fail to build the project, because app.ico is missing in the nCrunch temp work…
06 Dec 2013 11:37 UTC
-
Can't install 2.0 distributed build server on XP SP3
Looks like this works around it: http://siderite.blogspot.com/2010/11/make-sha256cryptoserviceprovider-work.html
26 Nov 2013 14:43 UTC
-
Can't install 2.0 distributed build server on XP SP3
While running the 2.0 beta build server install on an XPSP3 box, I got the following exception after entering a server password: ************** Exception Text ************** System.PlatformNotSupportedException: The specified cryptographic algorithm is not supported on this platform. at Syst…
26 Nov 2013 12:54 UTC
-
c++ filenames not fixed-up in stack traces
And it's fixed in 1.48... Thanks very much.
31 Oct 2013 11:17 UTC
-
ncrunch from commandline
What test framework are you using? I always just use the framework's (normally nUnit, I'm just so dull and old fashioned) test runner during automated builds. To me, nCrunch is all about the integration with VS, and the automatic build/run process, none of which seems relevant during an autom…
31 Oct 2013 09:40 UTC
-
c++ filenames not fixed-up in stack traces
[quote=Remco;4781]Thanks Will! I think I can see what's happening here. It looks like the reversal of the path strings ('/' instead of '\') is messing with NCrunch. Hopefully this should be an easy fix. I'll see what I can do :)[/quote] Ah yes, the decision to treat file paths as simple strin…
30 Oct 2013 23:43 UTC
-
c++ filenames not fixed-up in stack traces
[quote=Remco;4779]My suspicion at the moment is that something in your environment opened the code window in response to something else happening ... perhaps a debug event of some kind? Do let me know the details if you manage to get it to happen again.[/quote] I've just sent you, via the contac…
30 Oct 2013 18:59 UTC
-
c++ filenames not fixed-up in stack traces
Remco, Cannot repro it here at the breakfast table, but in summary it was: Vs2013 NCrunch scratch directory is set on a ram drive (k) Asp.net mvc project had typescript file added to it Errors in typescript file cause ncrunch to display compiler errors in ncrunch window, with hyperlinked fi…
30 Oct 2013 07:11 UTC
-
c++ filenames not fixed-up in stack traces
Remco, This does seem to be fixed for C++ (thanks), but I'm now tripping over it on .TS (typescript) files. Can you just stop nCrunch opening ANY files in the IDE which are located in the temporary build folders? Frankly I don't care the response is a flashing purple modal exception dialog…
21 Oct 2013 20:36 UTC
-
c++ filenames not fixed-up in stack traces
One possible 'quick fix' might be to set the copied files as read-only - at least the IDE might then give an earlier hint that I'm working in the wrong file. Is that possibility?
01 Dec 2012 11:20 UTC
-
c++ filenames not fixed-up in stack traces
If we have an exception thrown from C++/CLI code (which is called from a C# test fixture), then the filenames for the C++ source files in the nCrunch window stack trace point to the ncrunch copied temporary files, not the original source. CS files further down the list correctly point to the ori…
30 Nov 2012 10:53 UTC
-
Some NCrunch feedback
[quote=John Brett;2053]... plus select the first failing test so that I can see the failure output. ...[/quote] This is a feature I would really like - I generally run with only failing tests visible, and most of the time if there's a failing test, there's only one of them. I endlessly find mys…
04 Jun 2012 10:04 UTC
-
Local variables unavailable when debugging
[quote=Remco;1908] NCrunch does have a known issue at the moment around some of its manipulation of PDB files and this is known to cause some problems with the debugger, though I don't think this should be affecting local variables. It would be great if I could learn a little more about your codeb…
24 May 2012 13:49 UTC
-
Local variables unavailable when debugging
(It should go without saying that I'm a big fan of nCrunch - always looking for the latest version, and running 1.39b at the moment.) An irritating problem I'm having with nCrunch is that local variables are not always available when debugging via nCrunch, apparently because the JIT is running …
18 May 2012 10:49 UTC