Hacker News new | ask | show | jobs
by sander1095 949 days ago
Mono is still used by Unity, and by .NET MAUI for their iOS and Android implementations. https://learn.microsoft.com/en-us/dotnet/maui/what-is-maui#h....

For most .NET apps you can use .NET 5/6/7/8.

1 comments

Apparently .NET MAUI iOS target can run on NativeAOT[0] instead (with better performance and smaller binary size) but I'd expect it to be a bit unstable experience for now since it's very new.

[0] https://devblogs.microsoft.com/dotnet/dotnet-8-performance-i...