Gauthier Segay
Gauthier Segay
@jzabroski do you mean F# miss this badly or that you rather not see this? I don't think it makes C# a safer and higher level language to have that...
@jzabroski in case you are not familiar with F# 1: ```fsharp type A() = class end let a : A = null // error FS0043: The type 'A' does not...
Some OO people like the https://en.wikipedia.org/wiki/Law_of_Demeter (the D in SOLID IIRC), and the null propagation operator is an invitation to infringe this law and never challenge the API choices /...
@jzabroski, thanks, the additional context is very helpful, and expanding on law of demeter also. You should upvote the feature and provide more context than "C# > F#" next time,...
> I have a killer issue where if I reference a C# assembly that transitively references a Resources assembly, F# compiler goes OOM. just for reference: https://github.com/dotnet/fsharp/issues/9175 Thanks again @jzabroski...
@jwosty, thanks for the report! I don't see a change in paket.dependencies where relevant the constraint ever changed from its introduction. If you want to give a shot at a...
Seems like overlook when initially implementing load script generation, thanks for adjusting the code!
Maybe we should make sure FSharp.Coresomething & FSharp.Core.something also behaves as your change intends to adjust?
Thanks @Larocceau, I closed the .net 9 issue as the PR for support was merged. If you want to give a shot to extend for .net 10 support, feel free...
@1eyewonder, could you check those: * keeping at least the target list formatted as it was in build.fsx * setting framework restrictions `framework: >= net461, >= net8.0` in the paket.dependencies...