Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Load failure

    Can you modify it so instead it is: <Project Sdk="Microsoft.NET.Sdk"></Project> This should work around the problem.

  2. Load failure

    Hi, thanks for sharing this. Does the affected project have a closing tag? There needs to be a </Project> at the bottom of the file.

  3. xunit v3, missing xunit.v3.runner.inproc.console net6.0?

    A couple of points here: - I have cornered and confirmed that tests under Xunit3 are taking much longer to execute under NCrunch than they should be. An Xunit2 test that runs in 0ms takes about 100ms on my machine (this is the issue I've described above). - RDI does have a significant perform…

  4. xunit v3, missing xunit.v3.runner.inproc.console net6.0?

    Thanks for these extra details. It looks like there is a performance issue when running a large number of fast executing Xunit3 tests under NCrunch. I'm raising this with the Xunit team to see what options are available. It isn't possible to fix this in NCrunch itself (the problem is related …

  5. xunit v3, missing xunit.v3.runner.inproc.console net6.0?

    There's a couple of key places to watch when analysing a performance issue like this one. The first is in the execution of the test code itself. The coverage markers give an indication of line-by-line performance, and you can use the Hot Spots tab in the Tests Window to get an overview of where …

  6. xunit v3, missing xunit.v3.runner.inproc.console net6.0?

    Could you share any more detail about the nature of your tests? Are you pushing a large amount of trace data through ITestOutputHelper? Does the NCrunch Hotspots view give any indication on where tests are taking so much time to run?

  7. xunit v3, missing xunit.v3.runner.inproc.console net6.0?

    Hi, thanks for sharing this problem. Could you confirm which build of NCrunch you're running? If you aren't on 5.13, could you try the [url=https://forum.ncrunch.net/yaf_postst3557_xunit-v3-builds-eternally-and-can-t-run-tests.aspx]build posted in this thread[/url] and let me know if this solves…

  8. Slow performance on writing testoutput using XUnit V3 and ITestOutputHelper

    Hi Erwin, Thanks for sharing this issue. Could you try disabling RDI to see if this makes any difference? You can do this either via [EnableRdi(false)] on the test or through the 'Enable Rdi' NCrunch config setting. Edit: I just checked this myself, and it's not RDI. It looks like this is…

  9. xunit v3, missing xunit.v3.runner.inproc.console net6.0?

    I think the answer here depends on what you are trying to achieve. There's a couple of constraints that you're probably now aware of: - Using NCrunch with Xunit3 requires a reference to xunit.v3.core (I think this is reasonable, as we need to know where to resolve it via a primary dependency) -…

  10. NCrunch is building assemblies by just opening specific files in Visual Studio

    Yes, sorry, I forgot to mention here in the thread: v5.12 contains the fix for this issue.

  11. NCrunch_Rider_5.12.0.10: Vertical Test Window Splitting does not really works

    Sorry about this. There was a regression in 5.12 caused bug a fix to a related issue. Would you like to try this build to see if it works better? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.13.0.2.msi]NCrunch_Console_5.13.0.2.msi[/url] [url=https://s3.amazonaws.com/do…

  12. xunit.v3 builds eternally and can't run tests

    Would you be interested in trying the build below to see if it solves the problem for you? [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.13.0.1.msi]NCrunch_Console_5.13.0.1.msi[/url] [url=https://s3.amazonaws.com/downloads.ncrunch.net/NCrunch_Console_5.13.0.1.zip]NCrunch_…

  13. xunit.v3 builds eternally and can't run tests

    I've managed to pin this down now. I'll update you soon.

  14. xunit.v3 builds eternally and can't run tests

    Thanks for sending through the report. Unfortunately the report didn't contain any useful information about the problem. The hang is not being caused by errors/exceptions being thrown in the environment as far as I can tell. When running the tests on my side, they perform very well and churni…

  15. xunit.v3 builds eternally and can't run tests

    Hi, Thanks for sharing this issue with the sample solution. I was able to run all tests to completion on this solution without problems, so perhaps there is more to this issue than the codebase itself. Would you mind submitting a bug report while the engine is stuck spinning? Also, could y…

  16. See Version installed inside License Server

    [quote=GlobalConcepts;17950]For some reason it would be nice to see which version of NCrunch is installed by the person that gets a license asigned by the license server. Is this possible or would this cause a bigger development?[/quote] I can see this being useful, but unfortunately it would in…

  17. Could nCrunch ignore "Single File iSense" pseudo projects

    Sorry to hear that. The speculative fix I introduced simply ignores all projects with a .vcxproj extension starting with _sfi_. There must be more to this then. I think I'll need a way to reproduce this behaviour if I'm to properly block these projects.

  18. NCrunch is building assemblies by just opening specific files in Visual Studio

    Thanks for this, I'll have a look and will see what I can do.

  19. NCrunch is building assemblies by just opening specific files in Visual Studio

    My guess would be that it's an encoding issue of some kind. Probably when VS opens the file, it changes the encoding or normalises something. If you open the file in VS, then save it, then close it and re-open it, does this trigger NCrunch?

  20. NCrunch is building assemblies by just opening specific files in Visual Studio

    Hi, thanks for posting. When opening this file, are you opening it in Visual Studio, or an external editor? NCrunch will respond to changes on the file system. If you're using an external editor and it creates a resource lock file or something else on the file system that is being watched by …