From 153604ea20fe3b36ef0f0ee2e071d8341f8d4c63 Mon Sep 17 00:00:00 2001 From: Zoltan Varga Date: Sat, 28 Nov 2020 11:52:15 -0500 Subject: [PATCH] Preserve UnmanagedCallersOnlyAttribute on mono, the runtime needs it, and it can be removed when using --used-attrs-only. (#45291) --- .../System.Private.CoreLib/src/ILLink/ILLink.Descriptors.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mono/netcore/System.Private.CoreLib/src/ILLink/ILLink.Descriptors.xml b/src/mono/netcore/System.Private.CoreLib/src/ILLink/ILLink.Descriptors.xml index 0732f1f65a8..dbf1729c918 100644 --- a/src/mono/netcore/System.Private.CoreLib/src/ILLink/ILLink.Descriptors.xml +++ b/src/mono/netcore/System.Private.CoreLib/src/ILLink/ILLink.Descriptors.xml @@ -688,6 +688,10 @@ + + + + -- GitLab