Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. NCrunch configuration wizards gets hidden under VS window

    Hi, thanks for sharing this problem! What you've described is defective behaviour. Normally, the modal should stay on top of VS at all times. If you select VS or click any window in VS, the modal should be brought to the front. The modal should also show on the taskbar. Can you confirm whic…

  2. Can not run test on Grid Node Server

    Hi, thanks for sharing this issue. It looks to me as though you have a project in your solution that isn't fully loaded by NCrunch. Do you have any load errors showing in the NCrunch Tests Window?

  3. Memory Leak in Large Project

    Interesting. It's definitely a leak then, not simply high memory consumption. Let me know if you find a way to reproduce. It would be great if you could also keep an eye on your overall memory consumption across sessions to see if this increases over time. I'm wondering if somehow stale covera…

  4. Upgrading ncrunch console tool broke content files copy to output folder

    Hi, thanks for sharing this issue. I believe this is the same problem as described by Mike Ward here - [url=http://forum.ncrunch.net/yaf_postst1939_Haven-t-been-able-to-upgrade-since-2-23-2.aspx]http://forum.ncrunch.net/yaf_postst1939_Haven-t-been-able-to-upgrade-since-2-23-2.aspx[/url]. Recen…

  5. code coverage shows all black... but that isn't right...

    Thanks for the extra details. To me, it looks like NCrunch isn't detecting your tests. Can you check in the NCrunch Tests Window to see if you have any build errors showing? Do you have any tests at all showing in this window? Does NCrunch work for you if you try creating a new empty solution …

  6. Running my test through nCrunch fails to display value of variable in foreach loop

    Hi, thanks for sharing this issue. This problem is being caused by a debug scope issue when NCrunch instruments the assembly on disk. Basically, a method can contain multiple scopes (usually identified by the braces '{ }'). Each scope contains variables. If more than one scope within a method …

  7. Memory Leak in Large Project

    Hi, thanks for sharing this issue. 10GB is rather extreme, I haven't heard of the engine reaching so high before. Can you give me any more statistics on on your solution in terms of code count, number of tests, and code coverage density? Try deleting the NCrunch cache file to see if this re…

  8. All tests being ran on solution open (using engine mode 3)

    Hi, thanks for sharing this issue. Although I realise this is far from ideal, the problem you've described is by design. When NCrunch is offline, it isn't able to track changes that are made to your solution. To be safe, it assumes that all tests are impacted as soon as it initialises as it c…

  9. code coverage shows all black... but that isn't right...

    Does the test have a little '>' arrow marker on its first line? Do you get any coverage if you run the test manually? Are the tests listed correctly in your Tests Window? Do you have any data showing in the Metrics Tool Window? Which engine mode are you using? Can you confirm whether the…

  10. ncrunch server versioning... backward compat?

    Hi, The client and grid node software needs to be kept more or less in sync. Sometimes with smaller releases it isn't necessary to upgrade the grid node - this is indicated at the top of the release notes for each build. If your local machine can't use the grid node without upgrading the grid…

  11. code coverage shows all black... but that isn't right...

    Hi, thanks for sharing this issue. There are many reasons why the markers could be black. If you haven't already checked it, I do recommend having a look through this documentation page - [url=http://www.ncrunch.net/documentation/troubleshooting_missing-code-coverage]http://www.ncrunch.net/documen…

  12. Cecil failure during test project build

    [quote=brunellus;9195]This is something that started to appear with growth of the test project. For the record, we use VS 2015, the test library is for .NET Framework 4.5.2. There is no IL postprocessing, I think. There are lots of methods that throw NotSupported and few that throws NotImplemented.…

  13. Unable to run tests for Orleans

    My best guess here is that the problem is being caused by an implicit dependency between two assemblies that don't actually reference each other. For example, consider the following scenario: - You have two projects that share the same build output directory (project A and project B) - Neither …

  14. Insight on what qualifies as an "Impacted" test

    Hi, thanks for posting! NCrunch's impact detection is currently very basic. If a test covers a line of code in a changed file, the test is considered impacted. There are many edge cases where a test can be impacted by a change but not detected by the engine. Likewise the design is such that …

  15. Haven't been able to upgrade since 2.23.2

    Is it perhaps possible to build a sample solution that can fail to copy these files? If you can duplicate the structure in a sample, I should easily be able to troubleshoot it. If the sample code works as expected, then you may have something to test your current structure against to find the poin…

  16. Cecil failure during test project build

    Hi, thanks for sharing this issue. This particular exception is being thrown because of a method variable that has an unexpected (invalid?) signature in the assembly's IL. It's possible that this is due to a method in your assembly having an unusual structure, or otherwise it could be a downstre…

  17. Haven't been able to upgrade since 2.23.2

    Hi Mike, I'm sorry to hear that there have been ongoing problems for you. Can you share any more details about why these tests are failing? Is there a file copy or workspace synchronisation issue of some kind?

  18. App.config not found

    Hi, This solution contains custom build steps to copy the app.config file from the references directory into the build output directory. You can solve this problem by adding "Reference\Vs2015\App.Config" to your solution-level 'Additional files to include' setting. The subsequent VsVim proj…

  19. NCrunch doesn't use the 4.6.2 engine host

    Great! Thanks for confirming!

  20. NCrunch doesn't use the 4.6.2 engine host

    Hi, thanks for sharing this issue. This problem seems to stem from a defect that is preventing NCrunch from correctly detecting .NET 4.6.2 on systems with Windows 10 Anniversary installed. Windows 10 becomes special when it has the anniversary update installed; it gets different version numbers …