- Notifications
You must be signed in to change notification settings - Fork749
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hi everyone, I am working on a small visual studio c# application that is being compiled for native arm64, it also has some python code. Could you please guide me or give me ideas or suggestions on what could I do to make netfx work on arm64? Thanks in advance for reading or posting your suggestions. |
BetaWas this translation helpful?Give feedback.
All reactions
clr-loader
relies onNXPorts
(for .NET Framework) which in turn usesdnlib
to create exported symbols in the assemblies.
dnlib
doesn't support ARM64 as of now:0xd4d/dnlib#165
Replies: 1 comment
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
|
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1