A Bug or I'm dumb? #70611
-
I'm trying build my Avalonia .NET 6 app for Android, the debug builds works fine,
My phone is a ARM64v8 device. I wanted give a try by excluding the AOT in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This should be a bug, in trimmer or AOT. You shouldn't get into the
CoreLib is R2R compiled before shipping into the SDK, but it should still contain the fallback path. |
Beta Was this translation helpful? Give feedback.
This should be a bug, in trimmer or AOT. You shouldn't get into the
Intrinsified
path when corresponding instruction sets are not enabled.CoreLib is R2R compiled before shipping into the SDK, but it should still contain the fallback path.