Forum member

offset123

16 posts

Posts by offset123

  1. serious typing lag when running NCrunch in VS2019

    [quote=Remco;13720]It's looking like this is caused by a problem on our side ... Sorry about that. We have a large feature incoming that wasn't quite ready for 3.29, so we deactivated it. It turns out the feature has an event trap that somehow still managed to cause problems even though it was dea…

  2. serious typing lag when running NCrunch in VS2019

    [quote=MatthewSteeples;13710][quote=offset123;13702] - CPU usage while slashing: the process with highest usage is devenv, but it only uses 5-7%. Everything else is 1% or below. System idle is around 84-87% [/quote] How many "logical processors" do you have on the computer? With multi-processor…

  3. serious typing lag when running NCrunch in VS2019

    Hi Remco, Here are the results. The key takeaway: it has something to do with Windows Defender. - every '/' is stuttered - it happens even if all NCrunch windows are closed - it happens even in 'Execute tests manually' engine mode - it happens even if 'Max number of processing threads' sett…

  4. serious typing lag when running NCrunch in VS2019

    I switched to VS2019 a few days ago and now (for the same solution I was working in VS2017) I'm noticing a serious lag while typing code. The only way to get rid of it was to disable NCrunch. The keyboard lag is so big it makes coding very difficult (it's like working through a double Remote Desktop…

  5. build failed on Resharper Change Signature function

    [quote=Remco;10067] Is this something you can reproduce consistently? If so, I may be able to look at it in more detail if you can provide me with a means to produce it. [/quote] I don't know - frankly there are several problems with the new NCrunch and I can't really distinguish between one c…

  6. build failed on Resharper Change Signature function

    [quote=Remco;10061] The pinned tests mode has a different configuration option that will only show the coverage markers for tests that are pinned.[/quote] My point was that both of these tests are _already_ pinned and the coverage should be updated automatically for both of them. Subsequently, w…

  7. NCrunch fails to start debugging tests

    [quote=Remco;10032][quote=offset123;10028] Is it possible to downgrade NCrunch from v3.6 to v3.3 without losing the existing configurations? I don't really need VS2017 and Core stuff. [/quote] Yes, I believe so. I haven't personally tested this, but in theory v3.3 should be forwards compatible…

  8. build failed on Resharper Change Signature function

    Unfortunately even using the pinned tests mode doesn't seem to work correctly. I switched to running pinned tests automatically and have two pinned tests, but coverage bubbles are white for one. [img]https://pbs.twimg.com/media/C7bEyQQX4AAhMKk.jpg[/img]

  9. NCrunch fails to start debugging tests

    [quote=Remco;10024] Sorry, I can't make any promises on this right now. Things have honestly gone completely crazy with the VS2017/.NETCore release. I'll try to get this out when things have settled down a bit. [/quote] Is it possible to downgrade NCrunch from v3.6 to v3.3 without losing the …

  10. build failed on Resharper Change Signature function

    [quote=Remco;10023] This doesn't sound like a synchronisation issue. Are you using the 'Run impacted tests automatically, others manually' engine mode? [/quote] Yes

  11. build failed on Resharper Change Signature function

    [quote=Remco;9965]A fix for this is now [url=https://www.ncrunch.net/download]out with v3.6[/url].[/quote] A very similar behavior (not necessarily caused by R# refactoring) is still occurring. I have a bunch of tests that seem to be running on an older version of the SUT and they report failing …

  12. NCrunch fails to start debugging tests

    [quote=Remco;10003]Thanks for sharing this problem. Although it doesn't appear the same way for me, I've seen some similar issues around this component lately. I have some ideas on things I can try. I'll try to get a speculative fix included for this in the next release.[/quote] Do you hav…

  13. NCrunch fails to start debugging tests

    Since the recent releases (so in the last week or so) I've noticed NCrunch becoming unstable when it comes to running tests through a debugger. I'm using the latest version (3.6.0.2) on two different computers and the problems are on both. I'm using .NET 4.6.1. Instead of starting the debugger, N…

  14. build failed on Resharper Change Signature function

    [quote=Remco;9958]GOT IT! The 'Unable undo' checkbox is critical in producing this problem. When ReSharper changes the source files, it does so at the same time as opening them. This by-passes NCrunch's change handler, so the in-memory change goes undetected. A fix will be in the next buil…

  15. build failed on Resharper Change Signature function

    [quote=Remco;9956]Thanks! We're getting closer here. A couple more questions: - At the time the refactoring was done, were any of the XXX source files open in Visual Studio? - Are the XXX source files and the YYY interface file sitting inside the same project?[/quote] In my case all of the …

  16. build failed on Resharper Change Signature function

    This is what I did to reproduce this problem: 1. Changed a signature (with R#) of an interface method to have an additional int parameter, and told R# to place "TODO"s in the existing calls. There are 6 implementations of that interface and one call of that method (so 6+1 files R# needs to update a…