Don Syme
Don Syme
Thanks, that's great! Any volunteers to be co-maintainers with Stephen?
@rstm-sf This needs to be merged with main, can you do that please? Thank you
We should have a design document (e.g. tooling RFC) that specifies how the DependencyManager things work. It's hard to tell what the intended design is.
@smoothdeveloper I'll let @KevinRansom decide on the priority and direction here. It's true I'm now a more skeptical of the long-term viability or wisdom of supporting an extensible model of...
My understanding is static linking shouldn't be used with .NET Core. We should deprecate it completely as it is an unsupported deployment scenario.
Thanks, should be a simple fix
@vzarytovskii this is a good first issue, happy to guide the fix
Yes I can't see a duplicate of this bug - the corresponding code with named argument works, so it's specific to setter-properties ```fsharp type C(x: System.Nullable) = member val Y...
@jkotas writes > We have a section on trimming and NativeAOT in our regular preview announcement blog post. I think we should mention this is a good example of how...
> Looking forward, I think the biggest trimming concern that I would have in F# is serialization. Sort of. One important thing to understand is how [FSharp.Data](https://fsprojects.github.io/FSharp.Data/) achieves strong typed...