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
* [mono] Add export_symbols_outfile parameter
[mono] Export EntryPoint of methods decorated with UnmanagedCallersOnlyAttribute to specified export_symbols_outfile
* [mono] Create export file and export symbols iff there are specified EntryPoints
* [task] Bootstrap export-symbols-outfile mono aot compiler option to MonoAOTCompiler Task
* Format symbols based on platform
* Address feedback
* Check for exportsymbols when EnableUnmanagedCallersOnlyMethodsExport is true
Log.LogWarning($"EnableUnmanagedCallersOnlyMethodsExport is true, but no .exportsymbols file generated for assembly '{assemblyFilename}'. Check that the AOT compilation mode is full.");
0 commit comments