|
|
|
|
|
by pjmlp
949 days ago
|
|
Just like with Native AOT, as it only supports CLI, dynamic libraries with C ABI, and a special flavour of ASP.NET with minimal APIs introduced now in .NET 8. Mono AOT supports a bit more, with focus on iOS and Android workloads. None of them work with GUI frameworks or classical ASP.NET applications. |
|
Also, you can statically link NativeAOT libraries into existing C/C++/Rust/etc. code, and you can statically link existing static libraries into NativeAOT binaries[1].
[0] https://devblogs.microsoft.com/dotnet/dotnet-8-performance-i...
[1] https://github.com/lixinyang123/AvaloniaAOT
[2] https://learn.microsoft.com/en-us/dotnet/core/deploying/nati...