|
|
|
|
|
by phillipcarter
2840 days ago
|
|
Note: there's a very big difference between "native compilation" and the product known as ".NET Native". .NET Native is a proprietary, Windows-only backend compiler toolchain for statically linking and tree-shaking compiled IL, used only for UWP apps on Windows 10 devices. It is this toolchain that does not support F#. Beyond that, there are no toolchains for compiling to a single, native binary that are a shipping part of the .NET product. We are not prioritizing .NET Native for F# at this time (from the F# team perspective), as we feel that .NET Core gives us more reach for F#. |
|