Jack Fox

Results 55 comments of Jack Fox

I cannot get this to build with dotnet build at all now with latest version, 2.0.7, but it does build in VS 16.9.2. According to paket.lock: ``` FSharp.Data.SqlClient (2.0.7) ......

@smoothdeveloper IMO this project needs to make the leap to full net5.0/netstandard2.0 compatibility. People on legacy framework can still use older versions. Switching to Microsoft.Data.SqlClient is a "must have" for...

Pretty sure there are other SQL TPs that work off provided schemas. This project needs some fixes to be net5.0 compatible., most especially https://github.com/fsprojects/FSharp.Data.SqlClient/issues/374

If you leave this open, someone in the F# community with more FCS experience than me may take a swing at it.

@giuliohome when I looked, the number of lines was easy to find in the code. IIRC it was something like 25 or 50. I haven't used this TP in well...

@giuliohome I recall other typing issues. You probably found one I experienced. I filed 3 issues, all on the same day, which addressed the most egregious problems I was having....

I don't know how to tell. I think I first started experiencing the issue with 15.3.something. I'll ask post to VS issues also. Sometimes updates get stuck like this in...

@KevinRansom @dsyme could this be related to the problem I am having here https://gist.github.com/jackfoxy/fdf6827257518ae07ab504dd5a7e15b1 Html types and methods are not recognized by the compiler, giving red squigglies and not building,...

@7sharp9 fork it!

When dismissing a general proposal by claiming the specific example in the proposal can be solved by active patterns, one should offer the active pattern solution to the example. Let...