From 4b69b196644bd9d52cbef1b062fe8ab465283d4c Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 30 Aug 2018 15:01:18 +0200 Subject: [PATCH] [linker] Add new Facade (System.Threading.Tasks.Extensions). Fixes these MTouch test failures: 1. Xamarin.Linker.SdkTest.iOS_Unified : Facades Expected: But was: < "System.Threading.Tasks.Extensions" > 2. Xamarin.Linker.SdkTest.tvOS : Facades Expected: But was: < "System.Threading.Tasks.Extensions" > 3. Xamarin.Linker.SdkTest.watchOS : Facades Expected: But was: < "System.Threading.Tasks.Extensions" > --- tools/linker/MobileProfile.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/linker/MobileProfile.cs b/tools/linker/MobileProfile.cs index d16616930a..5e5c453e9d 100644 --- a/tools/linker/MobileProfile.cs +++ b/tools/linker/MobileProfile.cs @@ -172,6 +172,7 @@ namespace Xamarin.Linker { "System.Threading.Overlapped", "System.Threading.Tasks.Parallel", "System.Threading.Tasks", + "System.Threading.Tasks.Extensions", "System.Threading.Thread", "System.Threading.ThreadPool", "System.Threading.Timer",