Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
Unable to Debug tests in Visual Studio 2015
Thanks. I'm afraid I'm out of ideas for trying to narrow this down. Do let me know if you find a way to consistently reproduce it.
02 Aug 2015 22:22 UTC
-
Exception window size
[quote=derfel;7577]I have a strong suspicion it's Windows 10 as I believe it was fine in Win7/8. There are a tonne of drawing glitches as well with Windows 10 in VS2013., probably with Resharper.[/quote] Thanks for letting me know about this. I was wondering why I hadn't seen this before - Win10…
02 Aug 2015 22:21 UTC
-
Exception window size
Thanks, I'll take a look and will see what I can do.
02 Aug 2015 11:41 UTC
-
NCrunch strips out conditional defines
The error message you're receiving is likely because of the way that code contracts reports errors. It does, unfortunately, have some consistently problems in the way it does this. Normally I recommend leaving code contracts disabled, because it has a massive impact on build times. The static c…
02 Aug 2015 11:40 UTC
-
NCrunch strips out conditional defines
Does enabling both settings make any difference? There is the possibility that one setting is reliant on the other.
01 Aug 2015 22:13 UTC
-
Unable to Debug tests in Visual Studio 2015
The new .NET framework (v4.6) introduced a number of changes around the JIT and garbage collector. Not all of these changes are yet entirely stable, and a fairly recently discovered one in RyuJIT has been found to do some quite serious stuff with code under x64. Unfortunately, merely installing th…
31 Jul 2015 22:54 UTC
-
Exception window size
Hi, thanks for sharing this. Can you confirm your screen resolution and DPI? Ideally, this popup should be showing the entire exception message (excluding the stack trace).
31 Jul 2015 11:15 UTC
-
C++ types not available in C# under VS2015
Excellent. Thanks for confirming the fix. I'll see that these changes are introduced into the next version of NCrunch.
31 Jul 2015 11:13 UTC
-
Unable to Debug tests in Visual Studio 2015
Can you try the following to see if this makes any difference? 1. Try the issue with a dummy test project with a single test (in a new, blank solution). Do you see the same behaviour? 2. Assuming you do see the crash happen for the above, try changing the project's build platform to x64, then x…
30 Jul 2015 23:19 UTC
-
C++ types not available in C# under VS2015
Thanks for sharing the extra details. It looks like VS2015 introduced a new range of binding redirections to allow its build process to work correctly with tasks built against older frameworks. Go to your NCrunch installation (usually C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\I…
30 Jul 2015 23:05 UTC
-
Non-English Build error messages under VS2015
Hi Wilhelm, Thanks for sharing this. I'll take a look at this and will see what options are available for aligning the languages between processes.
30 Jul 2015 12:09 UTC
-
Unable to Debug tests in Visual Studio 2015
Hi, Thanks for sharing this issue. This looks to be an internal issue in the debugger itself. NCrunch launches the debugger slightly differently to a normal 'F5' run. It will launch the process with the debugger detached, then attach the debugger to the running process before calling in to…
30 Jul 2015 12:07 UTC
-
C++ types not available in C# under VS2015
Hi Wilhelm, Unfortunately I can't think of any reason off the top of my head as to why this would happen. Do you have any sample code that you might be able to share? I may have more luck with a solution that can reproduce the issue.
30 Jul 2015 12:03 UTC
-
Unrecognized configuration section userSettings
Thanks Chris. NCrunch itself does support multiple VS instances side-by-side. It can even work with multiple VS instances of the same solution. Care is taken to separate the workspaces between VS instances. However, it's possible to run into problems where absolute file paths are involved. …
29 Jul 2015 23:12 UTC
-
Rules for hiding items in Metrics window
Hi Tim, At the moment, I can think of no way that will allow you to do this in NCrunch without manually ignoring each individual designer file. I'm sorry that your feature hasn't been implemented yet. More votes will always bump the priority up :)
29 Jul 2015 23:04 UTC
-
NCrunch strips out conditional defines
[quote=ncrunchuser1;7543]Remco, I did find an inconsistency between NCrunch and Code Contracts. The "Perform Runtime Contract Checking" and "Perform Static Contract Checking" options are written by Code Contracts as: [code=xml]<CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRunti…
29 Jul 2015 22:56 UTC
-
NCrunch strips out conditional defines
[quote=ncrunchuser1;7540]Thanks Remco! [b]Quick followup question:[/b] Is it possible to have NCrunch run the test using all the configurations? If not, this would be a great feature to have :) Right now, I'm creating a separate project per configuration that I need - which is quite a few. …
29 Jul 2015 22:54 UTC
-
NCrunch strips out conditional defines
Hi, thanks for sharing this issue. NCrunch does perform some manipulation of the project file when preparing for a build. It won't touch imported targets files. Can you share any more details about the defines involved? Is it possible that this is just a case of configuration/platform differ…
29 Jul 2015 05:06 UTC
-
Unrecognized configuration section userSettings
Thanks Chris. I'm wondering if it may be possible to take a look at the file being referenced in the exception: C:\...\AppData\Local\Remco_Software_Ltd\nCrunch.TestRunner.AppDom_Url_q2piuozo0uftcc2pz5zv15hpilzfpoqk\2.15.0.9\user.config Would you be able to try running your test with a debugger…
29 Jul 2015 00:23 UTC
-
Unrecognized configuration section userSettings
Hi Chris, Do you notice any difference if you set up NCrunch in compatbility mode? [url=http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode[/url].
28 Jul 2015 11:20 UTC