Open
Description
What do we need to do for NativeAOT?
-
dotnet new android && dotnet publish -p:PublishAot=true
-
dotnet new maui
runs: [WIP] turn NativeAOT sample into a .NET MAUI app #9747 - Parse Android system properties like
debug.mono.log
, to disablelref/gref
logging- Setup an alternative to
monodroid_log()
for NativeAOT
- Setup an alternative to
- MSBuild warning for non-Mono runtimes, that says "experimental"
- Default
$(PublishAotUsingRuntimePack)=true
, and see what xamarin/xamarin-macios does - Get Mono.Android-Tests running on NativeAOT
- Mono-specific startup settings like Timezone notifications, unhandled exceptions, System.Threading.Tasks SyncContext.
- Solve all NativeAOT trimmer warnings
- statically link
libc++_shared.so
Activity