We have a game which needs to be ported to Windows 10 UWP.
We also have various class libraries that are required by the game.
I encountered a problem mentioned in the following thread -
Xaml UserControl in plugin throwing exceptions for Windows 10 UWP build
Later, through help from people on StackOverflow, I got a solution to the problem via the following thread -
How to add xbf files to visual studio project
The summary of the above threads is -
a) We have class libraries (DLLs) for achieving various tasks on the Win 10 platform for our game.
b) For the Win 10 UWP platform, if one needs to use UserControl through a library, then the DLL file alone is not enough. There are other files that are generated when creating DLLs that need to be included in projects, otherwise there will be exceptions, such as XamlParseException, when trying to use the UserControls.
c) When building the game through Unity, I include the DLL files as plugins. The game builds successfully. It will also build, deploy and run through Visual Studio. But it throws Exceptions like the one mentioned above whenever using UserControls through DLLs.
d) To avoid problem in point (c), after building the game through Unity, in the Visual Studio Solution, I manually remove the reference to my DLL and reference it again from its “bin” folder, so that all the required files are added into the project. Then the game builds and runs successfully and the UserControls run successfully.
This was the situation while I was testing “Debug” builds.
When I tried to make a “Master” build visual studio failed to build it.
In the Output window it had the following log -
1> Starting .NET Native compilation
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(1485,5): warning : Could not find assembly 'Windows.Foundation.FoundationContract, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' referenced by 'Facebook.Client'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(1759,5): warning : Could not find assembly 'Windows.Foundation.FoundationContract, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' referenced by 'Facebook.Client'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(1777,5): warning : Could not find assembly 'Windows.Foundation.FoundationContract, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' referenced by 'Facebook.Client'.
1> Processing application code
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(562,5): warning : Could not find assembly 'Windows.Foundation.FoundationContract, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' referenced by 'Facebook.Client'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(562,5): warning : Could not find assembly 'Windows.Foundation.FoundationContract, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' referenced by 'Facebook.Client'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4510(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.HResult Windows.Foundation.IAsyncInfo.ErrorCode.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4512(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.Void Windows.Foundation.IClosable.Close()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4516(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Foundation.IPropertyValue.GetDateTime()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4525(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.TimeSpan Windows.Foundation.IPropertyValue.GetTimeSpan()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4527(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Foundation.Collections.IObservableMap<System.String, System.Object>.remove_MapChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4528(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Foundation.Collections.ValueSet.add_MapChanged(Windows.Foundation.Collections.MapChangedEventHandler<System.String, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4529(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Foundation.Collections.ValueSet.remove_MapChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4534(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.Activation.IProtocolActivatedEventArgs.Uri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4537(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.ApplicationModel.Activation.ISplashScreen.add_Dismissed(Windows.Foundation.TypedEventHandler<Windows.ApplicationModel.Activation.SplashScreen, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4539(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.Activation.ISplashScreen.remove_Dismissed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4547(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.Activation.ProtocolActivatedEventArgs.Uri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4549(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.ApplicationModel.Activation.SplashScreen.add_Dismissed(Windows.Foundation.TypedEventHandler<Windows.ApplicationModel.Activation.SplashScreen, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4551(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.Activation.SplashScreen.remove_Dismissed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4552(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.ApplicationModel.DataTransfer.DataPackage.add_Destroyed(Windows.Foundation.TypedEventHandler<Windows.ApplicationModel.DataTransfer.DataPackage, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4553(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.ApplicationModel.DataTransfer.DataPackage.add_OperationCompleted(Windows.Foundation.TypedEventHandler<Windows.ApplicationModel.DataTransfer.DataPackage, Windows.ApplicationModel.DataTransfer.OperationCompletedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4556(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMap<System.String, Windows.Storage.Streams.RandomAccessStreamReference> Windows.ApplicationModel.DataTransfer.DataPackage.ResourceMap.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4559(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackage.remove_Destroyed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4560(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackage.remove_OperationCompleted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4561(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackage.SetApplicationLink(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4567(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackage.SetStorageItems(Windows.Foundation.Collections.IIterable<Windows.Storage.IStorageItem>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4568(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackage.SetStorageItems(Windows.Foundation.Collections.IIterable<Windows.Storage.IStorageItem>, System.Boolean)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4570(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackage.SetUri(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4571(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackage.SetWebLink(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4572(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.ApplicationListingUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4574(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.ContentSourceApplicationLink.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4575(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.ContentSourceWebLink.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4578(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.FileTypes.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4584(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.put_ApplicationListingUri(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4586(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.put_ContentSourceApplicationLink(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4587(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.put_ContentSourceWebLink(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4595(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.ApplicationListingUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4597(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.ContentSourceApplicationLink.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4598(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.ContentSourceWebLink.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4601(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.FileTypes.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4608(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.ApplicationModel.DataTransfer.DataPackageView.AvailableFormats.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4626(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.ApplicationModel.DataTransfer.IDataPackage.add_Destroyed(Windows.Foundation.TypedEventHandler<Windows.ApplicationModel.DataTransfer.DataPackage, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4627(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.ApplicationModel.DataTransfer.IDataPackage.add_OperationCompleted(Windows.Foundation.TypedEventHandler<Windows.ApplicationModel.DataTransfer.DataPackage, Windows.ApplicationModel.DataTransfer.OperationCompletedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4630(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMap<System.String, Windows.Storage.Streams.RandomAccessStreamReference> Windows.ApplicationModel.DataTransfer.IDataPackage.ResourceMap.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4633(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackage.remove_Destroyed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4634(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackage.remove_OperationCompleted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4640(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackage.SetStorageItems(Windows.Foundation.Collections.IIterable<Windows.Storage.IStorageItem>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4641(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackage.SetStorageItems(Windows.Foundation.Collections.IIterable<Windows.Storage.IStorageItem>, System.Boolean)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4643(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackage.SetUri(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4644(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackage2.SetApplicationLink(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4645(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackage2.SetWebLink(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4646(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet.ApplicationListingUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4649(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet.FileTypes.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4652(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet.put_ApplicationListingUri(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4657(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet2.ContentSourceApplicationLink.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4658(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet2.ContentSourceWebLink.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4662(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet2.put_ContentSourceApplicationLink(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4663(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet2.put_ContentSourceWebLink(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4669(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.IDataPackagePropertySetView.ApplicationListingUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4672(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.ApplicationModel.DataTransfer.IDataPackagePropertySetView.FileTypes.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4675(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.IDataPackagePropertySetView2.ContentSourceApplicationLink.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4676(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.IDataPackagePropertySetView2.ContentSourceWebLink.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4682(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.ApplicationModel.DataTransfer.IDataPackageView.AvailableFormats.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4700(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.ApplicationModel.Store.ILicenseInformation.add_LicenseChanged(Windows.ApplicationModel.Store.LicenseChangedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4701(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.ApplicationModel.Store.ILicenseInformation.ExpirationDate.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4704(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMapView<System.String, Windows.ApplicationModel.Store.ProductLicense> Windows.ApplicationModel.Store.ILicenseInformation.ProductLicenses.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4705(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.Store.ILicenseInformation.remove_LicenseChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4710(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMapView<System.String, Windows.ApplicationModel.Store.ProductListing> Windows.ApplicationModel.Store.IListingInformation.ProductListings.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4711(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.ApplicationModel.Store.LicenseInformation.add_LicenseChanged(Windows.ApplicationModel.Store.LicenseChangedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4712(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.ApplicationModel.Store.LicenseInformation.ExpirationDate.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4715(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMapView<System.String, Windows.ApplicationModel.Store.ProductLicense> Windows.ApplicationModel.Store.LicenseInformation.ProductLicenses.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4716(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.Store.LicenseInformation.remove_LicenseChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4721(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMapView<System.String, Windows.ApplicationModel.Store.ProductListing> Windows.ApplicationModel.Store.ListingInformation.ProductListings.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4954(System.Int64, System.Int64*)' at IL offset 0xC referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Data.Xml.Dom.XmlDocument> Windows.Data.Xml.Dom.XmlDocument.LoadFromUriAsync(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke4955(System.Int64, System.Int64*)' at IL offset 0x1A referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Data.Xml.Dom.XmlDocument> Windows.Data.Xml.Dom.XmlDocument.LoadFromUriAsync(Windows.Foundation.Uri, Windows.Data.Xml.Dom.XmlLoadSettings)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5192(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Devices.Geolocation.CivicAddress.Timestamp.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5193(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.Geocoordinate.Altitude.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5194(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.Geocoordinate.AltitudeAccuracy.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5195(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.Geocoordinate.Heading.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5198(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Devices.Geolocation.Geocoordinate.PositionSourceTimestamp.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5200(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.Geocoordinate.Speed.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5201(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Devices.Geolocation.Geocoordinate.Timestamp.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5202(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.GeocoordinateSatelliteData.HorizontalDilutionOfPrecision.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5203(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.GeocoordinateSatelliteData.PositionDilutionOfPrecision.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5204(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.GeocoordinateSatelliteData.VerticalDilutionOfPrecision.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5205(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Geolocation.Geolocator.add_PositionChanged(Windows.Foundation.TypedEventHandler<Windows.Devices.Geolocation.Geolocator, Windows.Devices.Geolocation.PositionChangedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5206(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Geolocation.Geolocator.add_StatusChanged(Windows.Foundation.TypedEventHandler<Windows.Devices.Geolocation.Geolocator, Windows.Devices.Geolocation.StatusChangedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5210(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Devices.Geolocation.Geoposition> Windows.Devices.Geolocation.Geolocator.GetGeopositionAsync(Windows.Foundation.TimeSpan, Windows.Foundation.TimeSpan)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5211(System.Int64, System.Int64*)' at IL offset 0x7 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Devices.Geolocation.Geoposition>> Windows.Devices.Geolocation.Geolocator.GetGeopositionHistoryAsync(Windows.Foundation.DateTime)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5212(System.Int64, System.Int64*)' at IL offset 0x10 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Devices.Geolocation.Geoposition>> Windows.Devices.Geolocation.Geolocator.GetGeopositionHistoryAsync(Windows.Foundation.DateTime, Windows.Foundation.TimeSpan)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5215(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Geolocation.Geolocator.remove_PositionChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5216(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Geolocation.Geolocator.remove_StatusChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5228(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Devices.Geolocation.ICivicAddress.Timestamp.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5229(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.IGeocoordinate.Altitude.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5230(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.IGeocoordinate.AltitudeAccuracy.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5231(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.IGeocoordinate.Heading.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5232(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.IGeocoordinate.Speed.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5233(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Devices.Geolocation.IGeocoordinate.Timestamp.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5234(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.IGeocoordinateSatelliteData.HorizontalDilutionOfPrecision.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5235(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.IGeocoordinateSatelliteData.PositionDilutionOfPrecision.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5236(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Devices.Geolocation.IGeocoordinateSatelliteData.VerticalDilutionOfPrecision.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5240(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Devices.Geolocation.IGeocoordinateWithPositionSourceTimestamp.PositionSourceTimestamp.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5241(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Geolocation.IGeolocator.add_PositionChanged(Windows.Foundation.TypedEventHandler<Windows.Devices.Geolocation.Geolocator, Windows.Devices.Geolocation.PositionChangedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5242(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Geolocation.IGeolocator.add_StatusChanged(Windows.Foundation.TypedEventHandler<Windows.Devices.Geolocation.Geolocator, Windows.Devices.Geolocation.StatusChangedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5246(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Devices.Geolocation.Geoposition> Windows.Devices.Geolocation.IGeolocator.GetGeopositionAsync(Windows.Foundation.TimeSpan, Windows.Foundation.TimeSpan)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5249(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Geolocation.IGeolocator.remove_PositionChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5250(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Geolocation.IGeolocator.remove_StatusChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5267(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.Devices.Input.PointerDeviceUsage> Windows.Devices.Input.IPointerDevice.SupportedUsages.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5272(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.Devices.Input.PointerDeviceUsage> Windows.Devices.Input.PointerDevice.SupportedUsages.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5273(System.Int64, System.Int64*)' at IL offset 0x0 referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.Devices.Input.PointerDevice> Windows.Devices.Input.PointerDevice.GetPointerDevices()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5275(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Foundation.IMemoryBufferReference.add_Closed(Windows.Foundation.TypedEventHandler<Windows.Foundation.IMemoryBufferReference, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5276(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Foundation.IMemoryBufferReference.remove_Closed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5277(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Foundation.IUriRuntimeClass.CombineUri(System.String)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5278(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Boolean Windows.Foundation.IUriRuntimeClass.Equals(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5297(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Foundation.Uri.CombineUri(System.String)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5298(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Boolean Windows.Foundation.Uri.Equals(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5299(System.Int64, System.Int64*)' at IL offset 0x7 referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.EscapeComponent(System.String)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5300(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.AbsoluteCanonicalUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5301(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.AbsoluteUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5302(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.DisplayIri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5303(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.DisplayUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5304(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Domain.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5305(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Extension.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5306(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Fragment.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5307(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Host.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5308(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Password.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5309(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Path.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5310(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.Int32 Windows.Foundation.Uri.Port.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5311(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Query.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5312(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.WwwFormUrlDecoder Windows.Foundation.Uri.QueryParsed.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5313(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.RawUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5314(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.SchemeName.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5315(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.Boolean Windows.Foundation.Uri.Suspicious.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5316(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.UserName.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5317(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.ToString()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5318(System.Int64, System.Int64*)' at IL offset 0x7 referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.UnescapeComponent(System.String)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5321(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.Void Windows.Graphics.Imaging.BitmapBuffer.Close()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5339(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.Void Windows.Graphics.Imaging.SoftwareBitmap.Close()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5385(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Networking.PushNotifications.IPushNotificationChannel.add_PushNotificationReceived(Windows.Foundation.TypedEventHandler<Windows.Networking.PushNotifications.PushNotificationChannel, Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5387(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Networking.PushNotifications.IPushNotificationChannel.ExpirationTime.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5389(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Networking.PushNotifications.IPushNotificationChannel.remove_PushNotificationReceived(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5398(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Networking.PushNotifications.PushNotificationChannel.add_PushNotificationReceived(Windows.Foundation.TypedEventHandler<Windows.Networking.PushNotifications.PushNotificationChannel, Windows.Networking.PushNotifications.PushNotificationReceivedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5400(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Networking.PushNotifications.PushNotificationChannel.ExpirationTime.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5402(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Networking.PushNotifications.PushNotificationChannel.remove_PushNotificationReceived(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5411(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Security.Cryptography.Certificates.CertificateChain> Windows.Security.Cryptography.Certificates.Certificate.BuildChainAsync(Windows.Foundation.Collections.IIterable<Windows.Security.Cryptography.Certificates.Certificate>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5412(System.Int64, System.Int64*)' at IL offset 0x25 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Security.Cryptography.Certificates.CertificateChain> Windows.Security.Cryptography.Certificates.Certificate.BuildChainAsync(Windows.Foundation.Collections.IIterable<Windows.Security.Cryptography.Certificates.Certificate>, Windows.Security.Cryptography.Certificates.ChainBuildingParameters)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5413(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.Certificate.EnhancedKeyUsages.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5425(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Security.Cryptography.Certificates.Certificate.ValidFrom.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5426(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Security.Cryptography.Certificates.Certificate.ValidTo.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5447(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.ChainBuildingParameters.EnhancedKeyUsages.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5448(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Security.Cryptography.Certificates.Certificate> Windows.Security.Cryptography.Certificates.ChainBuildingParameters.ExclusiveTrustRoots.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5451(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Security.Cryptography.Certificates.ChainBuildingParameters.ValidationTimestamp.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5456(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Security.Cryptography.Certificates.ChainBuildingParameters.put_ValidationTimestamp(Windows.Foundation.DateTime)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5457(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Security.Cryptography.Certificates.CertificateChain> Windows.Security.Cryptography.Certificates.ICertificate.BuildChainAsync(Windows.Foundation.Collections.IIterable<Windows.Security.Cryptography.Certificates.Certificate>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5458(System.Int64, System.Int64*)' at IL offset 0x25 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Security.Cryptography.Certificates.CertificateChain> Windows.Security.Cryptography.Certificates.ICertificate.BuildChainAsync(Windows.Foundation.Collections.IIterable<Windows.Security.Cryptography.Certificates.Certificate>, Windows.Security.Cryptography.Certificates.ChainBuildingParameters)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5459(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.ICertificate.EnhancedKeyUsages.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5465(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Security.Cryptography.Certificates.ICertificate.ValidFrom.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5466(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Security.Cryptography.Certificates.ICertificate.ValidTo.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5493(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.IChainBuildingParameters.EnhancedKeyUsages.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5494(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Security.Cryptography.Certificates.Certificate> Windows.Security.Cryptography.Certificates.IChainBuildingParameters.ExclusiveTrustRoots.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5497(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Security.Cryptography.Certificates.IChainBuildingParameters.ValidationTimestamp.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5502(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Security.Cryptography.Certificates.IChainBuildingParameters.put_ValidationTimestamp(Windows.Foundation.DateTime)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5503(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.ISubjectAlternativeNameInfo.DistinguishedName.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5504(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.ISubjectAlternativeNameInfo.DnsName.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5505(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.ISubjectAlternativeNameInfo.EmailName.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5506(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.ISubjectAlternativeNameInfo.IPAddress.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5507(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.ISubjectAlternativeNameInfo.PrincipalName.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5508(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.ISubjectAlternativeNameInfo.Url.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5509(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo.DistinguishedName.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5510(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo.DnsName.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5511(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo.EmailName.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5512(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo.IPAddress.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5513(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo.PrincipalName.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5514(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo.Url.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5540(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Storage.IStorageItem.DateCreated.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5555(System.Int64, System.Int64*)' at IL offset 0xC referring to invalid Windows Runtime method 'Windows.Storage.Streams.RandomAccessStreamReference Windows.Storage.Streams.RandomAccessStreamReference.CreateFromUri(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5559(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Core.CoreDispatcher.add_AcceleratorKeyActivated(Windows.Foundation.TypedEventHandler<Windows.UI.Core.CoreDispatcher, Windows.UI.Core.AcceleratorKeyEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5564(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Core.CoreDispatcher.remove_AcceleratorKeyActivated(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5574(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Core.ICoreAcceleratorKeys.add_AcceleratorKeyActivated(Windows.Foundation.TypedEventHandler<Windows.UI.Core.CoreDispatcher, Windows.UI.Core.AcceleratorKeyEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5575(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Core.ICoreAcceleratorKeys.remove_AcceleratorKeyActivated(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5614(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Single> Windows.UI.Input.IPointerPointProperties2.ZDistance.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5642(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Single> Windows.UI.Input.PointerPointProperties.ZDistance.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5644(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.UI.Notifications.BadgeNotification.ExpirationTime.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5645(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Notifications.BadgeNotification.put_ExpirationTime(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5647(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.UI.Notifications.IBadgeNotification.ExpirationTime.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5648(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Notifications.IBadgeNotification.put_ExpirationTime(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5650(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.UI.Notifications.ITileNotification.ExpirationTime.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5652(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Notifications.ITileNotification.put_ExpirationTime(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5654(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Notifications.IToastNotification.add_Activated(Windows.Foundation.TypedEventHandler<Windows.UI.Notifications.ToastNotification, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5655(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Notifications.IToastNotification.add_Dismissed(Windows.Foundation.TypedEventHandler<Windows.UI.Notifications.ToastNotification, Windows.UI.Notifications.ToastDismissedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5656(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Notifications.IToastNotification.add_Failed(Windows.Foundation.TypedEventHandler<Windows.UI.Notifications.ToastNotification, Windows.UI.Notifications.ToastFailedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5658(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.UI.Notifications.IToastNotification.ExpirationTime.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5659(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Notifications.IToastNotification.put_ExpirationTime(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5660(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Notifications.IToastNotification.remove_Activated(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5661(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Notifications.IToastNotification.remove_Dismissed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5662(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Notifications.IToastNotification.remove_Failed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5670(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.UI.Notifications.TileNotification.ExpirationTime.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5672(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Notifications.TileNotification.put_ExpirationTime(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5674(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Notifications.ToastNotification.add_Activated(Windows.Foundation.TypedEventHandler<Windows.UI.Notifications.ToastNotification, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5675(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Notifications.ToastNotification.add_Dismissed(Windows.Foundation.TypedEventHandler<Windows.UI.Notifications.ToastNotification, Windows.UI.Notifications.ToastDismissedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5676(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Notifications.ToastNotification.add_Failed(Windows.Foundation.TypedEventHandler<Windows.UI.Notifications.ToastNotification, Windows.UI.Notifications.ToastFailedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5678(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.UI.Notifications.ToastNotification.ExpirationTime.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5682(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Notifications.ToastNotification.put_ExpirationTime(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5686(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Notifications.ToastNotification.remove_Activated(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5687(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Notifications.ToastNotification.remove_Dismissed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5688(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Notifications.ToastNotification.remove_Failed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5708(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.UI.Xaml.PropertyMetadata Windows.UI.Xaml.DependencyProperty.GetMetadata(Windows.UI.Xaml.Interop.TypeName)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5709(System.Int64, System.Int64*)' at IL offset 0x33 referring to invalid Windows Runtime method 'Windows.UI.Xaml.DependencyProperty Windows.UI.Xaml.DependencyProperty.Register(System.String, Windows.UI.Xaml.Interop.TypeName, Windows.UI.Xaml.Interop.TypeName, Windows.UI.Xaml.PropertyMetadata)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5710(System.Int64, System.Int64*)' at IL offset 0x33 referring to invalid Windows Runtime method 'Windows.UI.Xaml.DependencyProperty Windows.UI.Xaml.DependencyProperty.RegisterAttached(System.String, Windows.UI.Xaml.Interop.TypeName, Windows.UI.Xaml.Interop.TypeName, Windows.UI.Xaml.PropertyMetadata)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5739(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.FrameworkElement.add_DataContextChanged(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.FrameworkElement, Windows.UI.Xaml.DataContextChangedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5740(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.FrameworkElement.add_LayoutUpdated(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5741(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.FrameworkElement.add_Loaded(Windows.UI.Xaml.RoutedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5742(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.FrameworkElement.add_Loading(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.FrameworkElement, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5743(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.FrameworkElement.add_SizeChanged(Windows.UI.Xaml.SizeChangedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5744(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.FrameworkElement.add_Unloaded(Windows.UI.Xaml.RoutedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5748(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.FrameworkElement.BaseUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5796(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.FrameworkElement.remove_DataContextChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5797(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.FrameworkElement.remove_LayoutUpdated(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5798(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.FrameworkElement.remove_Loaded(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5799(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.FrameworkElement.remove_Loading(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5800(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.FrameworkElement.remove_SizeChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5801(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.FrameworkElement.remove_Unloaded(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5814(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.UI.Xaml.PropertyMetadata Windows.UI.Xaml.IDependencyProperty.GetMetadata(Windows.UI.Xaml.Interop.TypeName)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5843(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IFrameworkElement.add_LayoutUpdated(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5844(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IFrameworkElement.add_Loaded(Windows.UI.Xaml.RoutedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5845(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IFrameworkElement.add_SizeChanged(Windows.UI.Xaml.SizeChangedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5846(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IFrameworkElement.add_Unloaded(Windows.UI.Xaml.RoutedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5848(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.IFrameworkElement.BaseUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5877(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IFrameworkElement.remove_LayoutUpdated(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5878(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IFrameworkElement.remove_Loaded(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5879(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IFrameworkElement.remove_SizeChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5880(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IFrameworkElement.remove_Unloaded(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5882(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IFrameworkElement2.add_DataContextChanged(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.FrameworkElement, Windows.UI.Xaml.DataContextChangedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5886(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IFrameworkElement2.remove_DataContextChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5887(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IFrameworkElement3.add_Loading(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.FrameworkElement, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5888(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IFrameworkElement3.remove_Loading(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5896(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.ResourceDictionary> Windows.UI.Xaml.IResourceDictionary.MergedDictionaries.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5897(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.IResourceDictionary.Source.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5898(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMap<System.Object, System.Object> Windows.UI.Xaml.IResourceDictionary.ThemeDictionaries.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5899(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IResourceDictionary.put_Source(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5905(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.IStyle.TargetType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5907(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IStyle.put_TargetType(Windows.UI.Xaml.Interop.TypeName)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5909(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_DoubleTapped(Windows.UI.Xaml.Input.DoubleTappedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5910(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_DragEnter(Windows.UI.Xaml.DragEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5911(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_DragLeave(Windows.UI.Xaml.DragEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5912(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_DragOver(Windows.UI.Xaml.DragEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5913(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_Drop(Windows.UI.Xaml.DragEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5914(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_GotFocus(Windows.UI.Xaml.RoutedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5915(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_Holding(Windows.UI.Xaml.Input.HoldingEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5916(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_KeyDown(Windows.UI.Xaml.Input.KeyEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5917(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_KeyUp(Windows.UI.Xaml.Input.KeyEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5918(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_LostFocus(Windows.UI.Xaml.RoutedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5919(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_ManipulationCompleted(Windows.UI.Xaml.Input.ManipulationCompletedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5920(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_ManipulationDelta(Windows.UI.Xaml.Input.ManipulationDeltaEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5921(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_ManipulationInertiaStarting(Windows.UI.Xaml.Input.ManipulationInertiaStartingEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5922(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_ManipulationStarted(Windows.UI.Xaml.Input.ManipulationStartedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5923(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_ManipulationStarting(Windows.UI.Xaml.Input.ManipulationStartingEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5924(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_PointerCanceled(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5925(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_PointerCaptureLost(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5926(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_PointerEntered(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5927(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_PointerExited(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5928(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_PointerMoved(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5929(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_PointerPressed(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5930(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_PointerReleased(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5931(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_PointerWheelChanged(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5932(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_RightTapped(Windows.UI.Xaml.Input.RightTappedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5933(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement.add_Tapped(Windows.UI.Xaml.Input.TappedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5947(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.UI.Xaml.Input.Pointer> Windows.UI.Xaml.IUIElement.PointerCaptures.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5976(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_DoubleTapped(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5977(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_DragEnter(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5978(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_DragLeave(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5979(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_DragOver(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5980(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_Drop(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5981(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_GotFocus(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5982(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_Holding(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5983(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_KeyDown(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5984(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_KeyUp(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5985(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_LostFocus(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5986(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_ManipulationCompleted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5987(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_ManipulationDelta(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5988(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_ManipulationInertiaStarting(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5989(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_ManipulationStarted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5990(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_ManipulationStarting(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5991(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_PointerCanceled(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5992(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_PointerCaptureLost(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5993(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_PointerEntered(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5994(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_PointerExited(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5995(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_PointerMoved(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5996(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_PointerPressed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5997(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_PointerReleased(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5998(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_PointerWheelChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke5999(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_RightTapped(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6000(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.remove_Tapped(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6007(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement3.add_DragStarting(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.DragStartingEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6008(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement3.add_DropCompleted(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.DropCompletedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6013(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement3.remove_DragStarting(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6014(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement3.remove_DropCompleted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6016(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IIterable<Windows.Foundation.Collections.IIterable<Windows.Foundation.Point>> Windows.UI.Xaml.IUIElementOverrides.FindSubElementsForTouchTargeting(Windows.Foundation.Point, Windows.Foundation.Rect)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6026(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.ResourceDictionary> Windows.UI.Xaml.ResourceDictionary.MergedDictionaries.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6027(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.ResourceDictionary.Source.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6028(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMap<System.Object, System.Object> Windows.UI.Xaml.ResourceDictionary.ThemeDictionaries.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6029(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.ResourceDictionary.put_Source(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6035(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Style.TargetType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6037(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Style.put_TargetType(Windows.UI.Xaml.Interop.TypeName)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6039(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_DoubleTapped(Windows.UI.Xaml.Input.DoubleTappedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6040(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_DragEnter(Windows.UI.Xaml.DragEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6041(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_DragLeave(Windows.UI.Xaml.DragEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6042(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_DragOver(Windows.UI.Xaml.DragEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6043(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_DragStarting(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.DragStartingEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6044(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_Drop(Windows.UI.Xaml.DragEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6045(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_DropCompleted(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.DropCompletedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6046(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_GotFocus(Windows.UI.Xaml.RoutedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6047(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_Holding(Windows.UI.Xaml.Input.HoldingEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6048(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_KeyDown(Windows.UI.Xaml.Input.KeyEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6049(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_KeyUp(Windows.UI.Xaml.Input.KeyEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6050(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_LostFocus(Windows.UI.Xaml.RoutedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6051(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_ManipulationCompleted(Windows.UI.Xaml.Input.ManipulationCompletedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6052(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_ManipulationDelta(Windows.UI.Xaml.Input.ManipulationDeltaEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6053(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_ManipulationInertiaStarting(Windows.UI.Xaml.Input.ManipulationInertiaStartingEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6054(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_ManipulationStarted(Windows.UI.Xaml.Input.ManipulationStartedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6055(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_ManipulationStarting(Windows.UI.Xaml.Input.ManipulationStartingEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6056(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_PointerCanceled(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6057(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_PointerCaptureLost(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6058(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_PointerEntered(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6059(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_PointerExited(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6060(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_PointerMoved(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6061(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_PointerPressed(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6062(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_PointerReleased(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6063(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_PointerWheelChanged(Windows.UI.Xaml.Input.PointerEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6064(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_RightTapped(Windows.UI.Xaml.Input.RightTappedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6065(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_Tapped(Windows.UI.Xaml.Input.TappedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6109(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.UI.Xaml.Input.Pointer> Windows.UI.Xaml.UIElement.PointerCaptures.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6158(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_DoubleTapped(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6159(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_DragEnter(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6160(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_DragLeave(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6161(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_DragOver(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6162(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_DragStarting(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6163(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_Drop(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6164(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_DropCompleted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6165(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_GotFocus(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6166(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_Holding(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6167(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_KeyDown(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6168(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_KeyUp(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6169(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_LostFocus(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6170(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_ManipulationCompleted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6171(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_ManipulationDelta(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6172(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_ManipulationInertiaStarting(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6173(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_ManipulationStarted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6174(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_ManipulationStarting(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6175(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_PointerCanceled(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6176(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_PointerCaptureLost(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6177(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_PointerEntered(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6178(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_PointerExited(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6179(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_PointerMoved(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6180(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_PointerPressed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6181(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_PointerReleased(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6182(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_PointerWheelChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6183(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_RightTapped(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6184(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_Tapped(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6194(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation> Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetAnnotations()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6198(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Automation.Peers.AutomationPeer> Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetChildren()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6201(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.UI.Xaml.Automation.Peers.AutomationPeer> Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetControlledPeers()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6233(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Automation.Peers.AutomationPeer.RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType, Windows.Foundation.Collections.IVectorView<System.String>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6243(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Automation.Peers.AutomationPeer> Windows.UI.Xaml.Automation.Peers.IAutomationPeer.GetChildren()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6270(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation> Windows.UI.Xaml.Automation.Peers.IAutomationPeer3.GetAnnotations()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6271(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.UI.Xaml.Automation.Peers.AutomationPeer> Windows.UI.Xaml.Automation.Peers.IAutomationPeer3.GetControlledPeers()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6279(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Automation.Peers.IAutomationPeer3.RaiseTextEditTextChangedEvent(Windows.UI.Xaml.Automation.AutomationTextEditChangeType, Windows.Foundation.Collections.IVectorView<System.String>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6287(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Automation.Peers.AutomationPeer> Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides.GetChildrenCore()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6309(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.UI.Xaml.Automation.Peers.AutomationPeer> Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides2.GetControlledPeersCore()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6311(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation> Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3.GetAnnotationsCore()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6320(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.AppBar.add_Closed(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6321(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.AppBar.add_Closing(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6322(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.AppBar.add_Opened(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6323(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.AppBar.add_Opening(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6334(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.AppBar.remove_Closed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6335(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.AppBar.remove_Closing(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6336(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.AppBar.remove_Opened(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6337(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.AppBar.remove_Opening(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6358(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Control.add_IsEnabledChanged(Windows.UI.Xaml.DependencyPropertyChangedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6425(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Control.remove_IsEnabledChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6427(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Controls.ControlTemplate.TargetType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6428(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.ControlTemplate.put_TargetType(Windows.UI.Xaml.Interop.TypeName)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6431(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Frame.add_Navigated(Windows.UI.Xaml.Navigation.NavigatedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6432(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Frame.add_Navigating(Windows.UI.Xaml.Navigation.NavigatingCancelEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6433(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Frame.add_NavigationFailed(Windows.UI.Xaml.Navigation.NavigationFailedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6434(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Frame.add_NavigationStopped(Windows.UI.Xaml.Navigation.NavigationStoppedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6435(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Navigation.PageStackEntry> Windows.UI.Xaml.Controls.Frame.BackStack.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6445(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Controls.Frame.CurrentSourcePageType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6447(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Navigation.PageStackEntry> Windows.UI.Xaml.Controls.Frame.ForwardStack.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6449(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Controls.Frame.SourcePageType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6455(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Boolean Windows.UI.Xaml.Controls.Frame.Navigate(Windows.UI.Xaml.Interop.TypeName)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6456(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'System.Boolean Windows.UI.Xaml.Controls.Frame.Navigate(Windows.UI.Xaml.Interop.TypeName, System.Object)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6457(System.Int64, System.Int64*)' at IL offset 0x2F referring to invalid Windows Runtime method 'System.Boolean Windows.UI.Xaml.Controls.Frame.Navigate(Windows.UI.Xaml.Interop.TypeName, System.Object, Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6459(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Frame.put_SourcePageType(Windows.UI.Xaml.Interop.TypeName)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6460(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Frame.remove_Navigated(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6461(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Frame.remove_Navigating(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6462(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Frame.remove_NavigationFailed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6463(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Frame.remove_NavigationStopped(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6465(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IAppBar.add_Closed(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6466(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IAppBar.add_Opened(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6471(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IAppBar.remove_Closed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6472(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IAppBar.remove_Opened(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6475(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IAppBar3.add_Closing(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6476(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IAppBar3.add_Opening(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6478(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IAppBar3.remove_Closing(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6479(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IAppBar3.remove_Opening(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6503(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IControl.add_IsEnabledChanged(Windows.UI.Xaml.DependencyPropertyChangedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6542(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IControl.remove_IsEnabledChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6575(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Controls.IControlTemplate.TargetType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6576(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IControlTemplate.put_TargetType(Windows.UI.Xaml.Interop.TypeName)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6581(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IFrame.add_Navigated(Windows.UI.Xaml.Navigation.NavigatedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6582(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IFrame.add_Navigating(Windows.UI.Xaml.Navigation.NavigatingCancelEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6583(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IFrame.add_NavigationFailed(Windows.UI.Xaml.Navigation.NavigationFailedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6584(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IFrame.add_NavigationStopped(Windows.UI.Xaml.Navigation.NavigationStoppedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6589(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Controls.IFrame.CurrentSourcePageType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6590(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Controls.IFrame.SourcePageType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6594(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'System.Boolean Windows.UI.Xaml.Controls.IFrame.Navigate(Windows.UI.Xaml.Interop.TypeName, System.Object)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6596(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IFrame.put_SourcePageType(Windows.UI.Xaml.Interop.TypeName)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6597(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IFrame.remove_Navigated(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6598(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IFrame.remove_Navigating(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6599(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IFrame.remove_NavigationFailed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6600(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IFrame.remove_NavigationStopped(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6602(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Navigation.PageStackEntry> Windows.UI.Xaml.Controls.IFrame2.BackStack.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6603(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Navigation.PageStackEntry> Windows.UI.Xaml.Controls.IFrame2.ForwardStack.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6604(System.Int64, System.Int64*)' at IL offset 0x2F referring to invalid Windows Runtime method 'System.Boolean Windows.UI.Xaml.Controls.IFrame2.Navigate(Windows.UI.Xaml.Interop.TypeName, System.Object, Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6606(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Boolean Windows.UI.Xaml.Controls.INavigate.Navigate(Windows.UI.Xaml.Interop.TypeName)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6623(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.Object> Windows.UI.Xaml.Controls.ISelectionChangedEventArgs.AddedItems.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6624(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.Object> Windows.UI.Xaml.Controls.ISelectionChangedEventArgs.RemovedItems.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6627(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView.add_LoadCompleted(Windows.UI.Xaml.Navigation.LoadCompletedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6628(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView.add_NavigationFailed(Windows.UI.Xaml.Controls.WebViewNavigationFailedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6629(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView.add_ScriptNotify(Windows.UI.Xaml.Controls.NotifyEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6630(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Foundation.Uri> Windows.UI.Xaml.Controls.IWebView.AllowedScriptNotifyUris.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6632(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebView.Source.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6634(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView.Navigate(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6636(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView.put_AllowedScriptNotifyUris(Windows.Foundation.Collections.IVector<Windows.Foundation.Uri>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6637(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView.put_Source(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6638(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView.remove_LoadCompleted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6639(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView.remove_NavigationFailed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6640(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView.remove_ScriptNotify(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6641(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView2.add_ContentLoading(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewContentLoadingEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6642(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView2.add_DOMContentLoaded(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewDOMContentLoadedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6643(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView2.add_FrameContentLoading(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewContentLoadingEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6644(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView2.add_FrameDOMContentLoaded(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewDOMContentLoadedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6645(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView2.add_FrameNavigationCompleted(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewNavigationCompletedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6646(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView2.add_FrameNavigationStarting(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewNavigationStartingEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6647(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView2.add_LongRunningScriptDetected(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewLongRunningScriptDetectedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6648(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView2.add_NavigationCompleted(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewNavigationCompletedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6649(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView2.add_NavigationStarting(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewNavigationStartingEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6650(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView2.add_UnsafeContentWarningDisplaying(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6651(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView2.add_UnviewableContentIdentified(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewUnviewableContentIdentifiedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6652(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebView2.BuildLocalStreamUri(System.String, System.String)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6662(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.String> Windows.UI.Xaml.Controls.IWebView2.InvokeScriptAsync(System.String, Windows.Foundation.Collections.IIterable<System.String>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6663(System.Int64, System.Int64*)' at IL offset 0x25 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.NavigateToLocalStreamUri(Windows.Foundation.Uri, Windows.Web.IUriToStreamResolver)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6667(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.remove_ContentLoading(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6668(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.remove_DOMContentLoaded(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6669(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.remove_FrameContentLoading(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6670(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.remove_FrameDOMContentLoaded(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6671(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.remove_FrameNavigationCompleted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6672(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.remove_FrameNavigationStarting(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6673(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.remove_LongRunningScriptDetected(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6674(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.remove_NavigationCompleted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6675(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.remove_NavigationStarting(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6676(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.remove_UnsafeContentWarningDisplaying(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6677(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.remove_UnviewableContentIdentified(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6679(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView3.add_ContainsFullScreenElementChanged(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6681(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView3.remove_ContainsFullScreenElementChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6682(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView4.add_NewWindowRequested(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewNewWindowRequestedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6683(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView4.add_PermissionRequested(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewPermissionRequestedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6684(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IWebView4.add_UnsupportedUriSchemeIdentified(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewUnsupportedUriSchemeIdentifiedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6686(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Controls.WebViewDeferredPermissionRequest> Windows.UI.Xaml.Controls.IWebView4.DeferredPermissionRequests.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6689(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView4.remove_NewWindowRequested(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6690(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView4.remove_PermissionRequested(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6691(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView4.remove_UnsupportedUriSchemeIdentified(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6693(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewNavigationCompletedEventArgs.Uri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6695(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewNavigationFailedEventArgs.Uri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6720(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.Object> Windows.UI.Xaml.Controls.SelectionChangedEventArgs.AddedItems.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6721(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.Object> Windows.UI.Xaml.Controls.SelectionChangedEventArgs.RemovedItems.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6725(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_ContainsFullScreenElementChanged(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6726(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_ContentLoading(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewContentLoadingEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6727(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_DOMContentLoaded(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewDOMContentLoadedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6728(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_FrameContentLoading(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewContentLoadingEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6729(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_FrameDOMContentLoaded(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewDOMContentLoadedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6730(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_FrameNavigationCompleted(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewNavigationCompletedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6731(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_FrameNavigationStarting(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewNavigationStartingEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6732(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_LoadCompleted(Windows.UI.Xaml.Navigation.LoadCompletedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6733(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_LongRunningScriptDetected(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewLongRunningScriptDetectedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6734(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_NavigationCompleted(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewNavigationCompletedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6735(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_NavigationFailed(Windows.UI.Xaml.Controls.WebViewNavigationFailedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6736(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_NavigationStarting(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewNavigationStartingEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6737(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_NewWindowRequested(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewNewWindowRequestedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6738(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_PermissionRequested(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewPermissionRequestedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6739(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_ScriptNotify(Windows.UI.Xaml.Controls.NotifyEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6740(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_UnsafeContentWarningDisplaying(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6741(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_UnsupportedUriSchemeIdentified(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewUnsupportedUriSchemeIdentifiedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6742(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.WebView.add_UnviewableContentIdentified(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.WebView, Windows.UI.Xaml.Controls.WebViewUnviewableContentIdentifiedEventArgs>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6744(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebView.BuildLocalStreamUri(System.String, System.String)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6749(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Foundation.Uri> Windows.UI.Xaml.Controls.WebView.AllowedScriptNotifyUris.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6751(System.Int64, System.Int64*)' at IL offset 0x0 referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Foundation.Uri> Windows.UI.Xaml.Controls.WebView.AnyScriptNotifyUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6763(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Controls.WebViewDeferredPermissionRequest> Windows.UI.Xaml.Controls.WebView.DeferredPermissionRequests.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6768(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebView.Source.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6773(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.String> Windows.UI.Xaml.Controls.WebView.InvokeScriptAsync(System.String, Windows.Foundation.Collections.IIterable<System.String>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6774(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.Navigate(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6775(System.Int64, System.Int64*)' at IL offset 0x25 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.NavigateToLocalStreamUri(Windows.Foundation.Uri, Windows.Web.IUriToStreamResolver)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6778(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.put_AllowedScriptNotifyUris(Windows.Foundation.Collections.IVector<Windows.Foundation.Uri>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6780(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.put_Source(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6782(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_ContainsFullScreenElementChanged(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6783(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_ContentLoading(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6784(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_DOMContentLoaded(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6785(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_FrameContentLoading(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6786(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_FrameDOMContentLoaded(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6787(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_FrameNavigationCompleted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6788(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_FrameNavigationStarting(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6789(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_LoadCompleted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6790(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_LongRunningScriptDetected(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6791(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_NavigationCompleted(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6792(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_NavigationFailed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6793(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_NavigationStarting(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6794(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_NewWindowRequested(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6795(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_PermissionRequested(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6796(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_ScriptNotify(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6797(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_UnsafeContentWarningDisplaying(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6798(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_UnsupportedUriSchemeIdentified(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6799(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.remove_UnviewableContentIdentified(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6802(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewNavigationCompletedEventArgs.Uri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6804(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewNavigationFailedEventArgs.Uri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6818(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Primitives.IPopup.add_Closed(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6819(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Primitives.IPopup.add_Opened(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6830(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Primitives.IPopup.remove_Closed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6831(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Primitives.IPopup.remove_Opened(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6834(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Primitives.Popup.add_Closed(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6835(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Primitives.Popup.add_Opened(Windows.Foundation.EventHandler<System.Object>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6852(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Primitives.Popup.remove_Closed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6853(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Primitives.Popup.remove_Opened(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6909(System.Int64, System.Int64*)' at IL offset 0x34 referring to invalid Windows Runtime method 'System.Object Windows.UI.Xaml.Data.IValueConverter.Convert(System.Object, Windows.UI.Xaml.Interop.TypeName, System.Object, System.String)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6910(System.Int64, System.Int64*)' at IL offset 0x34 referring to invalid Windows Runtime method 'System.Object Windows.UI.Xaml.Data.IValueConverter.ConvertBack(System.Object, Windows.UI.Xaml.Interop.TypeName, System.Object, System.String)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke6998(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Input.PointerPoint> Windows.UI.Xaml.Input.IPointerRoutedEventArgs.GetIntermediatePoints(Windows.UI.Xaml.UIElement)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7075(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Input.PointerPoint> Windows.UI.Xaml.Input.PointerRoutedEventArgs.GetIntermediatePoints(Windows.UI.Xaml.UIElement)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7096(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.UI.Xaml.Markup.IXamlType Windows.UI.Xaml.Markup.IXamlMetadataProvider.GetXamlType(Windows.UI.Xaml.Interop.TypeName)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7113(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Markup.IXamlType.UnderlyingType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7154(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Media.Imaging.BitmapImage.add_DownloadProgress(Windows.UI.Xaml.Media.Imaging.DownloadProgressEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7155(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Media.Imaging.BitmapImage.add_ImageFailed(Windows.UI.Xaml.ExceptionRoutedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7156(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Media.Imaging.BitmapImage.add_ImageOpened(Windows.UI.Xaml.RoutedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7165(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Media.Imaging.BitmapImage.UriSource.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7171(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Media.Imaging.BitmapImage.put_UriSource(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7172(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Media.Imaging.BitmapImage.remove_DownloadProgress(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7173(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Media.Imaging.BitmapImage.remove_ImageFailed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7174(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Media.Imaging.BitmapImage.remove_ImageOpened(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7181(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Media.Imaging.IBitmapImage.add_DownloadProgress(Windows.UI.Xaml.Media.Imaging.DownloadProgressEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7182(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Media.Imaging.IBitmapImage.add_ImageFailed(Windows.UI.Xaml.ExceptionRoutedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7183(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Media.Imaging.IBitmapImage.add_ImageOpened(Windows.UI.Xaml.RoutedEventHandler)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7187(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Media.Imaging.IBitmapImage.UriSource.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7191(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Media.Imaging.IBitmapImage.put_UriSource(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7192(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Media.Imaging.IBitmapImage.remove_DownloadProgress(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7193(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Media.Imaging.IBitmapImage.remove_ImageFailed(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7194(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Media.Imaging.IBitmapImage.remove_ImageOpened(Windows.Foundation.EventRegistrationToken)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7207(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Navigation.INavigatingCancelEventArgs.SourcePageType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7214(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Navigation.INavigationEventArgs.SourcePageType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7215(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Navigation.INavigationEventArgs.Uri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7216(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Navigation.INavigationEventArgs.put_Uri(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7222(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs.SourcePageType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7228(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Navigation.NavigationEventArgs.SourcePageType.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7229(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Navigation.NavigationEventArgs.Uri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7230(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Navigation.NavigationEventArgs.put_Uri(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7231(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Storage.Streams.IInputStream> Windows.Web.IUriToStreamResolver.UriToStreamAsync(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7241(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.HttpRequestMessage.Close()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7245(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMap<System.String, System.Object> Windows.Web.Http.HttpRequestMessage.Properties.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7246(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Web.Http.HttpRequestMessage.RequestUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7250(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.HttpRequestMessage.put_RequestUri(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7253(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.Security.Cryptography.Certificates.ChainValidationResult> Windows.Web.Http.HttpTransportInformation.ServerCertificateErrors.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7255(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.Security.Cryptography.Certificates.Certificate> Windows.Web.Http.HttpTransportInformation.ServerIntermediateCertificates.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7262(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMap<System.String, System.Object> Windows.Web.Http.IHttpRequestMessage.Properties.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7263(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Web.Http.IHttpRequestMessage.RequestUri.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7267(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.IHttpRequestMessage.put_RequestUri(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7269(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.Security.Cryptography.Certificates.ChainValidationResult> Windows.Web.Http.IHttpTransportInformation.ServerCertificateErrors.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7271(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.Security.Cryptography.Certificates.Certificate> Windows.Web.Http.IHttpTransportInformation.ServerIntermediateCertificates.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7272(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.TimeSpan> Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.MaxAge.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7273(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.TimeSpan> Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.MaxStale.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7274(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.TimeSpan> Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.MinFresh.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7275(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.TimeSpan> Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.SharedMaxAge.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7277(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.put_MaxAge(Windows.Foundation.IReference<Windows.Foundation.TimeSpan>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7278(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.put_MaxStale(Windows.Foundation.IReference<Windows.Foundation.TimeSpan>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7279(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.put_MinFresh(Windows.Foundation.IReference<Windows.Foundation.TimeSpan>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7280(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpCacheDirectiveHeaderValueCollection.put_SharedMaxAge(Windows.Foundation.IReference<Windows.Foundation.TimeSpan>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7296(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Web.Http.Headers.HttpNameValueHeaderValue> Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.Parameters.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7307(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Web.Http.Headers.HttpContentHeaderCollection.ContentLocation.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7311(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Web.Http.Headers.HttpContentHeaderCollection.Expires.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7312(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Web.Http.Headers.HttpContentHeaderCollection.LastModified.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7314(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpContentHeaderCollection.put_ContentLocation(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7318(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpContentHeaderCollection.put_Expires(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7319(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpContentHeaderCollection.put_LastModified(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7329(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Web.Http.Headers.HttpNameValueHeaderValue> Windows.Web.Http.Headers.HttpCredentialsHeaderValue.Parameters.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7345(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Web.Http.Headers.HttpNameValueHeaderValue> Windows.Web.Http.Headers.HttpMediaTypeHeaderValue.Parameters.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7364(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Web.Http.Headers.HttpRequestHeaderCollection.Date.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7368(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Web.Http.Headers.HttpRequestHeaderCollection.IfModifiedSince.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7369(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Web.Http.Headers.HttpRequestHeaderCollection.IfUnmodifiedSince.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7371(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Web.Http.Headers.HttpRequestHeaderCollection.Referer.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7375(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpRequestHeaderCollection.put_Date(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7378(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpRequestHeaderCollection.put_IfModifiedSince(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7379(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpRequestHeaderCollection.put_IfUnmodifiedSince(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7381(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpRequestHeaderCollection.put_Referer(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7387(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.TimeSpan> Windows.Web.Http.Headers.IHttpCacheDirectiveHeaderValueCollection.MaxAge.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7388(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.TimeSpan> Windows.Web.Http.Headers.IHttpCacheDirectiveHeaderValueCollection.MaxStale.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7389(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.TimeSpan> Windows.Web.Http.Headers.IHttpCacheDirectiveHeaderValueCollection.MinFresh.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7390(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.TimeSpan> Windows.Web.Http.Headers.IHttpCacheDirectiveHeaderValueCollection.SharedMaxAge.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7392(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpCacheDirectiveHeaderValueCollection.put_MaxAge(Windows.Foundation.IReference<Windows.Foundation.TimeSpan>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7393(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpCacheDirectiveHeaderValueCollection.put_MaxStale(Windows.Foundation.IReference<Windows.Foundation.TimeSpan>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7394(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpCacheDirectiveHeaderValueCollection.put_MinFresh(Windows.Foundation.IReference<Windows.Foundation.TimeSpan>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7395(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpCacheDirectiveHeaderValueCollection.put_SharedMaxAge(Windows.Foundation.IReference<Windows.Foundation.TimeSpan>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7407(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Web.Http.Headers.HttpNameValueHeaderValue> Windows.Web.Http.Headers.IHttpContentDispositionHeaderValue.Parameters.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7416(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Web.Http.Headers.IHttpContentHeaderCollection.ContentLocation.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7420(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Web.Http.Headers.IHttpContentHeaderCollection.Expires.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7421(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Web.Http.Headers.IHttpContentHeaderCollection.LastModified.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7423(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpContentHeaderCollection.put_ContentLocation(Windows.Foundation.Uri)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7427(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpContentHeaderCollection.put_Expires(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7428(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpContentHeaderCollection.put_LastModified(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7434(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Web.Http.Headers.HttpNameValueHeaderValue> Windows.Web.Http.Headers.IHttpCredentialsHeaderValue.Parameters.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7445(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Web.Http.Headers.HttpNameValueHeaderValue> Windows.Web.Http.Headers.IHttpMediaTypeHeaderValue.Parameters.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7460(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Web.Http.Headers.IHttpRequestHeaderCollection.Date.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7464(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Web.Http.Headers.IHttpRequestHeaderCollection.IfModifiedSince.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7465(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Web.Http.Headers.IHttpRequestHeaderCollection.IfUnmodifiedSince.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7467(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Web.Http.Headers.IHttpRequestHeaderCollection.Referer.get()'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7471(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpRequestHeaderCollection.put_Date(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7474(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpRequestHeaderCollection.put_IfModifiedSince(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7475(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpRequestHeaderCollection.put_IfUnmodifiedSince(Windows.Foundation.IReference<Windows.Foundation.DateTime>)'.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7477(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpRequestHeaderCollection.put_Referer(Windows.Foundation.Uri)'.
1> Computing application closure and generating interop code
1> Generating serialization code
1> Compiling interop code
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Type 'Windows.UI.Xaml.Controls.Button' was not included in compilation, but was referenced in type 'Facebook.Client.Controls.LoginButton'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Type 'Windows.UI.Xaml.Controls.Image' was not included in compilation, but was referenced in type 'Facebook.Client.Controls.ProfilePicture'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Type 'Windows.UI.Xaml.Controls.SemanticZoom' was not included in compilation, but was referenced in type 'Facebook.Client.Controls.Picker`1'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'PropertyDispatcherFactory.Accessor(PropertyInfo, SetOrGet)' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'SliceDispatcherFactory.CreateSetter(MemberInfo)' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'SliceDispatcherFactory.<Setters>d__f.MoveNext()' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'ExtensionRegistry.AddExtensionMembers(List<MemberInfo>, Type)' will always throw an exception due to the missing method 'Type.GetMembers(BindingFlags)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Type 'Windows.Foundation.IAsyncOperation`1' was not included in compilation, but was referenced in method 'AppAuthenticationHelper.<GetFilteredManifestAppAttributeValue>d__13.MoveNext()'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'AppAuthenticationHelper.<GetFilteredManifestAppAttributeValue>d__13.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.GetAwaiter<StorageFile>(IAsyncOperation<StorageFile>)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'AppAuthenticationHelper.<GetFacebookConfigValue>d__14.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.GetAwaiter<StorageFile>(IAsyncOperation<StorageFile>)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'AppAuthenticationHelper.<AuthenticateWithApp>d__16.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.GetAwaiter<bool>(IAsyncOperation<bool>)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'AppLinkNavigation.<NavigateAsync>d__16.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.GetAwaiter<bool>(IAsyncOperation<bool>)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Type 'Windows.Foundation.Collections.IPropertySet' was not included in compilation, but was referenced in method 'FacebookSessionLocalSettingsCacheProvider.GetSessionData()'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'Session.<PromptOAuthDialog>d__37.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.GetAwaiter<WebAuthenticationResult>(IAsyncOperation<WebAuthenticationResult>)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Type 'Windows.Foundation.TypedEventHandler`2' was not included in compilation, but was referenced in method 'PlacePicker.<OnTrackLocationPropertyChanged>d__57.MoveNext()'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'PlacePicker.<OnTrackLocationPropertyChanged>d__57.MoveNext()' will always throw an exception due to the missing method 'TypedEventHandler<Geolocator, PositionChangedEventArgs>..ctor(object, IntPtr)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Type 'Windows.Foundation.IAsyncAction' was not included in compilation, but was referenced in method 'PlacePicker.<OnPositionChanged>d__58.MoveNext()'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'PlacePicker.<OnPositionChanged>d__58.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.GetAwaiter(IAsyncAction)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'PlacePicker.<GetCurrentLocation>d__60.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.AsTask<Geoposition>(IAsyncOperation<Geoposition>, CancellationToken)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Type 'UnityEngine.Internal.$Metadata' was not included in compilation, but was referenced in method '$Metadata.Load()'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method '$Metadata.Load()' will always throw an exception due to the missing method '$Metadata.GetUnityType(int)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : ILT0021: Could not resolve method '$ILT$FakeType4_Windows_Foundation_Collections_IPropertySet $124_Windows.Storage.ApplicationDataContainer.get_Values()'
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Type 'Windows.UI.Xaml.Controls.Button' was not included in compilation, but was referenced in type 'Facebook.Client.Controls.LoginButton'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Type 'Windows.UI.Xaml.Controls.Image' was not included in compilation, but was referenced in type 'Facebook.Client.Controls.ProfilePicture'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Type 'Windows.UI.Xaml.Controls.SemanticZoom' was not included in compilation, but was referenced in type 'Facebook.Client.Controls.Picker`1'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method 'PropertyDispatcherFactory.Accessor(PropertyInfo, SetOrGet)' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method 'SliceDispatcherFactory.CreateSetter(MemberInfo)' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method 'SliceDispatcherFactory.<Setters>d__f.MoveNext()' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method 'ExtensionRegistry.AddExtensionMembers(List<MemberInfo>, Type)' will always throw an exception due to the missing method 'Type.GetMembers(BindingFlags)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Type 'Windows.Foundation.IAsyncOperation`1' was not included in compilation, but was referenced in method 'AppAuthenticationHelper.<GetFilteredManifestAppAttributeValue>d__13.MoveNext()'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method 'AppAuthenticationHelper.<GetFilteredManifestAppAttributeValue>d__13.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.GetAwaiter<StorageFile>(IAsyncOperation<StorageFile>)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method 'AppAuthenticationHelper.<GetFacebookConfigValue>d__14.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.GetAwaiter<StorageFile>(IAsyncOperation<StorageFile>)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method 'AppAuthenticationHelper.<AuthenticateWithApp>d__16.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.GetAwaiter<bool>(IAsyncOperation<bool>)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method 'AppLinkNavigation.<NavigateAsync>d__16.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.GetAwaiter<bool>(IAsyncOperation<bool>)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Type 'Windows.Foundation.Collections.IPropertySet' was not included in compilation, but was referenced in method 'FacebookSessionLocalSettingsCacheProvider.GetSessionData()'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method 'Session.<PromptOAuthDialog>d__37.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.GetAwaiter<WebAuthenticationResult>(IAsyncOperation<WebAuthenticationResult>)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Type 'Windows.Foundation.TypedEventHandler`2' was not included in compilation, but was referenced in method 'PlacePicker.<OnTrackLocationPropertyChanged>d__57.MoveNext()'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method 'PlacePicker.<OnTrackLocationPropertyChanged>d__57.MoveNext()' will always throw an exception due to the missing method 'TypedEventHandler<Geolocator, PositionChangedEventArgs>..ctor(object, IntPtr)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Type 'Windows.Foundation.IAsyncAction' was not included in compilation, but was referenced in method 'PlacePicker.<OnPositionChanged>d__58.MoveNext()'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method 'PlacePicker.<OnPositionChanged>d__58.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.GetAwaiter(IAsyncAction)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method 'PlacePicker.<GetCurrentLocation>d__60.MoveNext()' will always throw an exception due to the missing method 'WindowsRuntimeSystemExtensions.AsTask<Geoposition>(IAsyncOperation<Geoposition>, CancellationToken)'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Type 'UnityEngine.Internal.$Metadata' was not included in compilation, but was referenced in method '$Metadata.Load()'. There may have been a missing assembly.
1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): error : Method '$Metadata.Load()' will always throw an exception due to the missing method '$Metadata.GetUnityType(int)'. There may have been a missing assembly.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========
From what I can understand, the problem is occuring due to Facebook.Client dll.
I tried various times various things to try and sort the problem.
But to no avail.
It is also confusing because it works in Debug builds and does not work in Master builds.
All help is appreciated.