demetrixbio / FSharp.Data.Npgsql

F# type providers to support statically typed access to input parameters and result set of sql statement in idiomatic F# way. Data modifications via statically typed tables.
Apache License 2.0
127 stars 15 forks source link

ProvidedTypes.fsi and ProvidedTypes.fs missing #18

Closed sandeepc24 closed 6 years ago

sandeepc24 commented 6 years ago

I am trying to rebuild this project and files ProvidedTypes.fsi, ProvidedTypes.fs are missing from the repository which causes the DesignTime build to fail.

dmitry-a-morozov commented 6 years ago

FSharp.TypeProviders.SDK and npgsql are git submodules To clone use git clone --recursive https://github.com/demetrixbio/FSharp.Data.Npgsql.git