Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Grid Server keeps disconnecting

    [quote=MatthewSteeples;10933] All devices are fully up to date in terms of Windows Updates (which now includes .NET Frameworks) and Visual Studio editions. Got a different error today in the Distributed Processing Pane [/quote] I'm certain this is something else. I don't think this is likely t…

  2. DataTestMethod, NCrunch too strict?

    [quote=Kaerwek;10930] Is not the objective of NCrunch to be as lenient as other test runners when executing tests? It diminishes the value of NCrunch when I have to either amend these or filter them out to find out if any tests are really broken.[/quote] Yes, it is. Unfortunately, there is no d…

  3. DataTestMethod with Enumerators fail in NCrunch

    Hi, Thanks for sharing this issue. Until now, I was not aware of this issue, but it does make sense that it could exist. There is some complexity in the handling of DataRow parameters, and you've managed to find an alignment hole. I'll see what I can do about getting this fixed in the next…

  4. jetbrains rider plugin?

    [quote=yanglee;10926] I think it worth funding a Kickstarter project if it could reduce the time we have to wait by 1 or 2 years. [/quote] Sorry, I know this is a disappointment for you. The problem has less to do with resources and more to do with feasibility. If it were just a case of thr…

  5. Reproducible Out of Memory Exception

    [quote=Grendil;10924] Could you please expand on what you meant by "Try adjusting the 'Test process memory limit' for the test project to something sensible."? We are in the midst of configuring our node farm, so I'd like to make sure we're doing things sensibly. :) Are you saying we should have ma…

  6. Reproducible Out of Memory Exception

    Hi, thanks for sending through the log file. I'm presently aware of two things that can cause out of memory exceptions in the manner that you've reported: 1. Tests (or code under test) consume large amounts of memory such that there isn't enough memory space available for NCrunch to return res…

  7. Grid Server keeps disconnecting

    Do you receive the same result when trying to connect to your local machine running the grid node using ncrunch.gridnode.console.exe? This build doesn't have much changed over v3.10. Mostly it's just a null check to avoid the NRE. There must be another variable here somewhere.

  8. jetbrains rider plugin?

    Hi, There is a request for this on [url=https://ncrunch.uservoice.com/forums/245203-feature-requests/suggestions/13326438-integrate-with-the-upcoming-project-rider-similar]uservoice[/url] at the moment. Right now there are no plans to implement this. It's a massive piece of work that would in…

  9. Variables not in Context while debugging

    [quote=fourpastmidnight;10915] Maybe I should have instructed NCrunch to rebuild the test project over again--maybe something got all out of whack in the caches/incremental build outputs?[/quote] Every time I've seen this problem before, it has been triggered by either bugs/inconsistencies in th…

  10. Current dir is different during test creation than during test execution

    A fix for this is now available in the build below: [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_3.11.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.1.zip]http://downloads.ncrunch.net/NCrunch_Console_3.11.0.1.…

  11. Grid Server keeps disconnecting

    A fix for this is now available in the build below: [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.1.msi]http://downloads.ncrunch.net/NCrunch_Console_3.11.0.1.msi[/url] [url=http://downloads.ncrunch.net/NCrunch_Console_3.11.0.1.zip]http://downloads.ncrunch.net/NCrunch_Console_3.11.0.1.…

  12. Even the simplest .NET Core project fails to build under NCrunch

    Hi Lars, Thanks for sharing this problem. .NET Core seems to have some kind of indirection between the requested version of .NET Core and the version eventually resolved by the runtime. The logic underneath here doesn't have a strong pattern of consistency that I've recognised and it seems to…

  13. Microsoft Visual Studio is Busy. Forever.

    Thanks for the dump file. This appears to me to be a deadlock between the main thread and a background thread somewhere in Nuget/Powershell (threads 14604 and 15980). Because the code here is all internal MS code, I am unfamiliar with its purpose or function. I can say with confidence that this…

  14. AutoFixture Warning Incorrect

    [quote=ewinhong;10905] So I have to ask this previously worked to detect tests with this setting being true on v3.8.0.3. [/quote] Sorry - I'm not completely sure if I understand this question. Are you still receiving the same exception around type conversion? Or is this a new problem? Prel…

  15. NDepend support

    [quote=BKStrelioff;10908]Has there been progress towards NCrunch providing data in a format that NDepend can consume? There was some discussion back in 2014 ( http://forum.ncrunch.net/yaf_postst1166_NDepend-Code-Coverage.aspx ), but I'm not sure where that went. [/quote] Hi, no. Unfortunately n…

  16. nCrunch and SQLite

    Hi Michael, Does placing NCrunch in [url=http://www.ncrunch.net/documentation/troubleshooting_compatibility-mode]compatibility mode[/url] work around this issue?

  17. Grid Server keeps disconnecting

    Thanks for the extra details and for sending through your server logs. With the data you've given me, I've managed to reproduce the server-side exception problem and I have implemented a fix for it. I'll try to get you a build including this fix ASAP.

  18. Test context menu is slow to show.

    Thanks. I've put this area of code under a microscope, and it doesn't seem to be performing as well as it should be. I think this is caused by a performance problem in the context menu control itself. NCrunch builds the context menu dynamically every time its shown (as the contents can vary dep…

  19. Test context menu is slow to show.

    Hi, thanks for sharing this issue. This isn't normal behaviour. Are you noticing anything else behaving slower than normal in the UI? Are you using the Risk/Progress indicator at all? Does closing all open NCrunch windows make any difference?

  20. Grid Server keeps disconnecting

    Hi Grendil, The problems you've described I think are quite different in nature to Matthew's. The exception you've provided looks to be thrown in the server side processing code. I don't think that this error is network related. Probably you've managed to find a flaw in this code that may be s…