I built a xamarin-android project on ubuntu (maybe broke something), then created a Xamarin.Forms project from a template. The rider cannot load any of the assemblies (including System):
❯ which dotnet
/usr/bin/dotnet
❯ dotnet --version
5.0.201
❯ which mono
/usr/bin/mono
❯ mono -V
Mono JIT compiler version 6.12.0.122 (tarball Mon Feb 22 17:33:28 UTC 2021)
❯ /usr/share/dotnet/sdk/5.0.201
❯ ll | grep MSBuild.dll
-rw-r--r-- 1 root root 733K фев 24 05:49 MSBuild.dll