You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into this issue when building nativeaot on Android. Many places in the repo have '`, but that isn't recognized by ilc. When statically linking libraries that aren't present on the target machine, the pinvoke fails at runtime.
Ran into this issue when building nativeaot on Android. Many places in the repo have '`, but that isn't recognized by ilc. When statically linking libraries that aren't present on the target machine, the pinvoke fails at runtime.