FSharp.Data.SqlClient icon indicating copy to clipboard operation
FSharp.Data.SqlClient copied to clipboard

Not platform detection Fable

Open pipsie100 opened this issue 4 years ago • 1 comments

Could not detect any platforms from 'typeproviders' in '/root/.nuget/packages/fsharp.data.sqlclient/2.1.0-beta1/lib/typeproviders/fsharp41/netstandard2.0/FSharp.Data.SqlClient.DesignTime.dll', please tell the package authors

pipsie100 avatar Sep 26 '21 13:09 pipsie100

@Pipsy100 could you precise the context you are getting this message from?

This library won't work under Fable, if you need mssql client through Fable, you'd probably look for a javascript implementation of sql server protocol: https://www.npmjs.com/package/mssql and look at for Fable bindings to it.

Type providers in this repository only target .net runtimes.

Hope this helps.

smoothdeveloper avatar Sep 26 '21 16:09 smoothdeveloper