• @wth
    link
    3
    edit-2
    10 months ago

    Rider doesn’t support MAUI. Nor does it support .net for iOS and .net for Mac which are part of MAUI and the natural upgrade from Xamarin. I downloaded Rider a few months ago and enjoyed being able to switch between VSMac and Rider, and especially enjoyed using CoPilot in Rider.

    However Rider has a couple of nasty bugs that have been there for years - one of which was to ignore breakpoints. That came and went on me for a while.

    • @wth
      link
      110 months ago

      I take back this comment partially. As 2023.1 (which I have), rider failed to support MAUI. As at 2023.2, they say they have preview support available. I’ve downloaded, and am giving it a try.

    • @BaskinRobbins
      link
      110 months ago

      I’ve never experienced the breakpoint issue with Rider but I do find myself needing to invalidate cache and reload every now and then if I’m using it heavily. To be fair though I’ve had to do the same with VS for windows. It was always nice to use VS for Mac as a last resort sanity check though just to roll out that Rider is having issues and not my code.

      • @wth
        link
        110 months ago

        Cache clearing has been mentioned as a way to fix issues, but it didn’t work for me. I agree with your comment about the value in having a second IDE though.