I have been struggling to get my Rider working with .Net Core on my new Arch setup, finally got it to work and here are the particulars:
- Jetbrains Rider (v2019.2) installed via AUR.
- .Net Core (v2.2.401) installed via snap.
The .Net Core installation causes this issue, at first I installed it via pacman.
sudo snap install dotnet-sdk --classic
dotnet-sdk.dotnet --version
sudo snap alias dotnet-sdk.dotnet dotnet
dotnet --version- Open Toolset and Build:
File\Settings\Build, Execution, Deployment\Toolset and Build - Configure see attached image in this gist.
