Gauthier Segay
Gauthier Segay
@davidtme that would be nice, alas I think I think type providers don't allow yet to generate record types or other things relying on more advanced F# type system features...
Consider voting on https://github.com/fsharp/fslang-suggestions/issues/154 to have type provider support emitting record types and DUs.
@rahicks26 is it something you'd like to contribute in a PR? I haven't used new ASP.NET stuff. To make the changes in the library, one would have to * go...
@daniellittledev the build script is using `System.Data.SqlClient` you may keep the reference in `paket.dependencies` and it should be able to run the build.
@daniellittledev you need to setup the initial solution to run devenv.exe or attach the debugger to it. You may adjust https://github.com/fsprojects/FSharp.Data.SqlClient/blob/dabf2cb456f9d592cfaf97818882cba8601a08dd/src/SqlClient/Properties/launchSettings.json through the project properties settings dialog under "Debug" to...
@daniellittledev the best I've gleaned on the area about what is going on with assembly loading in designer time, has been stepping through the TP SDK code, but it doesn't...
@daniellittledev thanks for the detailed account of your journey (and putting issues), so even without `System.Data.SqlClient` but the newer bits under `Microsoft.Data.SqlClient`, the type of issues boil down to be...
@daniellittledev understood, if there are hurdles in progressing with having target dependent binaries, I'll try to help. Thanks for keeping track of this issue. Maybe if some code needs to...
@jackfoxy those are great suggestions, along this, I'd like the library to have some of it's currently internal logic packaged as reusable components in a similar fashion as FSharp.Data is...
> One question: it is possible (or can it be possible) to instantiate providers without requiring to have an access to DB? Give them a schema file, or somehow similar?...