Rudi Horn

Results 57 comments of Rudi Horn

Should libraries which are normally loaded during common projects such as "System.Runtime.Extensions.dll" be loaded by default though? Especially if they are needed by something like Type providers?

@cgravill your sample code seems to work for me, except for the issue mention in #232

I suppose a lot of this may be redundant with https://github.com/dotnet/fsharp/pull/5850.

Questions I still have: - Is this a dotnet core issue? - Is this issue known and tracked? - Is it worth trying to issue a workaround and switch to...

> > > To confirm the implicit conversion works for explict records: > > ![image](https://user-images.githubusercontent.com/1099725/60342668-00e4de80-99aa-11e9-87e8-c9676d679a20.png) > > https://github.com/fsprojects/IfSharp/blob/5a415a7618ce91c41ba441688db29fbaa8d03410/src/IfSharp.Kernel/Util.fs#L86-L100 Yes this is what was confusing me about this. The conversion to...

> * make lenses a proper citizen in the Links ecosystem: lenses should depend on links, not the other way around (inversion of the dependency arrow). I disagree with this....

By MySQL driver I meant the MySQL library (i.e. https://github.com/ygrek/ocaml-mysql). This library is not an "improper extension of Links", but is instead a dependency just as the relational lenses library...

Hi gares, thanks for your help. I've tried the following example now, which seems to work for the purpose. I assume it woludn't work for variables in predicates though (e.g....

If I understand correctly, it is currently still necessary to have mono installed to compile projects for .net core. At least currently the .NET Core page (https://github.com/fsprojects/SQLProvider/tree/master/tests/SqlProvider.Core.Tests) still specifies: >...

This depends on how Intellisense is used, if it is done by a project like IfSharp or with the VS Code F# Language Server addon then Intellisense is performed by...