Daniel Little

Results 51 comments of Daniel Little

Thanks, I had not seen that, I'll try it out.

@smoothdeveloper any tips on debugging a type provider, the initial namespace swap compiled but I was getting null reference exceptions in the tests project.

I'm trying to find information on if Type providers, particularly the DesignTime project can target netcoreapps instead of netstandard. Because the configuration library loads as a reference assembly instead of...

I've tried a few variations, note that I'm just trying to get anything working at the moment. I've spent quite a bit of time on this now and continue to...

@smoothdeveloper This could be part of my problem https://github.com/fsprojects/FSharp.TypeProviders.SDK/discussions/371

For reference here is some sample code showing how to use `NetTopologySuite` with `Dapper`. https://gist.github.com/bricelam/7eca234674c3ca4150872f899af37611

It looks like the list of supported types can be found here: https://github.com/fsprojects/FSharp.Data.SqlClient/blob/2ef6c06a2844c2a1b61305bc6b78cbeede090915/src/SqlClient.DesignTime/SqlClientExtensions.fs#L120-L130 Which is a list of `providerdbtype`, `clrTypeFullName`, and `isFixedLength`. Finally these are used to construct `TypeInfo` records...

Thanks, it's good to know that this scenario isn't supported at the moment. In regards to supporting the short circuit error handling mode, I would vote to go without it....

Documentation for applicative computation expressions has not yet been added to the [official documentation for CEs](https://docs.microsoft.com/dotnet/fsharp/language-reference/computation-expressions). https://docs.microsoft.com/en-us/dotnet/fsharp/whats-new/fsharp-50#applicative-computation-expressions

@cartermp @baronfel thanks, I haven't had a lot of time recently (newborns take up a lot) and would be happy to try, but I wouldn't want to delay it if...