Forum member

Rasmus

24 posts

Posts by Rasmus

  1. Rider freezes UI very often when combined with NCrunch

    I tried this workaround when it was posted and had freezes after restarting IDE. And then they stopped (overnight? Hard to say with these) and I am not quite sure why. Anyways, just wanted to post this here so people give it a bit of time or a restart or whatever. Cheers

  2. Rider freezes UI very often when combined with NCrunch

    I uploaded some more yday. Did you receive those? Cheers

  3. Rider freezes UI very often when combined with NCrunch

    Sure. I have a couple of threadDumps-freeze logs mentioning ncrunch. How do I get them to you?

  4. Rider freezes UI very often when combined with NCrunch

    Hi, I am on NCrunch 5.21.0.2, Rider 2025.3.3. I am experiencing this quite often; UI freeze with Alt-Tab back and forth solving it. Let me know if I can provide more info. Cheers

  5. Rider NullPointerException

    Cool, I missed the embedded bug reporter. Will use that. I cant recall any impact that I noted.

  6. Rider NullPointerException

    Rider 2025.3.1, NCrunch 5.21.0.2 Again, I have no idea when this happened or what I was doing in particular. Rider's little red exclamation mark in the bottom right of my screen often goes unnoticed for a while. Cheers Unhandled exception in java.util.concurrent.ThreadPoolExecutor@aa1154e[R…

  7. Another Rider exception

    Not at all. I'll keep an eye out but as said, I am not even sure when this happened or what I was doing.

  8. Another Rider exception

    NCrunch 5.21.0.2, Rider 2025.3.1. Not sure when this happened. Unhandled exception in Dispatchers.Main, interactive mode: false com.intellij.util.IncorrectOperationException: Sorry but parent: EditorReference-ec0dcfff-c778-4e51-8661-0302f05b70b9 (class com.intellij.openapi.util.Disposer$2) …

  9. Rider, NCrunch 5.21.0.2, Exception

    Saw this again, identical stack trace. FYI.

  10. Rider, NCrunch 5.21.0.2, Exception

    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.

  11. Rider, NCrunch 5.21.0.2, Exception

    Hello, I am running Rider 2025.3.1 with NCrunch 5.21.0.2 (updated since I had the UI freeze issue). I just got the exception below reported when trying to debug a test. Cheers com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: Read access is allowed from inside read-act…

  12. Build failure: System.ArgumentNullException

    No, that did it.

  13. Build failure: System.ArgumentNullException

    Upgraded to 3.16, get a different error now System.ArgumentException: Object of type 'System.Int32' cannot be converted to type 'System.Nullable`1[Iit.Crm.Onboarding.Api.Proxy.DataContract.TriState]'. at System.RuntimeType.TryChangeType(Object value, Binder binder, CultureInfo culture, Boolea…

  14. Build failure: System.ArgumentNullException

    Ooops no, I am on 3.14. Must have missed an upgrade notification. Will upgrade, sorry for the noise.

  15. Build failure: System.ArgumentNullException

    Hi, I am working on a large'ish solution for a bank (=> I cannot share too much code). A recent update of a test project caused NCrunch to fail for that project with System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Linq.Enumerable.Select[TSource,TResult…

  16. NCrunch, Core 1.0.1 and BadImageFormatException

    Hi, This works for me, to a large extent. I still get errors in the selfhosted tests with Kestrel, due to Kestrel relying on a native dll (libuv.dll) that is not copied into place correctly. This is also something we have seen in our regular build/deployments and, if I remember correctly, ended u…

  17. NCrunch, Core 1.0.1 and BadImageFormatException

    [quote=Remco;10033]Sorry, I wish I could be of more help, but I won't be able to help troubleshoot this without a sample :([/quote] I appreciate that. Thanks for your input so far, I'll try to kick this around some more and see what happens. /Rasmus

  18. NCrunch, Core 1.0.1 and BadImageFormatException

    [quote=Remco;10013]Is there any chance you could share a sample project with me?[/quote] I cant get my sample project to have any of these issues and I cannot share the original.

  19. NCrunch, Core 1.0.1 and BadImageFormatException

    [quote]I will pursue these more when I get some more me-time. [/quote] Ok, looked at the unit-test error. I could not reproduce in my test solution :/ But I establisted that the issue is with the following code snippet: [quote] client.Setup( c => …

  20. NCrunch, Core 1.0.1 and BadImageFormatException

    [quote=Remco;10002]I just had an idea. Could you check whether your test project has a direct dependency on the two packages reported by the exceptions? If not, does adding the dependency directly resolve the problem?[/quote] There is two projects in play, one without self-hostedness (classic u…