-
Notifications
You must be signed in to change notification settings - Fork 537
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NativeAOT TODO list #9784
Comments
Alternate "MVP 1.1" typemap idea, for posterity: instead of a
The linker step would populate (1), which might be faster because At runtime, consult (2) first, and if a type mapping doesn't exist, use (1) to lookup the Questions:
|
There must be a way to use a android/src/Microsoft.Android.Sdk.ILLink/TypeMappingStep.cs Lines 70 to 83 in 70bd636
|
|
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 #9747debug.mono.log
, to disablelref/gref
logging$(PublishAotUsingRuntimePack)=true
, and see what xamarin/xamarin-macios doesThe text was updated successfully, but these errors were encountered: