Forum member

Advisto

11 posts

Posts by Advisto

  1. jetbrains rider plugin?

    [quote=TobbenTM;16368]I was speaking with some of the JetBrains devs a couple of weeks back, and they were hinting to running non-Java extensions in Rider coming very soon. And that nCrunch might be one of the first plugins like this..? 👀 Might all be wishes from the JetBrains crew, but if yo…

  2. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    To reproduce I've taken a copy of my productioncode and cut all non-relevant parts away. But indeed, it took some time to create. Interesting that the assemblysize was relevant, because the reproduction was much smaller than the original. I did just delete code and after each delete check if the pr…

  3. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    [quote=michaelkroes;14326][quote=Advisto;14325]I totally missed your post with version 4.2.0.5. I just came here to work out a reproduction today, but with 4.2.0.7 this issue is still the same. I'm currently working on a reproduction, but this will have some production code. When I have a small repr…

  4. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    I totally missed your post with version 4.2.0.5. I just came here to work out a reproduction today, but with 4.2.0.7 this issue is still the same. I'm currently working on a reproduction, but this will have some production code. When I have a small repro, can I share it with you in a private way?

  5. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    [quote=Remco;14153]Thanks for sharing this problem. Do you have a way to run this code without NCrunch, and if so, can you confirm 100% whether the behaviour is different under NCrunch? I've tried constructing a code sample using the lines you've shared, but I can't seem to get this to fail in…

  6. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    Currently I don't get it reproduced in a sample. I tried about half an hour, and can't spend more time on it now. But in my original code it seems to bo only in async methods (with some EF-Core linq queries in it). When I debug the same code from TestExplorer it works fine.

  7. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    [quote=Remco;14128]The build below includes fixes for all known debug problems with NCrunch V4 under optimised mode. Can everyone with issues here please give this a try and let me know if all is well? [/quote] Hi Remco, When I set a breakpoint in my implementation-method, the local declared…

  8. Two TargetFrameworks doubles TestCount?

    Hi Remco, No, the test-window doesn't show them twice. I suppose it's in your second note, didn't think about that. Thanks!

  9. Two TargetFrameworks doubles TestCount?

    Hi, I've a project with businesslogic, that has two target-frameworks: [code=XML]<TargetFrameworks>net462;netcoreapp2.1</TargetFrameworks>[/code] My test-project, with a direct reference to the business-project, has a single targetframework: [code=XML]<TargetFrameworks>netcoreapp2.1</TargetF…

  10. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    [quote=Remco;14062]Hi, thanks for sharing this issue. Can you confirm if your code is using portable PDBs or Win32 ones? Do you notice any difference if you switch between these? Note that you can control this under your advanced build settings in the VS project configuration.[/quote] Sorry fo…

  11. NCrunch 4 - Optimized mode - Debugging tests is mission impossible?

    In NCrunch 4 with VS 2019, while using the Optimized mode, it seems te be nearly impossible to debug my tests. The debugger starts ok, and breaks on the breakpoint I set. But... [list=1][*]I'm unable to watch my variables (parameters of the method are possible to watch, but variables instantiated w…