If want to create .NET application with MAUI uusing Rider. you don't need to install Visual Studio.
All you need is run this commands
dotnet workload install maui
dotnet workload install wasm-tools
It will install maui app template too.
ctrl+R -> RegEdit -> enter Registry: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\TimeZoneInformation Key: RealTimeIsUniversal Type: DWORD (32-bit) Value. Value: 1 Then restart PC
BARTULACODE 2024