I've installed Rider IDE on my Arch machine using flatpak, I face an error while creating new projects Unable to load project and obtain project information from MsBuild
.
The error message says: Probably this project is incompatible with the current MsBuild.
MsBuild error details: Protocol connection was interrupted because the process has exited.
Anyone knows why it happens, and how can I fix the issue?
I have .NET6 installed and everything (including build process) works on VSCode.
I've tried cloning MsBuild from the GitHub repo and building it locally, but that doesn't help either.