Is it objectively (significantly) more performant?
How does the MAUI app development experience compare?
Code completion?
IIS-integration?
Debugging?
Look and feel?
WPF / XAML designer?
File explorer?
Git integration?
...
You might like the built in code completions, with the included local LLM. If you've used the Resharper plugin for Visual Studio, you might like that those features come included in Rider. Same with DotPeek, if you like to decompile dependencies to view implementation details. You might also like Rider's built in 3 way merge with magic wand to auto resolve easy conflicts.
If you also develop outside dotnet ecosystem, you might like that Rider has the same UI as Idea (java development) and Webstorm (frontend development), so switching between them is more familiar.
One thing I don't like about Rider is its inline type hints. I think they clutter the code and I usually disable them.
I haven't gone back to Visual Studio in a while, so I can't offer an honest comparison since my experience is a bit outdated.
(But to be honest, I don't really use Rider too much nowadays either. I've mostly switched to VSCode. So take this with a grain of salt. And apologies I didn't address the items you listed. I just wanted to point out the items I personally took note of)
Regarding your points:
> MAUI
No personal experience yet unfortunately on my part
> Code completion
At least on par, basically ReSharper with a few extras. Navigation and refactoring is great and comprehensive.
> IIS
Also no personal experience
> Debugging
Great debugger IMHO. Matches VS, predictive debugging is nice (deemphasizes branches it knows won't run), breakpoint conditions are great (only break on a certain thread, after another breakpoint had been hit, after n hits, ...), shows return values in the watch list automatically, etc.
> Look & feel
Probably personal preference: I prefer its more modern and focused look over VS. If you're into that, its Vim emulation plugin is superb.
> WPF
Not its strong suit. VS is way better here. Rider only has a preview. Annoying: it doesn't use themes for DevExpress-libraries correctly in one project at work.
> file explorer
Pretty much like VS
> Git integration
In my experience nicer than in VS. Exposes git's features more easily than VS. Take it with a grain of salt because I use the CLI mostly anyway.
I hope this helps a bit. But you're probably better off trying it for a while if you can.