Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch not loading on VS 2015 CTP 6

    Hi, Thanks for sharing this issue. Is the extension listed under your VS extensions list? Does executing "C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe /setup" as an Administrator make any difference?

  2. License upgrade question

    Hi Paul, Unfortunately NCrunch licenses are always issued and managed as individual codes, which makes consolidating them problematic. As the named user licenses are a different license class with a different owner, it isn't possible to directly convert them to company seat licenses. The most…

  3. Concurrent Users Licensing

    Named User Licenses can be used both at work and at home. This means that the license you already own can also be used at work :) The difference between the Named User License and Company Seat License is in the purchaser rather than the usage if this makes sense.

  4. Concurrent Users Licensing

    Hi, Thanks for your interest in NCrunch! NCrunch's license model is per user - not per concurrent user. There is some ambiguity in this as it is possible to transfer a license from one developer in the company to another (for example, if someone were to leave the company and be replaced by a …

  5. Using NCrunch to Run Automated Unit Tests on Server VM

    Hi Mark - NCrunch itself isn't really designed as a periodic test runner - it's intended to run tests constantly rather than on a timer, which would complicate using it for this scenario. There would be nothing to stop you adding the periodic logic inside a test - though you might need to do som…

  6. After upgrade to 2.14, in-editor status indicators not updating correctly

    Hi Danny, I'm aware of an intermittent problem which can cause desyncs in the code coverage/markers. It's rare and it's also transient. It disappears when the engine is reset. I haven't yet found enough information to recreate it and track it down. If this is indeed the problem that you've …

  7. Dependencies for Targets aren't copied

    Hi, thanks for sharing this issue. NCrunch is able to detect most dependencies of a build automatically, but sometimes .EXEs and other files are referenced obscurely from the build targets and NCrunch isn't able to pick them up. If you want your build to run the same in the NCrunch workspace as …

  8. visual studio 2015 ctp6, does not discover Xunit Test

    Hi, thanks for posting! NCrunch currently doesn't support the JSON based projects in ASP.NET vNext. At the moment this area is still under development within MS, which has made it difficult to integrate with. Likely support will be added in future as VS2015 gets closer to its release.

  9. Switching engine to 'run all tests manually' enqueues all tests to run

    Hi, thanks for sharing this issue. The default list of engine modes places 'Run all tests manually' as engine mode 2. This suggests that your list of engine modes has changed from the default. Check that the 'Run all tests manually' engine mode underneath the Custom Engine Modes dialog. The …

  10. No Green Checkmark when Test Successfully Ends

    Hi Ed, Just trying to confirm the state of the engine when this goes wrong - are you saying that you have a Test that is marked as running in the Tests Window, with a task that is marked as running in the Processing Queue, and the NCrunch corner spinner says that the engine is idle? The Proces…

  11. Execution issues

    I think it's likely that there is a specific test causing this problem. I suggest selectively running the tests in groups until you can work out which test (or tests) are doing this. MSTest supported under NCrunch is emulated rather than integrated, so this won't be an integration problem - it's l…

  12. Execution issues

    Hi, thanks for posting. This is a generic error that NCrunch will give you in a situation where it tries to execute a test, but the runner refuses to execute it. This can happen if a test within the run does something that causes the test runner process to terminate. It can also happen as a res…

  13. Debugging Async Tests - variable "does not exist in the current context"

    Hi, A solution to this problem was released in NCrunch v2.11 earlier this year.

  14. UI processes are starting as backgroud processes on NCrunch Node Machine

    Hi Ruslan, This may simply be because of the user account that is hosting the grid node service. Does setting the service to run under a local user account make any difference in this? In theory, the launching of a test runner process from the grid node service is the same as launching from the…

  15. Support for property functions?

    Thanks for the code sample. This code has a few problems with it, though a couple of these aren't very obvious as they are specific to how NCrunch utilises MSBuild. The first issue is that when NCrunch first tries to load your project, it performs an 'analysis build' that involves loading the pr…

  16. Support for property functions?

    Hi, NCrunch sits on top of MSBuild, so in theory it should be able to handle almost all features of MSBuild. There have been some very niche features in MSBuild that it cannot handle - but this is due to the limitations of the MSBuild API itself, which doesn't seem to be 100% aligned with normal…

  17. NCrunch, MbUnit, NUnit

    Hi Ed, This is interesting. In theory, adding a reference to a test framework should modify the project XML, which would in turn trigger NCrunch to reload the project, discover the framework reference and perform an analysis step to identify the tests. Is there any chance you can give me some…

  18. Getting NCrunch to load NUnit Addins

    Hi Kjetil, See this forum post for more details - [url=http://forum.ncrunch.net/yaf_postsm7093_Can-NCrunch-be-configured-to-work-with-Concordion.aspx]http://forum.ncrunch.net/yaf_postsm7093_Can-NCrunch-be-configured-to-work-with-Concordion.aspx[/url].

  19. NCrunch, MbUnit, NUnit

    Hi Ed, This use case should work correctly. I have a number of NCrunch test cases where all frameworks have a test in the same assembly. Is there any sample code you can share with me?

  20. Assemblies fail to load with The target "_SplitProjectReferencesByFileExistence" doesn't exist

    Try setting the 'Log Verbosity' (global config setting) to 'Detailed', and turn on the 'Log to output window' setting. NCrunch should start dumping lots of information inside the NCrunch VS output window. This should also include details from the analysis build NCrunch is running against the proje…