Forum member

koraybalci

5 posts

Posts by koraybalci

  1. Stuck at "ncrunch engine is initialising"

    I moved away from preview and happy now. (I wasn't aware non-preview/real 2022 is already out there :) ). Thanks a lot.

  2. Stuck at "ncrunch engine is initialising"

    Sometimes, after a very long while, NCrunch stops processing but can't find any test. Message I see at the top is: "No tests are queued for execution. Monitoring no tests, with no tests ignored." In that solution, there are tests of course. Both NUnit and XUnit.

  3. Stuck at "ncrunch engine is initialising"

    Hi there, I have upgraded my Microsoft Visual Studio Professional 2022 (64-bit) - Preview to [b]Version 17.2.0 Preview 1.0[/b] recently. Now, all the solutions are stuck at "NCrunch engine is initialising" message. N at bottom right is spinning around in blue forever and no projects or tests …

  4. "Analysis failure" for dotnet standard lib with no tests in it

    Perfect, it just worked. Thanks a lot!

  5. "Analysis failure" for dotnet standard lib with no tests in it

    Hi there, We are using nCrunch version 3.22.0.1 at work and started migrating our codebase to dotnet core/standard recently. We have one particular library, which relies on NUnit 3.11.0 and includes some internal helper functionality to support our actual test projects. It doesn't contain any…