Hacker News new | ask | show | jobs
by DASD 38 days ago
How about F# support? Until then, happy to support Avalonia.
1 comments

It won't happen, already on UWP you had to avoid specific F# code idioms that could generate MSIL that the .NET Native compiler wasn't happy with.

With WinRT on top of Win32, the .NET Native runtime support now lives in CsWinRT, where they also only have C# into account, not even VB as it used to be on UWP side.