Linux GUI
Answered
Can I develop desctop app with GUI using Rider?
Please sign in to leave a comment.
You can use one of the mono gui toolkits
https://www.mono-project.com/docs/gui/
but don't expect visual designer in Rider.
You can try Avalonia UI - http://avaloniaui.net/ it uses XAML like syntax.