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
Enable Mono AOT compiler to generate a list of symbols which get P/Invoked, so they can get preserved during stripping phase, instead of relying on a custom linker steps in Xamarin or stripping non-global symbols in MonoAOTCompiler msbuild task.
#79721 could be extended to output the list of P/Invoked symbols and possibly strip more from the final binary.
The text was updated successfully, but these errors were encountered:
Enable Mono AOT compiler to generate a list of symbols which get P/Invoked, so they can get preserved during stripping phase, instead of relying on a custom linker steps in Xamarin or stripping non-global symbols in MonoAOTCompiler msbuild task.
#79721 could be extended to output the list of P/Invoked symbols and possibly strip more from the final binary.
The text was updated successfully, but these errors were encountered: