Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sdks
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2020-05-22 10:41:19 +0300
committerGitHub <noreply@github.com>2020-05-22 10:41:19 +0300
commitd2da9004266821aba70f5dbad44536880454d3a5 (patch)
tree7221a63a3d43b4c54436dcd49ef073b7065aecf0 /sdks
parenta1b68d97c3ef261f4aeede766e8221dbdf33796e (diff)
[wasm] Preserve UnmanagedFunctionPointerAttribute. (#19829)
Fixes https://github.com/mono/mono/issues/19826.
Diffstat (limited to 'sdks')
-rw-r--r--sdks/wasm/src/linker-preserves.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/sdks/wasm/src/linker-preserves.xml b/sdks/wasm/src/linker-preserves.xml
index 2e46279b879..3f9d1af5ccd 100644
--- a/sdks/wasm/src/linker-preserves.xml
+++ b/sdks/wasm/src/linker-preserves.xml
@@ -3,5 +3,7 @@
<assembly fullname="System">
<type fullname="Mono.Util.MonoPInvokeCallbackAttribute"/>
</assembly>
+ <assembly fullname="mscorlib">
+ <type fullname="System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute"/>
+ </assembly>
</linker>
-