fsprojects / fsharp-language-server

Other
214 stars 37 forks source link

SQLProvider with Npgsql on dotnet core not loading libraries #52

Open rudihorn opened 5 years ago

rudihorn commented 5 years ago

With the latest update to the SQLProvider library it now works with dotnet core, and the fsharp-language-server seems to handle SQLite as it should, but there are still issues with postgresql.

While a postgres project compiles fine using dotnet build, the fsharp language server complains about:

Could not load file or assembly 'System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. (14:11)

I'm not sure if this is it refusing to load the newer version or trying to load regular .NET frameworks System.Threading.Tasks.Extensions library, but something isn't quite working as it should. It seems to work fine using Ionide F#.

Arrow7000 commented 5 years ago

I get the same errors. Is anyone looking at this?