-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
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