Forum member

Remco NCrunch Developer

7586 posts

Posts by Remco

  1. Unable to run tests on clean install of VS 2026 Insiders

    Thanks for these extra details. Sorry about the frustration that I'm sure this has been causing you. I'm wondering if you could check for me whether you are able to run NCrunch on a simple test project created from one of the standard VS templates that is targeting the same version of .NET and t…

  2. Unable to run tests on clean install of VS 2026 Insiders

    There is a list of packages that NCrunch requires which it should automatically restore itself. I think your Nuget package cache is corrupt. Try renaming the package root (with the IDE closed) to see if re-downloading the packages resolves the issue.

  3. NCrunch grid node on linux

    Sorry no change here. Porting to linux would be a massive undertaking.

  4. Unable to run tests on clean install of VS 2026 Insiders

    Can you check the contents of your Nuget package cache to see if the package is installed in the expected location? Normally the file should be at C:\Users\USER\.nuget\packages\System.Collections.NonGeneric\4.3.0\lib\netstandard1.3\System.Collections.NonGeneric.dll If the binary is not there b…

  5. Unable to run tests on clean install of VS 2026 Insiders

    Hi, thanks for posting. NCrunch has a number of package dependencies that are needed by its test adapters. To avoid installer bloat, these aren't packaged with the product. Instead, when the engine is enabled, NCrunch does a scan of your Nuget packages cache and then it builds a small project c…

  6. No longer works with ReqnRoll

    [quote=philippedargaud;18585] Do you have an estimate of when this fix is expected to be officially released through the standard NCrunch update channel? This would help me decide whether I can wait for the official release or if I should temporarily deploy the interim build.[/quote] This wil…

  7. Support newer report format for AzureDevops compatibility

    Thanks for sharing this request. It takes a bit of work to implement support for export formats that exist specifically for other products (as opposed to the more generic reports that currently exist in NCrunch), since they are actually de-facto integration points with software from other vendors…

  8. NCrunch was unable to restore Nuget packages required to build a test environment for this project

    Thanks for sharing the sample solution. On my side, both of these solutions build in the IDE and NCrunch does a full pass on them without errors or the resolution warning. This seems to be the same for both VS and Rider. Right now it's not clear to me why you see the NCrunch error on one solu…

  9. NCrunch was unable to restore Nuget packages required to build a test environment for this project

    [quote=Fresa;18574]I'm pretty sure this happens when building source generators that are missing transient dependencies which Roslyn doesn't load automatically. The "worst" part is that NCrunch seems to solve this for Roslyn, creating false positives. This "error" is the only thing hinting that …

  10. Rider NullPointerException

    [quote=Rasmus;18572]Cool, I missed the embedded bug reporter. Will use that.[/quote] It's under the NCrunch tool menu, which you can also access by left clicking on the corner spinner.

  11. Rider NullPointerException

    Thanks for sharing this. This one is going to be hard to track down without a way to reproduce it. Was there any notable impact other than the error message? BTW - For exceptions that don't require follow up and troubleshooting, I recommend using the bug reporter inside NCrunch. It should gene…

  12. Another Rider exception

    Thanks for sharing this. Do you have any steps to reproduce?

  13. No longer works with ReqnRoll

    [quote=gasparnagy;18565] When I checked the workspace I have realized that that's the issue (and the copy all referenced assemblies setting was working as a temporary fix). The strange thing is that this Reqnroll behavior was not changed. I have checked how NCrunch worked with earlier Reqnroll vers…

  14. No longer works with ReqnRoll

    Excellent, thanks for confirming this :) [quote=gasparnagy;18561] (I did not expect that our changes will impact NCrunch. Can you comment on which change was problematic (if simply explainable)? Is there a way we could prevent such integration issues with NCrunch on the Reqnroll side?)[/quote] …

  15. Rider, NCrunch 5.21.0.2, Exception

    [quote=Rasmus;18559]Just a once-off. I tried to reproduce a couple of time immediately after but had no luck. I'll post here if I see it again.[/quote] Thanks. The exception here is pretty good - I think it's just a threading issue with the potential to show up rarely. I'll see what I can do ab…

  16. Rider, NCrunch 5.21.0.2, Exception

    Thanks for sharing this issue. Is this something you can reproduce consistently? Or was it just a once-off?

  17. No longer works with ReqnRoll

    Thanks again for making me aware of this problem. It looks like there's been a couple of notable changes to Reqnroll that needed some adjustments from NCrunch's side to work correctly. I've implemented two fixes. One should resolve the dependency resolution issues when working with the 'Copy re…

  18. No longer works with ReqnRoll

    [quote=JimCooper;18552]No coverage dots show in the Feature editing window. it is not possible to move from source code under test to a Scenario using the context menu of source under test[/quote] Hi, thanks for sharing this issue. Was this previously working correctly for you? If so, do you …

  19. Rdi Not working for me

    Note that forward traversal works differently to backward traversal. The backward traversal (i.e. go to calling frame) is via the arrow button at the top of the frame. All forward traversal is done by clicking the embedded arrows next to the methods inside the frame itself. This is because in t…

  20. Rdi Not working for me

    Hi Vikram, Thanks for sharing this issue. Can you confirm which method you are attempting to navigate from, and which one you are trying to navigate into?