Windows 10 UWP builds in Debug but not in Master mode

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.

Master builds have .NET Native enabled (can be disabled in Visual Studio project settings, but is needed for final submission to Windows Store), basically it means all the code in all assemblies are compiled into native code.

Are you sure Facebook.Client dll was compiled against .NET for UWP ?

ok, so I tried changing the DLL since, as you said, it may not be compiled for UWP.

A little more info about the DLLs -
I created a DLL which references Facebook.Client.dll and Facebook.Client.dll references Facebook.dll.
Facebook.dll & Facebook.Client.dll are not my class libraries. They are from Facebook SDK for .NET.
First, I was using them via NuGet. But I later downloaded the source and build them for UWP to be sure that they are in fact the correct DLL files.

Now, I can say for sure that the Facebook.Client.dll is built for UWP (Win 8.1 universal).

Now, Unity creates a VS solution for the game & the game builds in Master configuration (after I re-reference the dll for both my class library and the Facebook.Client.dll) but again, the game throws an exception and crashes before anything begins.

the build logs and debug logs are as follows -

Build -

Restoring NuGet packages...
To prevent NuGet from restoring packages during build, open the Visual Studio Options dialog, click on the Package Manager node and uncheck 'Allow NuGet to download missing packages during build.'
1>------ Rebuild All started: Project: My App, Configuration: Master x86 ------
1>  UnityInstallationDir "C:\Program Files\Unity 5.1.1f1\Editor".
1>  UnityWSAPlayerDir "C:\Program Files\Unity 5.1.1f1\Editor\Data\PlaybackEngines\metrosupport".
1>  UnityProjectDir "C:\Code\Unity\MyApp3D".
1>  Copying unprocessed assemblies...
1>  Running AssemblyConverter...
1>   Reading Assembly-CSharp-firstpass.dll
1>   Reading Assembly-CSharp.dll
1>   Reading Assembly-UnityScript-firstpass.dll
1>   Reading Assembly-UnityScript.dll
1>   Reading UnityEngine.dll
1>   Reading DeviceHelperLibrary.dll
1>   Reading UnityEngine.UI.dll
1>   Reading FacebookLibrary.dll
1>   Reading PushNotificationLibrary.dll
1>   Reading UnityEngine.Networking.dll
1>   Reading Facebook.dll
1>   Reading Facebook.Client.dll
1>   Reading ImagePickerLibrary.dll
1>   Reading DnsResolverLibrary.dll
1>   Reading Newtonsoft.Json.dll
1>   Settings:
1>    Platform = UAP
1>    SkipMeta = False
1>    64bit = False
1>    RemoveDebuggableAttribute = True
1>  AssemblyConverter done.
1>  My App -> C:\Code\My App 3D Win10 1\My App\bin\x86\Master\My App.exe
1>MakePRI : warning 0xdef00522: Resources found for language(s) 'en,es' but no resources found for default language(s): 'en-US'. Change the default language or qualify resources with the default language. http://go.microsoft.com/fwlink/?LinkId=231899
1>  Starting .NET Native compilation
1>  Processing application code
1>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.$Invoke6698(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewNavigationStartingEventArgs.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.$Invoke6723(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.$Invoke6724(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.$Invoke6728(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.$Invoke6729(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.$Invoke6730(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.$Invoke6731(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.$Invoke6732(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.$Invoke6733(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.$Invoke6734(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.$Invoke6735(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.$Invoke6736(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.$Invoke6737(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.$Invoke6738(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.$Invoke6739(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.$Invoke6740(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.$Invoke6741(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.$Invoke6742(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.$Invoke6743(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.$Invoke6744(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.$Invoke6745(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.$Invoke6747(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.$Invoke6752(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.$Invoke6754(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.$Invoke6766(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.$Invoke6771(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.$Invoke6776(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.$Invoke6777(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.$Invoke6778(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.$Invoke6781(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.$Invoke6783(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.$Invoke6785(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.$Invoke6786(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.$Invoke6787(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.$Invoke6788(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.$Invoke6789(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.$Invoke6790(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.$Invoke6791(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.$Invoke6792(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.$Invoke6793(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.$Invoke6794(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.$Invoke6795(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.$Invoke6796(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.$Invoke6797(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.$Invoke6798(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.$Invoke6799(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.$Invoke6800(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.$Invoke6801(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.$Invoke6802(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.$Invoke6805(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.$Invoke6807(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.$Invoke6810(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewNavigationStartingEventArgs.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.$Invoke6824(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.$Invoke6825(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.$Invoke6836(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.$Invoke6837(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.$Invoke6840(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.$Invoke6841(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.$Invoke6858(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.$Invoke6859(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.$Invoke6915(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.$Invoke6916(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.$Invoke7004(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.$Invoke7081(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.$Invoke7102(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.$Invoke7119(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.$Invoke7160(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.$Invoke7161(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.$Invoke7162(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.$Invoke7171(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.$Invoke7177(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.$Invoke7178(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.$Invoke7179(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.$Invoke7180(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.$Invoke7187(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.$Invoke7188(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.$Invoke7189(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.$Invoke7193(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.$Invoke7197(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.$Invoke7198(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.$Invoke7199(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.$Invoke7200(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.$Invoke7213(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.$Invoke7220(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.$Invoke7221(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.$Invoke7222(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.$Invoke7228(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.$Invoke7234(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.$Invoke7235(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.$Invoke7236(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.$Invoke7237(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.$Invoke7247(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.$Invoke7251(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.$Invoke7252(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.$Invoke7256(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.$Invoke7259(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.$Invoke7261(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.$Invoke7268(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.$Invoke7269(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.$Invoke7273(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.$Invoke7275(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.$Invoke7277(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.$Invoke7278(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.$Invoke7279(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.$Invoke7280(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.$Invoke7281(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.$Invoke7283(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.$Invoke7284(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.$Invoke7285(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.$Invoke7286(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.$Invoke7302(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.$Invoke7313(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.$Invoke7317(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.$Invoke7318(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.$Invoke7320(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.$Invoke7324(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.$Invoke7325(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.$Invoke7335(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.$Invoke7351(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.$Invoke7370(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.$Invoke7374(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.$Invoke7375(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.$Invoke7377(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.$Invoke7381(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.$Invoke7384(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.$Invoke7385(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.$Invoke7387(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.$Invoke7393(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.$Invoke7394(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.$Invoke7395(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.$Invoke7396(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.$Invoke7398(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.$Invoke7399(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.$Invoke7400(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.$Invoke7401(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.$Invoke7413(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.$Invoke7422(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.$Invoke7426(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.$Invoke7427(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.$Invoke7429(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.$Invoke7433(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.$Invoke7434(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.$Invoke7440(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.$Invoke7451(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.$Invoke7466(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.$Invoke7470(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.$Invoke7471(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.$Invoke7473(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.$Invoke7477(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.$Invoke7480(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.$Invoke7481(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.$Invoke7483(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 : 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 '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>  Cleaning up unreferenced code
1>  Generating native code
1>  Generating fixups for native code
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========

Debug -

'My App.exe' (Win32): Loaded 'C:\Code\My App 3D Win10 1\My App\bin\x86\Master\AppX\My App.exe'. Module was built without symbols.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Symbols loaded.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Symbols loaded.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\combase.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.1_1.1.23406.0_x86__8wekyb3d8bbwe\mrt100_app.dll'. Symbols loaded.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sspicli.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbase.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbase.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.22929.0_x86__8wekyb3d8bbwe\vcruntime140_app.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\ucrtbase.dll'
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcryptprimitives.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sechost.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oleaut32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ws2_32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Code\My App 3D Win10 1\My App\bin\x86\Master\AppX\UnityEngineDelegates.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Code\My App 3D Win10 1\My App\bin\x86\Master\AppX\ClrCompression.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\WinTypes.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.22929.0_x86__8wekyb3d8bbwe\vccorlib140_app.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Program Files\WindowsApps\Microsoft.VCLibs.140.00_14.0.22929.0_x86__8wekyb3d8bbwe\msvcp140_app.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mrt100.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'C:\Program Files\WindowsApps\Microsoft.NET.Native.Runtime.1.1_1.1.23406.0_x86__8wekyb3d8bbwe\mrt100_app.dll'. Invalid native-compiled .NET PDB. Could not load token map.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'C:\Code\My App 3D Win10 1\My App\bin\x86\Master\AppX\My App.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded '"My App".dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Diagnostics.StackTrace.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CompilerServices.ICastable.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Interop.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.Implementation.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Threading.Tasks.Parallel.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.IO.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Reflection.Primitives.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.IO.IsolatedStorage.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CoreLib.WinRTInterop.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Globalization.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.ObjectModel.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Text.Encoding.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Threading.Tasks.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.IO.UnmanagedMemoryStream.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Text.Encoding.Extensions.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Threading.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Resources.ResourceManager.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Collections.Concurrent.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CoreLib.Threading.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Diagnostics.Tracing.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CoreLib.CompilerServices.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Console.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Reflection.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Security.Principal.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Security.Claims.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Reflection.Extensions.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Reflection.Execution.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Uri.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Reflection.MissingMetadataException.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Reflection.TypeExtensions.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Reflection.Metadata.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Reflection.Extensibility.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Reflection.Core.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.TypeLoader.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Diagnostics.Contracts.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Linq.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CoreLib.Reflection.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Reflection.Augments.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CoreLib.Diagnostics.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.Extensions.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Interop.Extensions.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Threading.AsyncCausalitySupport.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CoreLib.DeveloperExperience.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.StackTraceGenerator.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.ComponentModel.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Diagnostics.Tools.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CoreLib.InteropServices.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Reflection.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.WindowsRuntime.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Xml.XDocument.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Data.Common.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Microsoft.CSharp.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Linq.Expressions.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Net.Http.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Collections.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.Serialization.Primitives.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.Serialization.Json.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.PortableThunks.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'WinRTBridge.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Net.Primitives.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Microsoft.ApplicationInsights.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.InteropServices.WindowsRuntime.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Collections.NonGeneric.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.ComponentModel.EventBasedAsync.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Net.Requests.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Net.Sockets.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Net.WebHeaderCollection.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Text.RegularExpressions.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Xml.ReaderWriter.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Xml.XmlDocument.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CompatQuirks.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.IO.Compression.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CoreLib.DynamicDelegate.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.DataContractSerialization.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.IO.FileSystem.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.IO.FileSystem.Primitives.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Threading.Timer.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Networking.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Collections.Specialized.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.AppContext.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Xml.XmlSerializer.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Threading.Overlapped.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Microsoft.Win32.Primitives.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Globalization.Extensions.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.Serialization.Xml.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Diagnostics.Debug.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Threading.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.InteropServices.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Dynamic.Runtime.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.Handles.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.WindowsRuntime.UI.Xaml.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.DeveloperExperience.AppX.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.WinRTInterop.CoreLib.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Text.Encoding.CodePages.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.DispatchProxy.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Reflection.DispatchProxy.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Numerics.Vectors.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CoreLib.Augments.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'mscorlib.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Assembly-CSharp-firstpass.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Assembly-CSharp.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Assembly-UnityScript-firstpass.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Assembly-UnityScript.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Boo.Lang.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'DeviceHelperLibrary.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'DnsResolverLibrary.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Facebook.Client.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Facebook.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'FacebookLibrary.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'ImagePickerLibrary.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Microsoft.ApplicationInsights.Extensibility.Windows.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Microsoft.ApplicationInsights.PersistenceChannel.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'Newtonsoft.Json.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'PushNotificationLibrary.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'UnityEngine.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'UnityEngine.Networking.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'UnityEngine.UI.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'UnityEngineProxy.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'UnityScript.Lang.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'WinRTLegacy.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.Serialization.Generated.dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.Serialization.Generated.Intermediate.dll'. PDB file was not present when IL code was compiled to native.
'My App.exe' (CLR Native Compilation v1.0): Loaded '"My App.Interop".dll'. Symbols loaded.
'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CoreLib.dll'. Symbols loaded.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel.appcore.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\user32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\imm32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\twinapi.appcore.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcrypt.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
The thread 0x19f0 has exited with code 0 (0x0).
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.UI.Xaml.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\CoreMessaging.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\iertutil.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\BCP47Langs.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\SHCore.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\windows.storage.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\advapi32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shlwapi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\powrprof.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\profapi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\actxprxy.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dwmapi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dxgi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\CoreUIComponents.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rmclient.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\rmclient.dll'
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\d3d11.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Code\My App 3D Win10 1\My App\bin\x86\Master\AppX\UnityPlayer.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\MMDevAPI.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mfplat.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\D3D12.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\XInputUap.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\propsys.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\devobj.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mfreadwrite.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp110_win.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\RTWorkQ.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\igd10umd32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\threadpoolwinrt.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\MrmCoreR.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.ApplicationModel.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.UI.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\d2d1.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.Storage.ApplicationData.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dcomp.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msctf.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\DataExchange.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rometadata.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.Graphics.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\urlmon.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\directmanipulation.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\DWrite.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.Globalization.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\WindowsCodecs.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.Devices.Enumeration.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\biwinrt.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\deviceassociation.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rmclient.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Users\Ankit\AppData\Local\Temp\VisualStudio.XamlUIDebugger.My App3D_1.0.0.0_x86__8hw05ha0njsfa\XamlDiagnostics.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Users\Ankit\AppData\Local\Temp\VisualStudio.XamlUIDebugger.My App3D_1.0.0.0_x86__8hw05ha0njsfa\WindowsXamlDiagnosticsTap.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\CryptoWinRT.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Users\Ankit\AppData\Local\Temp\VisualStudio.XamlUIDebugger.My App3D_1.0.0.0_x86__8hw05ha0njsfa\XamlDiagnosticsTap.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msxml6.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\wininet.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mscoree.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\tokenbinding.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
windows\dxaml\xcp\dxaml\tools\spy2\diag\xamldiagnostics.cpp(102)\XamlDiagnostics.dll!0F9053ED: (caller: 07021F0A) Exception(1) tid(16b4) 80070018 The program issued a command but the command length is incorrect.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\OnDemandConnRouteHelper.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\IPHLPAPI.DLL'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winhttp.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mswsock.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.Media.Devices.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winnsi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\nsi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dnsapi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\userenv.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\profext.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntmarta.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shell32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\DevDispItemProvider.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\DDORes.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\DefaultDeviceManager.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rasadhlp.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\AudioSes.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
The thread 0x150 has exited with code 0 (0x0).
The thread 0x2184 has exited with code 0 (0x0).
The thread 0x233c has exited with code 0 (0x0).
The thread 0x21a8 has exited with code 0 (0x0).
Exception thrown: 'System.Exception' in UnityEngine.dll
Additional information: Method '$Metadata.GetUnityType(int)' was not included in compilation, but was referenced in $Metadata.Load(). There may have been a missing assembly.

The program '[4620] My App.exe' has exited with code 0 (0x0).

The exception is -

Exception thrown: ‘System.Reflection.TargetInvocationException’ in System.Private.CoreLib.dll

Additional information: Arg_TargetInvocationException

Do you use Unity C# projects in your solution?

What do you mean by Unity C# project??
I have not added any project to the solution that Unity genereted, but I did change the reference to 2 dll files.

There is a checkbox “Unity C# projects” in Build Settings window. When checked, you get Assembly-CSharp and Assembly-CSharp-firstpass projects added to solution.
If have them, then try building to empty directory without them.

No, I did’nt have the Unity C# projects selected - I always used to manually add the project to my solution until now.
But I have not added that project to the VS Solution. There is only one project in the VS solution generated by Unity which is the game solution.
I also build the game multiple times in an empty folder just in case. but its the same scenario everytime.

Bump
Any update on this??

Ok, so when you build from Unity, you get a project that builds fine? The issue only happens after you change references in project?

When I build from Unity, the project is built.
Then I open the solution in VS.

Then there are 2 situations -

Situation 1 -
If I try to build & run the solution in Debug configuration, it will build and run.
But it would not find some parts of the library I created and crash at that part of code - rest game works fine.
So, in the VS Solution, I re-reference my library and everything runs fine.
Note that I did not need to re-reference Facebook.Client.dll in this situation.

Situation 2 -
If I try to build & run in Master configuration, it will give errors.
Then I will have to re-reference both my library & Facebook.Client.dll.
Then the game will build in VS also, but on running it crashes before anything starts.

If any other info is required, then I can provide that.
I have tried many different techniques to try and get it to run.
I have also had some other kinds of exceptions.

What library do you need to reaference? How it is used? It’s kind of weird, that it builds fine and only crashes at runtime.
How is it all setup?

Does this help??

Additional information: Could not load type ‘UnityEngine.Internal.$Metadata’ from assembly ‘MyLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’

Yes, that explains some things. So this library seem to be a plugin and Unity knows about it.
All .NET plugins are processed by Unity when building, there is some additional code generated and placed into dlls. This error indicates, that you’ve replaced the processed plugin by unprocessed one, so it does not have the generated code in it.
Note: when you build from Unity, you get VS solution that misses some dlls that it references. This is resolved the first time you build the solution (processing happens then and dlls are copied around).

As Aurimas said, you are not allowed to replace the DLL if it passed through the unity pipeline.

To avoid the XAML exception, just add the xbf files to the project, and don’t touch the actual DLL reference.

OK, this helps a lot. That is one thing I was doing wrong.
Anyway, I ended up changing my library/dll to not use the Facebook.Client.dll.
But I still get some errors.
AFAIK WebClient is not available for UWP apps, am I right?
So, I used HttpClient instead and some other UWP namespaces directly in Unity code.
For example -

#if UNITY_WSA && !UNITY_EDITOR
using System.Runtime.InteropServices.WindowsRuntime;
using Windows.Foundation;
using Windows.Storage.Streams;
using Windows.Web.Http;
using System.Threading.Tasks;
#endif

private HttpClient client;
private IAsyncOperationWithProgress<HttpResponseMessage, HttpProgress> clientTask;

This runs fine in Debug build. Could this be causing problems in the Master configuration? I thought since it runs fine in Debug configuration, it must run in Master also??

Something like these???

1>C:\Program Files (x86)\MSBuild\Microsoft\.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke7227(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.$Invoke7228(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.$Invoke7232(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.$Invoke7235(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.$Invoke7237(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.$Invoke7244(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.$Invoke7245(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.$Invoke7249(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.$Invoke7251(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()'.

These occur while building in Master configuration, but not in Debug.

This is a warning, not an error. That should be pretty harmless.

Those warnings is harmless. We did fixes to avoid those. It would help to know, what are the exact problems that you get in Master.
You can also try to enable .NET Native and Code Optimization in Debug and see if the same errors surface there.

Hi

Tomas1856,
Does this mean i can just uncheck the box for “Compile With .NET native Tool chain” when testing and check it back when I want to submit and it will build and be accepted for submission all other factors being equal?
Thanks.

For testing purposes you can disable .NET Native for sure. But it is required for final submission to store.

Hi.
In our case same errors was present.
But it is not correct output UWP log.
When any internal compile problem present in project, VS show all last warnings as errors.
But trouble was not in these errors.
In our case we added shaders for instancing objects.
Shaders! And UWP master build was broken.
Regards, Kirill.