Forum member
Remco NCrunch Developer
7586 posts
Posts by Remco
-
NCrunch fails to build when referencing project in a solution, but works fine with the assembly
Hi, Thanks for sharing this issue. This looks to be pretty internal to F# .. I don't know of anything in NCrunch that would directly cause this problem. Likely it's something within F# itself that is manifesting in response to NCrunch's environment. Have you tried running the solution in […
23 Jan 2015 21:03 UTC
-
Can't go to selected Test from NCrunch Tests Tool Window in VS 2015 CTP5
Thanks for the bug report. I'm sorry but I'm having trouble reproducing this problem on my end. I'll need to try and narrow it down with some more questions... - Do you experience it on any other versions of Visual Studio? (if you have them installed) - Do you see the little '>' arrows on th…
23 Jan 2015 11:37 UTC
-
Exception when building with NCrunch 2015 2.11.023
Hi, thanks for sharing this issue. At the moment I can't think of any reason why this exception would be thrown, unless it's because the build environment is resolving to the wrong version of Mono.Cecil.Pdb.dll. Would you be able to follow the steps below? 1. Set your 'Max number of process…
22 Jan 2015 23:16 UTC
-
Can't go to selected Test from NCrunch Tests Tool Window in VS 2015 CTP5
Hi, thanks for sharing this issue. Does this problem seem to apply to just specific tests, or all of them? Do you get it if you try it on a new blank solution? Is there any chance you could submit a bug report after you've had it happen? Thanks! Remco
22 Jan 2015 21:35 UTC
-
NCrunch 2.11 requires .NET framework 4.5.3
[quote=Daniel Rose;6814]Retargeting everything just to solve this problem seems overkill to me. Why is it falling back on 4.5.3, which is in preview state?[/quote] 4.5.3 is the highest available framework supported by NCrunch, and it supports 4.5.2 features ... so it isn't the ideal solution, but…
22 Jan 2015 21:08 UTC
-
Support High DPI settings (MacBook Pro Retina and other high resolution laptops)
Great! Thanks :)
22 Jan 2015 11:17 UTC
-
Failures in NCrunch Processing Queue window
Hi Daniel - This is behaviour as design, as a failed task is technically still completed. The Tests Window is designed a bit differently and is intended to be the go-to window for errors such as this. If you'd like to see the behaviour changed, you're welcome to vote for it as a [url=https://nc…
22 Jan 2015 10:37 UTC
-
NCrunch 2.11 requires .NET framework 4.5.3
Hi, thanks for posting! NCrunch doesn't have a task runner that caters specifically to .NET 4.5.2, so it instead relies on 4.5.3 as a fallback. Installing the .NET 4.5.3 SDK should resolve this problem. Otherwise, if the .NET 4.5.2 features are not important in your test project, targeting th…
22 Jan 2015 10:35 UTC
-
Recommended project file modifications "corrupt" sln file.
Hi, thanks for posting! The solution file needs to work in alignment with the configuration groups specific inside the project files. VS must have automatically aligned the project file as soon as it worked out that you'd fixed up your project files. Note that you can easily create a new soluti…
21 Jan 2015 21:33 UTC
-
NCrunh: Loading of projects fails
Can you confirm the details about the MSBuild DLL? This is important as this file is required by NCrunch and the software can't seem to resolve it on the machine.
20 Jan 2015 21:45 UTC
-
Is "out of process" host impacted on grid nodes?
The 2.11 upgrade didn't really target the grid code, but the overall scope of change has been very large and the grid nodes do run on much of the same code as the client, so though I think it's unlikely 2.11 could be responsible for this, I'm not going to rule it out just yet. It's great to hear …
20 Jan 2015 07:33 UTC
-
NCrunh: Loading of projects fails
Thanks for sending through the bug report. The report contained something interesting that I thought would be worth looking at. There seems to be something in your infrastructure that is restricting the access of the VS process: System.ComponentModel.Win32Exception (0x80004005): Access is den…
19 Jan 2015 10:18 UTC
-
NCrunh: Loading of projects fails
Could you also check whether you have the following assembly installed in the GAC on your machine? Microsoft.Build, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL If you don't see this in the GAC, do you see any other Microsoft.Build assemblies w…
17 Jan 2015 01:29 UTC
-
NCrunh: Loading of projects fails
Can you please submit a bug report after this has happened? If your firewall blocks the bug report submission, you can also save it as a ZIP and send it through the [url=https://www.ncrunch.net/support/contact]contact form[/url].
16 Jan 2015 21:13 UTC
-
NCrunh: Loading of projects fails
[quote=afaq404alam;6791] This is the first time I am using NCrunch on my machine. It happens on all the machines that have the same setup. [/quote] Are there any machines in your team (i.e. with a different setup but still running NCrunch) that are able to work with the solution? [quote=afaq…
16 Jan 2015 10:29 UTC
-
NCrunh: Loading of projects fails
Hi, Thanks for sharing this issue. I've reviewed the code involved carefully and can't find any obvious reason why it would fail the way it is for you. I'm hoping perhaps you'd be able to provide some more details so that we might be able to narrow down the problem in order to solve it. - Ha…
15 Jan 2015 21:46 UTC
-
Understanding 'Only automatically run impacted tests'
At the moment NCrunch's impact detection is operating at a very basic level. When you make a change to a source file, it will examine the file to see which tests cover it, then consider all of these tests as 'impacted'. This behaviour is because NCrunch doesn't have an understanding of the progr…
15 Jan 2015 10:23 UTC
-
JustMock performance slower in NCrunch vs Test Explorer?
Hi, thanks for posting! I'm not sure how much I can help you with this problem, as it seems to be coming from the internals of JustMock. NCrunch follows a somewhat different execution pattern that involves calling back into the test process repeatedly to execute tests in batches. This is necess…
15 Jan 2015 04:00 UTC
-
What to do with dependent uncovered functions?
[quote=reyou;6778] So if my function has dependency to 3rd party APIs and cannot be called from unit test what is the best way to tell NCrunch that it is covered? Should I create integration test project and call this function and turn the lights to green? Or just use suppression comments to te…
14 Jan 2015 22:15 UTC
-
Build failure only in ncrunch - GAC ?
Hi Kristof, Thanks for sharing this issue. Is it possible you are making use of two different versions of the same DLL referenced within the same project space? Sometimes this can happen if: Project A references Project B Project A references Microsoft.Web.Administration (v7.0) Project B…
14 Jan 2015 22:00 UTC