I am currently using Manjaro Linux 20.2
, with official JetBrains Rider
from JetBrains Toolbox
I have installed this package package screenshot
When I'm writing in my terminal "mono" it runs. File location also looks fine.
When I'm opening my Environment tab in Rider. I got this. Environment Tab
I can create and run/execute/debug any projects with my .NET CORE
But I can't use the framework at all. A simple application like this New Project Window
And here... the error
In my settings -> build and execution -> I have these parameters path settings
I don't know what to do and how to fix this error. Tried many times disinstall/reinstall the Mono Package. But it's always the same. Maybe I should change somehow a Mono path here in Rider Settings ? But I don't know to where.. there are so many of these files in usr/lib and usr/bin
Please help me, I don't know what to do next and how to fix this..
I just know for sure. That it is possible to run Mono on UNIX
.
Something is wrong..
UPD1: I've discovered, that to run Mono on Linux. I should install a different package "monodevelop"
But according to GitHub, this package is not build-able on Linux anymore (only on MacOS)
I've discovered this "dotdevelop" package.. https://github.com/dotdevelop/dotdevelop But I don't know, it's looks like it doesn't work for me either. Or maybe I'm just putting a wrong file to my mono path settings in Rider..
UPD2: Maybe there is still hope for me, if I'll use .NET FRAMEWORK from inside a container ? https://hub.docker.com/_/microsoft-dotnet-framework
I know how to use Docker. It will be possible to use it in my Rider ? I don't get it.