Rider F# console project does not compile
Completed
When setting up a new F# console project the build fails with the following error message:
ConsoleApp1.fsproj: [NU1101] Unable to find package FSharp.Core. No packages exist with this id in source(s): nuget.org
Is this a known bug?
Regards,
Stefan
Post is closed for comments.
Hi Stefan!
Thank you for contacting us. What is your OS? If you use Linux, could you please try to install the latest mono? It should fix the problem. Please, let me know how it works for you.
Hello Alexandra,
I use Ubuntu 18.04. I installed the latest mono and fsharp, but that didnt resolve the issue.
Regards,
Stefan
I found out that doing "dotnet build" from the command line downloads the FSharp.Core dependency.
After that i can compile and run the application within Rider.
Regards,
Stefan
Stefan,
Glad to know it helped you!
You are welcome to contact us in case of any questions or problems.
Have a nice day!