I've started to learn c# recently and I really like the Jetbrains IDEs, so I decided to pick up Rider in it's early developement phase. Since it's a brand new environment I could barely find any information about it at all.
My problem is I simply cannot run my project, I have Mono installed and I gave it's path to the IDE but it still sais "no projects to run".
Do I need something aside Mono? Or what would you recommend me to check?
Screenshot
Create a new project:
Write your code:
Press Ctrl + F5 and you should see this window:
Now simply click on Run. The next time you need to build it, you won't see the configuration settings, but it will still run the project. :)
I had the exact same problem and I think I figured it out (without having to recreate a project from scratch).
The list in front of "Project:" is empty when there is no runnable project. A "Class library" for instance is not runnable. Just pick up one of your solution's projects (in your case there is only one), right click, then "Properties", and in front of "Output type:" (where you should see "Class library"), simply select "Console application".
Now you should see it in the window appearing when you click on "Edit configurations".
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With