Casper

Results 39 comments of Casper

By the way, as I understand it, using `snupkg` is the [recommended](https://www.meziantou.net/how-to-debug-nuget-packages-using-sourcelink.htm) way to enable source link: ```xml true true true snupkg ```

P.S. The biggest breaking change is that `source` is not `children`. Also, for `renderers` the term is know `components` P.S. These are some of the changes I manually added to...

I have been talking to @Zaid-Ajaj. However, he's quite busy at the moment. So all his regular maintenance will fill his plate, I think. I am going to check at...

@bmingles @jannesiera Still trying to get funding. So, no news really.

@Thorium. Thanks for looking into this! - I use the exact same driver: Microsoft.Data.SqlClient.dll - Exact same environment - Code is identical, so I use a resultionPath The mentioned `LocalTranslation`...

@Thorium So, is this something you can reproduce? Or do you need the generated SQL output?

@Thorium This should be really simple to fix: This is the code that creates the table names: ```fsharp open System module internal SchemaProjections = //Creatviely taken from FSharp.Data (https://github.com/fsharp/FSharp.Data/blob/master/src/CommonRuntime/NameUtils.fs) let...

> I'm not very happy with this fix as it breaks backward compatibility of existing system: The users probably have already table-names that have removed underscores in the tablename. SQLProvider...

Is there any progress on this issue? There are workarounds, however, they very much depend on all sorts of external factors, like OS, node version, how node is installed (nvm?)...