Search Unity

Windows 10 UWP builds in Debug but not in Master mode

Discussion in 'Windows' started by kshitijgandhi, Dec 23, 2015.

  1. kshitijgandhi

    kshitijgandhi

    Joined:
    Jul 13, 2015
    Posts:
    28
    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 -


    Code (CSharp):
    1. 1>  Starting .NET Native compilation
    2. 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'.
    3. 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'.
    4. 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'.
    5. 1>  Processing application code
    6. 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'.
    7. 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'.
    8. 1>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()'.
    9. 1>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()'.
    10. 1>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()'.
    11. 1>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()'.
    12. 1>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)'.
    13. 1>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>)'.
    14. 1>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)'.
    15. 1>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()'.
    16. 1>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>)'.
    17. 1>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)'.
    18. 1>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()'.
    19. 1>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>)'.
    20. 1>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)'.
    21. 1>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>)'.
    22. 1>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>)'.
    23. 1>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()'.
    24. 1>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)'.
    25. 1>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)'.
    26. 1>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)'.
    27. 1>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>)'.
    28. 1>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)'.
    29. 1>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)'.
    30. 1>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)'.
    31. 1>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()'.
    32. 1>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()'.
    33. 1>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()'.
    34. 1>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()'.
    35. 1>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)'.
    36. 1>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)'.
    37. 1>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)'.
    38. 1>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()'.
    39. 1>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()'.
    40. 1>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()'.
    41. 1>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()'.
    42. 1>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()'.
    43. 1>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>)'.
    44. 1>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>)'.
    45. 1>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()'.
    46. 1>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)'.
    47. 1>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)'.
    48. 1>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>)'.
    49. 1>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)'.
    50. 1>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)'.
    51. 1>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)'.
    52. 1>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)'.
    53. 1>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()'.
    54. 1>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()'.
    55. 1>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)'.
    56. 1>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()'.
    57. 1>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()'.
    58. 1>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)'.
    59. 1>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)'.
    60. 1>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()'.
    61. 1>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()'.
    62. 1>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()'.
    63. 1>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()'.
    64. 1>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()'.
    65. 1>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)'.
    66. 1>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()'.
    67. 1>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()'.
    68. 1>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)'.
    69. 1>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()'.
    70. 1>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)'.
    71. 1>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()'.
    72. 1>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()'.
    73. 1>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)'.
    74. 1>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()'.
    75. 1>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)'.
    76. 1>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)'.
    77. 1>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()'.
    78. 1>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()'.
    79. 1>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()'.
    80. 1>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()'.
    81. 1>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()'.
    82. 1>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()'.
    83. 1>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()'.
    84. 1>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()'.
    85. 1>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()'.
    86. 1>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()'.
    87. 1>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>)'.
    88. 1>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>)'.
    89. 1>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)'.
    90. 1>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)'.
    91. 1>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)'.
    92. 1>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)'.
    93. 1>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)'.
    94. 1>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()'.
    95. 1>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()'.
    96. 1>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()'.
    97. 1>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()'.
    98. 1>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()'.
    99. 1>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()'.
    100. 1>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()'.
    101. 1>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()'.
    102. 1>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()'.
    103. 1>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()'.
    104. 1>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>)'.
    105. 1>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>)'.
    106. 1>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)'.
    107. 1>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)'.
    108. 1>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)'.
    109. 1>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()'.
    110. 1>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()'.
    111. 1>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()'.
    112. 1>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>)'.
    113. 1>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)'.
    114. 1>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)'.
    115. 1>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)'.
    116. 1>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)'.
    117. 1>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)'.
    118. 1>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)'.
    119. 1>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()'.
    120. 1>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()'.
    121. 1>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()'.
    122. 1>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()'.
    123. 1>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()'.
    124. 1>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()'.
    125. 1>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()'.
    126. 1>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()'.
    127. 1>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()'.
    128. 1>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()'.
    129. 1>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()'.
    130. 1>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()'.
    131. 1>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()'.
    132. 1>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()'.
    133. 1>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()'.
    134. 1>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()'.
    135. 1>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()'.
    136. 1>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()'.
    137. 1>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)'.
    138. 1>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()'.
    139. 1>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()'.
    140. 1>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>)'.
    141. 1>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()'.
    142. 1>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)'.
    143. 1>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>)'.
    144. 1>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()'.
    145. 1>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)'.
    146. 1>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>)'.
    147. 1>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)'.
    148. 1>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()'.
    149. 1>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()'.
    150. 1>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()'.
    151. 1>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()'.
    152. 1>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()'.
    153. 1>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()'.
    154. 1>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)'.
    155. 1>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>)'.
    156. 1>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)'.
    157. 1>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()'.
    158. 1>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()'.
    159. 1>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()'.
    160. 1>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()'.
    161. 1>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()'.
    162. 1>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()'.
    163. 1>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)'.
    164. 1>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()'.
    165. 1>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()'.
    166. 1>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()'.
    167. 1>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()'.
    168. 1>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()'.
    169. 1>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()'.
    170. 1>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()'.
    171. 1>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()'.
    172. 1>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()'.
    173. 1>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()'.
    174. 1>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()'.
    175. 1>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()'.
    176. 1>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()'.
    177. 1>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)'.
    178. 1>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>)'.
    179. 1>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)'.
    180. 1>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>)'.
    181. 1>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)'.
    182. 1>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()'.
    183. 1>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()'.
    184. 1>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()'.
    185. 1>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>)'.
    186. 1>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()'.
    187. 1>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>)'.
    188. 1>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()'.
    189. 1>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>)'.
    190. 1>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>)'.
    191. 1>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>)'.
    192. 1>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>)'.
    193. 1>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()'.
    194. 1>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>)'.
    195. 1>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)'.
    196. 1>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)'.
    197. 1>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)'.
    198. 1>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()'.
    199. 1>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>)'.
    200. 1>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>)'.
    201. 1>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>)'.
    202. 1>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>)'.
    203. 1>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()'.
    204. 1>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>)'.
    205. 1>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)'.
    206. 1>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)'.
    207. 1>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)'.
    208. 1>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)'.
    209. 1>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)'.
    210. 1>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)'.
    211. 1>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>)'.
    212. 1>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>)'.
    213. 1>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)'.
    214. 1>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>)'.
    215. 1>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)'.
    216. 1>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)'.
    217. 1>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()'.
    218. 1>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)'.
    219. 1>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)'.
    220. 1>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)'.
    221. 1>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)'.
    222. 1>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)'.
    223. 1>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)'.
    224. 1>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)'.
    225. 1>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>)'.
    226. 1>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)'.
    227. 1>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)'.
    228. 1>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)'.
    229. 1>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()'.
    230. 1>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)'.
    231. 1>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)'.
    232. 1>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)'.
    233. 1>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)'.
    234. 1>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>)'.
    235. 1>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)'.
    236. 1>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>)'.
    237. 1>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)'.
    238. 1>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()'.
    239. 1>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()'.
    240. 1>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()'.
    241. 1>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)'.
    242. 1>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()'.
    243. 1>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)'.
    244. 1>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)'.
    245. 1>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)'.
    246. 1>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)'.
    247. 1>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)'.
    248. 1>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)'.
    249. 1>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)'.
    250. 1>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)'.
    251. 1>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)'.
    252. 1>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)'.
    253. 1>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)'.
    254. 1>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)'.
    255. 1>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)'.
    256. 1>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)'.
    257. 1>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)'.
    258. 1>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)'.
    259. 1>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)'.
    260. 1>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)'.
    261. 1>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)'.
    262. 1>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)'.
    263. 1>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)'.
    264. 1>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)'.
    265. 1>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)'.
    266. 1>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)'.
    267. 1>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)'.
    268. 1>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)'.
    269. 1>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()'.
    270. 1>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)'.
    271. 1>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)'.
    272. 1>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)'.
    273. 1>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)'.
    274. 1>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)'.
    275. 1>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)'.
    276. 1>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)'.
    277. 1>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)'.
    278. 1>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)'.
    279. 1>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)'.
    280. 1>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)'.
    281. 1>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)'.
    282. 1>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)'.
    283. 1>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)'.
    284. 1>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)'.
    285. 1>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)'.
    286. 1>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)'.
    287. 1>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)'.
    288. 1>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)'.
    289. 1>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)'.
    290. 1>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)'.
    291. 1>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)'.
    292. 1>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)'.
    293. 1>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)'.
    294. 1>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)'.
    295. 1>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>)'.
    296. 1>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>)'.
    297. 1>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)'.
    298. 1>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)'.
    299. 1>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)'.
    300. 1>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()'.
    301. 1>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()'.
    302. 1>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()'.
    303. 1>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)'.
    304. 1>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()'.
    305. 1>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)'.
    306. 1>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)'.
    307. 1>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)'.
    308. 1>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)'.
    309. 1>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)'.
    310. 1>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>)'.
    311. 1>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)'.
    312. 1>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>)'.
    313. 1>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)'.
    314. 1>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)'.
    315. 1>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)'.
    316. 1>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)'.
    317. 1>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)'.
    318. 1>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)'.
    319. 1>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)'.
    320. 1>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)'.
    321. 1>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)'.
    322. 1>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)'.
    323. 1>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)'.
    324. 1>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)'.
    325. 1>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)'.
    326. 1>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)'.
    327. 1>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)'.
    328. 1>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)'.
    329. 1>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)'.
    330. 1>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)'.
    331. 1>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)'.
    332. 1>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)'.
    333. 1>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()'.
    334. 1>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)'.
    335. 1>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)'.
    336. 1>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)'.
    337. 1>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)'.
    338. 1>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)'.
    339. 1>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)'.
    340. 1>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)'.
    341. 1>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)'.
    342. 1>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)'.
    343. 1>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)'.
    344. 1>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)'.
    345. 1>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)'.
    346. 1>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)'.
    347. 1>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)'.
    348. 1>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)'.
    349. 1>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)'.
    350. 1>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)'.
    351. 1>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)'.
    352. 1>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)'.
    353. 1>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)'.
    354. 1>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)'.
    355. 1>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)'.
    356. 1>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)'.
    357. 1>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)'.
    358. 1>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)'.
    359. 1>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)'.
    360. 1>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)'.
    361. 1>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()'.
    362. 1>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()'.
    363. 1>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()'.
    364. 1>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>)'.
    365. 1>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()'.
    366. 1>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()'.
    367. 1>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()'.
    368. 1>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>)'.
    369. 1>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()'.
    370. 1>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()'.
    371. 1>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()'.
    372. 1>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>)'.
    373. 1>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>)'.
    374. 1>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>)'.
    375. 1>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>)'.
    376. 1>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)'.
    377. 1>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)'.
    378. 1>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)'.
    379. 1>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)'.
    380. 1>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)'.
    381. 1>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)'.
    382. 1>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()'.
    383. 1>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)'.
    384. 1>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)'.
    385. 1>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)'.
    386. 1>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)'.
    387. 1>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)'.
    388. 1>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()'.
    389. 1>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()'.
    390. 1>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()'.
    391. 1>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()'.
    392. 1>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)'.
    393. 1>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)'.
    394. 1>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)'.
    395. 1>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)'.
    396. 1>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)'.
    397. 1>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)'.
    398. 1>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)'.
    399. 1>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)'.
    400. 1>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>)'.
    401. 1>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>)'.
    402. 1>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)'.
    403. 1>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)'.
    404. 1>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>)'.
    405. 1>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>)'.
    406. 1>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)'.
    407. 1>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)'.
    408. 1>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)'.
    409. 1>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)'.
    410. 1>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()'.
    411. 1>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)'.
    412. 1>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)'.
    413. 1>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)'.
    414. 1>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)'.
    415. 1>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)'.
    416. 1>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()'.
    417. 1>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()'.
    418. 1>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)'.
    419. 1>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)'.
    420. 1>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)'.
    421. 1>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)'.
    422. 1>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)'.
    423. 1>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)'.
    424. 1>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()'.
    425. 1>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()'.
    426. 1>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)'.
    427. 1>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)'.
    428. 1>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()'.
    429. 1>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()'.
    430. 1>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)'.
    431. 1>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)'.
    432. 1>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)'.
    433. 1>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()'.
    434. 1>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()'.
    435. 1>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)'.
    436. 1>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>)'.
    437. 1>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)'.
    438. 1>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)'.
    439. 1>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)'.
    440. 1>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)'.
    441. 1>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>)'.
    442. 1>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>)'.
    443. 1>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>)'.
    444. 1>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>)'.
    445. 1>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>)'.
    446. 1>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>)'.
    447. 1>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>)'.
    448. 1>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>)'.
    449. 1>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>)'.
    450. 1>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>)'.
    451. 1>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>)'.
    452. 1>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)'.
    453. 1>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>)'.
    454. 1>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)'.
    455. 1>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)'.
    456. 1>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)'.
    457. 1>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)'.
    458. 1>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)'.
    459. 1>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)'.
    460. 1>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)'.
    461. 1>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)'.
    462. 1>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)'.
    463. 1>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)'.
    464. 1>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)'.
    465. 1>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)'.
    466. 1>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>)'.
    467. 1>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)'.
    468. 1>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>)'.
    469. 1>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>)'.
    470. 1>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>)'.
    471. 1>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()'.
    472. 1>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)'.
    473. 1>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)'.
    474. 1>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)'.
    475. 1>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()'.
    476. 1>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()'.
    477. 1>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()'.
    478. 1>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()'.
    479. 1>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>)'.
    480. 1>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>)'.
    481. 1>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>)'.
    482. 1>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>)'.
    483. 1>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>)'.
    484. 1>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>)'.
    485. 1>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>)'.
    486. 1>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)'.
    487. 1>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>)'.
    488. 1>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>)'.
    489. 1>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)'.
    490. 1>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>)'.
    491. 1>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>)'.
    492. 1>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>)'.
    493. 1>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)'.
    494. 1>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>)'.
    495. 1>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>)'.
    496. 1>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>)'.
    497. 1>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)'.
    498. 1>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()'.
    499. 1>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()'.
    500. 1>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()'.
    501. 1>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()'.
    502. 1>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>)'.
    503. 1>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)'.
    504. 1>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)'.
    505. 1>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>)'.
    506. 1>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)'.
    507. 1>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)'.
    508. 1>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)'.
    509. 1>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)'.
    510. 1>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)'.
    511. 1>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)'.
    512. 1>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)'.
    513. 1>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)'.
    514. 1>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)'.
    515. 1>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)'.
    516. 1>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)'.
    517. 1>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)'.
    518. 1>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)'.
    519. 1>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)'.
    520. 1>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)'.
    521. 1>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)'.
    522. 1>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)'.
    523. 1>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)'.
    524. 1>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)'.
    525. 1>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()'.
    526. 1>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()'.
    527. 1>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>)'.
    528. 1>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>)'.
    529. 1>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)'.
    530. 1>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)'.
    531. 1>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>)'.
    532. 1>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>)'.
    533. 1>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)'.
    534. 1>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)'.
    535. 1>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)'.
    536. 1>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)'.
    537. 1>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)'.
    538. 1>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)'.
    539. 1>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)'.
    540. 1>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()'.
    541. 1>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)'.
    542. 1>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)'.
    543. 1>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)'.
    544. 1>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()'.
    545. 1>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)'.
    546. 1>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)'.
    547. 1>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)'.
    548. 1>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)'.
    549. 1>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)'.
    550. 1>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)'.
    551. 1>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)'.
    552. 1>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()'.
    553. 1>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)'.
    554. 1>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)'.
    555. 1>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)'.
    556. 1>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)'.
    557. 1>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()'.
    558. 1>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()'.
    559. 1>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()'.
    560. 1>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)'.
    561. 1>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()'.
    562. 1>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()'.
    563. 1>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()'.
    564. 1>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)'.
    565. 1>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)'.
    566. 1>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()'.
    567. 1>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()'.
    568. 1>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()'.
    569. 1>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)'.
    570. 1>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()'.
    571. 1>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()'.
    572. 1>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()'.
    573. 1>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()'.
    574. 1>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)'.
    575. 1>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()'.
    576. 1>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()'.
    577. 1>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()'.
    578. 1>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()'.
    579. 1>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()'.
    580. 1>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()'.
    581. 1>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>)'.
    582. 1>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>)'.
    583. 1>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>)'.
    584. 1>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>)'.
    585. 1>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()'.
    586. 1>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()'.
    587. 1>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()'.
    588. 1>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()'.
    589. 1>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)'.
    590. 1>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>)'.
    591. 1>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>)'.
    592. 1>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()'.
    593. 1>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()'.
    594. 1>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()'.
    595. 1>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()'.
    596. 1>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()'.
    597. 1>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()'.
    598. 1>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>)'.
    599. 1>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>)'.
    600. 1>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>)'.
    601. 1>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)'.
    602. 1>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()'.
    603. 1>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()'.
    604. 1>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()'.
    605. 1>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()'.
    606. 1>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>)'.
    607. 1>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>)'.
    608. 1>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>)'.
    609. 1>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>)'.
    610. 1>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()'.
    611. 1>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()'.
    612. 1>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()'.
    613. 1>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()'.
    614. 1>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)'.
    615. 1>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>)'.
    616. 1>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>)'.
    617. 1>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()'.
    618. 1>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()'.
    619. 1>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()'.
    620. 1>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()'.
    621. 1>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()'.
    622. 1>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()'.
    623. 1>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>)'.
    624. 1>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>)'.
    625. 1>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>)'.
    626. 1>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)'.
    627. 1>  Computing application closure and generating interop code
    628. 1>  Generating serialization code
    629. 1>  Compiling interop code
    630. 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.
    631. 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.
    632. 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.
    633. 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.
    634. 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.
    635. 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.
    636. 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.
    637. 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.
    638. 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.
    639. 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.
    640. 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.
    641. 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.
    642. 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.
    643. 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.
    644. 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.
    645. 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.
    646. 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.
    647. 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.
    648. 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.
    649. 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.
    650. 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.
    651. 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()'
    652. 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.
    653. 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.
    654. 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.
    655. 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.
    656. 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.
    657. 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.
    658. 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.
    659. 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.
    660. 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.
    661. 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.
    662. 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.
    663. 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.
    664. 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.
    665. 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.
    666. 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.
    667. 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.
    668. 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.
    669. 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.
    670. 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.
    671. 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.
    672. 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.
    673. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
    674. ========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========
    675.  


    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.
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,896
    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 ?
     
  3. kshitijgandhi

    kshitijgandhi

    Joined:
    Jul 13, 2015
    Posts:
    28
    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 -

    Code (CSharp):
    1. Restoring NuGet packages...
    2. 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.'
    3. 1>------ Rebuild All started: Project: My App, Configuration: Master x86 ------
    4. 1>  UnityInstallationDir "C:\Program Files\Unity 5.1.1f1\Editor".
    5. 1>  UnityWSAPlayerDir "C:\Program Files\Unity 5.1.1f1\Editor\Data\PlaybackEngines\metrosupport".
    6. 1>  UnityProjectDir "C:\Code\Unity\MyApp3D".
    7. 1>  Copying unprocessed assemblies...
    8. 1>  Running AssemblyConverter...
    9. 1>   Reading Assembly-CSharp-firstpass.dll
    10. 1>   Reading Assembly-CSharp.dll
    11. 1>   Reading Assembly-UnityScript-firstpass.dll
    12. 1>   Reading Assembly-UnityScript.dll
    13. 1>   Reading UnityEngine.dll
    14. 1>   Reading DeviceHelperLibrary.dll
    15. 1>   Reading UnityEngine.UI.dll
    16. 1>   Reading FacebookLibrary.dll
    17. 1>   Reading PushNotificationLibrary.dll
    18. 1>   Reading UnityEngine.Networking.dll
    19. 1>   Reading Facebook.dll
    20. 1>   Reading Facebook.Client.dll
    21. 1>   Reading ImagePickerLibrary.dll
    22. 1>   Reading DnsResolverLibrary.dll
    23. 1>   Reading Newtonsoft.Json.dll
    24. 1>   Settings:
    25. 1>    Platform = UAP
    26. 1>    SkipMeta = False
    27. 1>    64bit = False
    28. 1>    RemoveDebuggableAttribute = True
    29. 1>  AssemblyConverter done.
    30. 1>  My App -> C:\Code\My App 3D Win10 1\My App\bin\x86\Master\My App.exe
    31. 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
    32. 1>  Starting .NET Native compilation
    33. 1>  Processing application code
    34. 1>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()'.
    35. 1>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()'.
    36. 1>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()'.
    37. 1>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()'.
    38. 1>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)'.
    39. 1>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>)'.
    40. 1>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)'.
    41. 1>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()'.
    42. 1>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>)'.
    43. 1>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)'.
    44. 1>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()'.
    45. 1>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>)'.
    46. 1>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)'.
    47. 1>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>)'.
    48. 1>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>)'.
    49. 1>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()'.
    50. 1>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)'.
    51. 1>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)'.
    52. 1>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)'.
    53. 1>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>)'.
    54. 1>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)'.
    55. 1>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)'.
    56. 1>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)'.
    57. 1>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()'.
    58. 1>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()'.
    59. 1>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()'.
    60. 1>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()'.
    61. 1>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)'.
    62. 1>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)'.
    63. 1>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)'.
    64. 1>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()'.
    65. 1>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()'.
    66. 1>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()'.
    67. 1>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()'.
    68. 1>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()'.
    69. 1>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>)'.
    70. 1>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>)'.
    71. 1>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()'.
    72. 1>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)'.
    73. 1>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)'.
    74. 1>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>)'.
    75. 1>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)'.
    76. 1>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)'.
    77. 1>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)'.
    78. 1>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)'.
    79. 1>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()'.
    80. 1>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()'.
    81. 1>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)'.
    82. 1>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()'.
    83. 1>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()'.
    84. 1>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)'.
    85. 1>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)'.
    86. 1>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()'.
    87. 1>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()'.
    88. 1>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()'.
    89. 1>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()'.
    90. 1>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()'.
    91. 1>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)'.
    92. 1>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()'.
    93. 1>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()'.
    94. 1>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)'.
    95. 1>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()'.
    96. 1>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)'.
    97. 1>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()'.
    98. 1>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()'.
    99. 1>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)'.
    100. 1>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()'.
    101. 1>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)'.
    102. 1>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)'.
    103. 1>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()'.
    104. 1>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()'.
    105. 1>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()'.
    106. 1>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()'.
    107. 1>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()'.
    108. 1>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()'.
    109. 1>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()'.
    110. 1>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()'.
    111. 1>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()'.
    112. 1>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()'.
    113. 1>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>)'.
    114. 1>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>)'.
    115. 1>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)'.
    116. 1>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)'.
    117. 1>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)'.
    118. 1>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)'.
    119. 1>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)'.
    120. 1>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()'.
    121. 1>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()'.
    122. 1>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()'.
    123. 1>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()'.
    124. 1>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()'.
    125. 1>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()'.
    126. 1>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()'.
    127. 1>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()'.
    128. 1>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()'.
    129. 1>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()'.
    130. 1>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>)'.
    131. 1>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>)'.
    132. 1>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)'.
    133. 1>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)'.
    134. 1>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)'.
    135. 1>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()'.
    136. 1>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()'.
    137. 1>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()'.
    138. 1>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>)'.
    139. 1>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)'.
    140. 1>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)'.
    141. 1>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)'.
    142. 1>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)'.
    143. 1>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)'.
    144. 1>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)'.
    145. 1>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()'.
    146. 1>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()'.
    147. 1>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()'.
    148. 1>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()'.
    149. 1>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()'.
    150. 1>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()'.
    151. 1>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()'.
    152. 1>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()'.
    153. 1>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()'.
    154. 1>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()'.
    155. 1>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()'.
    156. 1>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()'.
    157. 1>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()'.
    158. 1>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()'.
    159. 1>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()'.
    160. 1>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()'.
    161. 1>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()'.
    162. 1>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()'.
    163. 1>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)'.
    164. 1>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()'.
    165. 1>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()'.
    166. 1>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>)'.
    167. 1>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()'.
    168. 1>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)'.
    169. 1>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>)'.
    170. 1>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()'.
    171. 1>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)'.
    172. 1>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>)'.
    173. 1>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)'.
    174. 1>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()'.
    175. 1>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()'.
    176. 1>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()'.
    177. 1>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()'.
    178. 1>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()'.
    179. 1>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()'.
    180. 1>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)'.
    181. 1>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>)'.
    182. 1>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)'.
    183. 1>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()'.
    184. 1>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()'.
    185. 1>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()'.
    186. 1>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()'.
    187. 1>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()'.
    188. 1>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()'.
    189. 1>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)'.
    190. 1>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()'.
    191. 1>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()'.
    192. 1>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()'.
    193. 1>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()'.
    194. 1>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()'.
    195. 1>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()'.
    196. 1>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()'.
    197. 1>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()'.
    198. 1>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()'.
    199. 1>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()'.
    200. 1>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()'.
    201. 1>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()'.
    202. 1>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()'.
    203. 1>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)'.
    204. 1>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>)'.
    205. 1>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)'.
    206. 1>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>)'.
    207. 1>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)'.
    208. 1>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()'.
    209. 1>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()'.
    210. 1>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()'.
    211. 1>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>)'.
    212. 1>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()'.
    213. 1>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>)'.
    214. 1>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()'.
    215. 1>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>)'.
    216. 1>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>)'.
    217. 1>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>)'.
    218. 1>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>)'.
    219. 1>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()'.
    220. 1>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>)'.
    221. 1>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)'.
    222. 1>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)'.
    223. 1>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)'.
    224. 1>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()'.
    225. 1>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>)'.
    226. 1>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>)'.
    227. 1>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>)'.
    228. 1>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>)'.
    229. 1>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()'.
    230. 1>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>)'.
    231. 1>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)'.
    232. 1>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)'.
    233. 1>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)'.
    234. 1>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)'.
    235. 1>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)'.
    236. 1>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)'.
    237. 1>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>)'.
    238. 1>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>)'.
    239. 1>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)'.
    240. 1>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>)'.
    241. 1>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)'.
    242. 1>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)'.
    243. 1>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()'.
    244. 1>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)'.
    245. 1>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)'.
    246. 1>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)'.
    247. 1>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)'.
    248. 1>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)'.
    249. 1>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)'.
    250. 1>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)'.
    251. 1>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>)'.
    252. 1>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)'.
    253. 1>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)'.
    254. 1>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)'.
    255. 1>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()'.
    256. 1>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)'.
    257. 1>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)'.
    258. 1>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)'.
    259. 1>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)'.
    260. 1>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>)'.
    261. 1>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)'.
    262. 1>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>)'.
    263. 1>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)'.
    264. 1>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()'.
    265. 1>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()'.
    266. 1>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()'.
    267. 1>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)'.
    268. 1>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()'.
    269. 1>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)'.
    270. 1>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)'.
    271. 1>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)'.
    272. 1>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)'.
    273. 1>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)'.
    274. 1>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)'.
    275. 1>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)'.
    276. 1>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)'.
    277. 1>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)'.
    278. 1>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)'.
    279. 1>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)'.
    280. 1>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)'.
    281. 1>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)'.
    282. 1>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)'.
    283. 1>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)'.
    284. 1>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)'.
    285. 1>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)'.
    286. 1>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)'.
    287. 1>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)'.
    288. 1>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)'.
    289. 1>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)'.
    290. 1>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)'.
    291. 1>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)'.
    292. 1>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)'.
    293. 1>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)'.
    294. 1>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)'.
    295. 1>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()'.
    296. 1>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)'.
    297. 1>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)'.
    298. 1>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)'.
    299. 1>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)'.
    300. 1>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)'.
    301. 1>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)'.
    302. 1>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)'.
    303. 1>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)'.
    304. 1>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)'.
    305. 1>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)'.
    306. 1>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)'.
    307. 1>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)'.
    308. 1>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)'.
    309. 1>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)'.
    310. 1>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)'.
    311. 1>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)'.
    312. 1>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)'.
    313. 1>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)'.
    314. 1>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)'.
    315. 1>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)'.
    316. 1>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)'.
    317. 1>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)'.
    318. 1>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)'.
    319. 1>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)'.
    320. 1>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)'.
    321. 1>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>)'.
    322. 1>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>)'.
    323. 1>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)'.
    324. 1>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)'.
    325. 1>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)'.
    326. 1>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()'.
    327. 1>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()'.
    328. 1>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()'.
    329. 1>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)'.
    330. 1>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()'.
    331. 1>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)'.
    332. 1>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)'.
    333. 1>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)'.
    334. 1>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)'.
    335. 1>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)'.
    336. 1>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>)'.
    337. 1>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)'.
    338. 1>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>)'.
    339. 1>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)'.
    340. 1>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)'.
    341. 1>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)'.
    342. 1>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)'.
    343. 1>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)'.
    344. 1>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)'.
    345. 1>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)'.
    346. 1>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)'.
    347. 1>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)'.
    348. 1>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)'.
    349. 1>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)'.
    350. 1>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)'.
    351. 1>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)'.
    352. 1>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)'.
    353. 1>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)'.
    354. 1>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)'.
    355. 1>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)'.
    356. 1>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)'.
    357. 1>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)'.
    358. 1>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)'.
    359. 1>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()'.
    360. 1>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)'.
    361. 1>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)'.
    362. 1>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)'.
    363. 1>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)'.
    364. 1>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)'.
    365. 1>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)'.
    366. 1>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)'.
    367. 1>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)'.
    368. 1>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)'.
    369. 1>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)'.
    370. 1>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)'.
    371. 1>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)'.
    372. 1>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)'.
    373. 1>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)'.
    374. 1>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)'.
    375. 1>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)'.
    376. 1>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)'.
    377. 1>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)'.
    378. 1>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)'.
    379. 1>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)'.
    380. 1>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)'.
    381. 1>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)'.
    382. 1>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)'.
    383. 1>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)'.
    384. 1>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)'.
    385. 1>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)'.
    386. 1>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)'.
    387. 1>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()'.
    388. 1>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()'.
    389. 1>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()'.
    390. 1>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>)'.
    391. 1>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()'.
    392. 1>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()'.
    393. 1>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()'.
    394. 1>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>)'.
    395. 1>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()'.
    396. 1>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()'.
    397. 1>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()'.
    398. 1>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>)'.
    399. 1>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>)'.
    400. 1>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>)'.
    401. 1>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>)'.
    402. 1>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)'.
    403. 1>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)'.
    404. 1>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)'.
    405. 1>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)'.
    406. 1>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)'.
    407. 1>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)'.
    408. 1>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()'.
    409. 1>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)'.
    410. 1>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)'.
    411. 1>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)'.
    412. 1>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)'.
    413. 1>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)'.
    414. 1>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()'.
    415. 1>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()'.
    416. 1>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()'.
    417. 1>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()'.
    418. 1>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)'.
    419. 1>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)'.
    420. 1>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)'.
    421. 1>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)'.
    422. 1>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)'.
    423. 1>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)'.
    424. 1>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)'.
    425. 1>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)'.
    426. 1>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>)'.
    427. 1>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>)'.
    428. 1>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)'.
    429. 1>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)'.
    430. 1>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>)'.
    431. 1>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>)'.
    432. 1>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)'.
    433. 1>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)'.
    434. 1>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)'.
    435. 1>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)'.
    436. 1>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()'.
    437. 1>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)'.
    438. 1>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)'.
    439. 1>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)'.
    440. 1>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)'.
    441. 1>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)'.
    442. 1>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()'.
    443. 1>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()'.
    444. 1>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)'.
    445. 1>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)'.
    446. 1>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)'.
    447. 1>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)'.
    448. 1>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)'.
    449. 1>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)'.
    450. 1>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()'.
    451. 1>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()'.
    452. 1>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)'.
    453. 1>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)'.
    454. 1>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()'.
    455. 1>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()'.
    456. 1>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)'.
    457. 1>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)'.
    458. 1>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)'.
    459. 1>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()'.
    460. 1>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()'.
    461. 1>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)'.
    462. 1>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>)'.
    463. 1>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)'.
    464. 1>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)'.
    465. 1>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)'.
    466. 1>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)'.
    467. 1>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>)'.
    468. 1>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>)'.
    469. 1>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>)'.
    470. 1>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>)'.
    471. 1>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>)'.
    472. 1>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>)'.
    473. 1>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>)'.
    474. 1>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>)'.
    475. 1>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>)'.
    476. 1>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>)'.
    477. 1>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>)'.
    478. 1>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)'.
    479. 1>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>)'.
    480. 1>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)'.
    481. 1>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)'.
    482. 1>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)'.
    483. 1>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)'.
    484. 1>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)'.
    485. 1>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)'.
    486. 1>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)'.
    487. 1>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)'.
    488. 1>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)'.
    489. 1>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)'.
    490. 1>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)'.
    491. 1>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)'.
    492. 1>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>)'.
    493. 1>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)'.
    494. 1>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>)'.
    495. 1>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>)'.
    496. 1>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>)'.
    497. 1>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()'.
    498. 1>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)'.
    499. 1>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)'.
    500. 1>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)'.
    501. 1>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()'.
    502. 1>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()'.
    503. 1>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()'.
    504. 1>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()'.
    505. 1>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()'.
    506. 1>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>)'.
    507. 1>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>)'.
    508. 1>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>)'.
    509. 1>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>)'.
    510. 1>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>)'.
    511. 1>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>)'.
    512. 1>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>)'.
    513. 1>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)'.
    514. 1>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>)'.
    515. 1>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>)'.
    516. 1>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)'.
    517. 1>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>)'.
    518. 1>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>)'.
    519. 1>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>)'.
    520. 1>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)'.
    521. 1>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>)'.
    522. 1>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>)'.
    523. 1>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>)'.
    524. 1>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)'.
    525. 1>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()'.
    526. 1>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()'.
    527. 1>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()'.
    528. 1>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()'.
    529. 1>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>)'.
    530. 1>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)'.
    531. 1>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)'.
    532. 1>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>)'.
    533. 1>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)'.
    534. 1>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)'.
    535. 1>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)'.
    536. 1>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)'.
    537. 1>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)'.
    538. 1>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)'.
    539. 1>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)'.
    540. 1>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)'.
    541. 1>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)'.
    542. 1>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)'.
    543. 1>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)'.
    544. 1>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)'.
    545. 1>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)'.
    546. 1>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)'.
    547. 1>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)'.
    548. 1>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)'.
    549. 1>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)'.
    550. 1>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)'.
    551. 1>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)'.
    552. 1>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()'.
    553. 1>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()'.
    554. 1>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()'.
    555. 1>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>)'.
    556. 1>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>)'.
    557. 1>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)'.
    558. 1>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)'.
    559. 1>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>)'.
    560. 1>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>)'.
    561. 1>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)'.
    562. 1>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)'.
    563. 1>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)'.
    564. 1>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)'.
    565. 1>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)'.
    566. 1>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)'.
    567. 1>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)'.
    568. 1>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()'.
    569. 1>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)'.
    570. 1>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)'.
    571. 1>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)'.
    572. 1>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()'.
    573. 1>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)'.
    574. 1>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)'.
    575. 1>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)'.
    576. 1>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)'.
    577. 1>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)'.
    578. 1>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)'.
    579. 1>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)'.
    580. 1>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()'.
    581. 1>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)'.
    582. 1>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)'.
    583. 1>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)'.
    584. 1>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)'.
    585. 1>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()'.
    586. 1>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()'.
    587. 1>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()'.
    588. 1>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)'.
    589. 1>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()'.
    590. 1>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()'.
    591. 1>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()'.
    592. 1>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)'.
    593. 1>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)'.
    594. 1>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()'.
    595. 1>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()'.
    596. 1>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()'.
    597. 1>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)'.
    598. 1>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()'.
    599. 1>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()'.
    600. 1>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()'.
    601. 1>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()'.
    602. 1>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)'.
    603. 1>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()'.
    604. 1>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()'.
    605. 1>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()'.
    606. 1>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()'.
    607. 1>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()'.
    608. 1>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()'.
    609. 1>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>)'.
    610. 1>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>)'.
    611. 1>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>)'.
    612. 1>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>)'.
    613. 1>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()'.
    614. 1>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()'.
    615. 1>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()'.
    616. 1>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()'.
    617. 1>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)'.
    618. 1>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>)'.
    619. 1>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>)'.
    620. 1>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()'.
    621. 1>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()'.
    622. 1>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()'.
    623. 1>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()'.
    624. 1>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()'.
    625. 1>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()'.
    626. 1>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>)'.
    627. 1>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>)'.
    628. 1>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>)'.
    629. 1>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)'.
    630. 1>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()'.
    631. 1>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()'.
    632. 1>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()'.
    633. 1>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()'.
    634. 1>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>)'.
    635. 1>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>)'.
    636. 1>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>)'.
    637. 1>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>)'.
    638. 1>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()'.
    639. 1>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()'.
    640. 1>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()'.
    641. 1>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()'.
    642. 1>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)'.
    643. 1>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>)'.
    644. 1>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>)'.
    645. 1>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()'.
    646. 1>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()'.
    647. 1>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()'.
    648. 1>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()'.
    649. 1>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()'.
    650. 1>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()'.
    651. 1>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>)'.
    652. 1>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>)'.
    653. 1>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>)'.
    654. 1>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)'.
    655. 1>  Computing application closure and generating interop code
    656. 1>  Generating serialization code
    657. 1>  Compiling interop code
    658. 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.
    659. 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.
    660. 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.
    661. 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.
    662. 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.
    663. 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.
    664. 1>  Cleaning up unreferenced code
    665. 1>  Generating native code
    666. 1>  Generating fixups for native code
    667. ========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
    668.  
    Debug -

    Code (CSharp):
    1.  
    2. '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.
    3. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Symbols loaded.
    4. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    5. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Symbols loaded.
    6. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\combase.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    7. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    8. '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.
    9. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    10. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sspicli.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    11. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbase.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    12. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbase.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    13. '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.
    14. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    15. 'My App.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\ucrtbase.dll'
    16. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcryptprimitives.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    17. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sechost.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    18. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oleaut32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    19. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ws2_32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    20. '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.
    21. '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.
    22. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\WinTypes.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    23. '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.
    24. '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.
    25. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mrt100.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    26. '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.
    27. '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.
    28. 'My App.exe' (CLR Native Compilation v1.0): Loaded '"My App".dll'. Symbols loaded.
    29. '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.
    30. '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.
    31. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Interop.dll'. Symbols loaded.
    32. '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.
    33. '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.
    34. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.IO.dll'. PDB file was not present when IL code was compiled to native.
    35. '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.
    36. '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.
    37. '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.
    38. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Globalization.dll'. PDB file was not present when IL code was compiled to native.
    39. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.ObjectModel.dll'. PDB file was not present when IL code was compiled to native.
    40. '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.
    41. '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.
    42. '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.
    43. '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.
    44. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Threading.dll'. Symbols loaded.
    45. '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.
    46. '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.
    47. '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.
    48. '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.
    49. '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.
    50. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Console.dll'. Symbols loaded.
    51. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Reflection.dll'. Symbols loaded.
    52. '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.
    53. '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.
    54. '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.
    55. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Reflection.Execution.dll'. Symbols loaded.
    56. '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.
    57. '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.
    58. '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.
    59. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Reflection.Metadata.dll'. Symbols loaded.
    60. '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.
    61. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.Reflection.Core.dll'. Symbols loaded.
    62. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.TypeLoader.dll'. Symbols loaded.
    63. '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.
    64. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Linq.dll'. PDB file was not present when IL code was compiled to native.
    65. '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.
    66. '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.
    67. '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.
    68. '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.
    69. '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.
    70. '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.
    71. '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.
    72. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.StackTraceGenerator.dll'. Symbols loaded.
    73. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.ComponentModel.dll'. PDB file was not present when IL code was compiled to native.
    74. '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.
    75. '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.
    76. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Reflection.dll'. PDB file was not present when IL code was compiled to native.
    77. '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.
    78. '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.
    79. '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.
    80. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'Microsoft.CSharp.dll'. PDB file was not present when IL code was compiled to native.
    81. '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.
    82. '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.
    83. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Collections.dll'. PDB file was not present when IL code was compiled to native.
    84. '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.
    85. '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.
    86. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.PortableThunks.dll'. Symbols loaded.
    87. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'WinRTBridge.dll'. PDB file was not present when IL code was compiled to native.
    88. '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.
    89. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'Microsoft.ApplicationInsights.dll'. PDB file was not present when IL code was compiled to native.
    90. '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.
    91. '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.
    92. '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.
    93. '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.
    94. '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.
    95. '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.
    96. '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.
    97. '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.
    98. '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.
    99. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CompatQuirks.dll'. Symbols loaded.
    100. '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.
    101. '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.
    102. '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.
    103. '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.
    104. '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.
    105. '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.
    106. '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.
    107. '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.
    108. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.AppContext.dll'. PDB file was not present when IL code was compiled to native.
    109. '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.
    110. '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.
    111. '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.
    112. '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.
    113. '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.
    114. '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.
    115. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Threading.dll'. PDB file was not present when IL code was compiled to native.
    116. '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.
    117. '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.
    118. '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.
    119. '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.
    120. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.DeveloperExperience.AppX.dll'. Symbols loaded.
    121. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.WinRTInterop.CoreLib.dll'. Symbols loaded.
    122. '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.
    123. '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.
    124. '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.
    125. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.dll'. PDB file was not present when IL code was compiled to native.
    126. '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.
    127. '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.
    128. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'mscorlib.dll'. PDB file was not present when IL code was compiled to native.
    129. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'Assembly-CSharp-firstpass.dll'. Symbols loaded.
    130. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'Assembly-CSharp.dll'. Symbols loaded.
    131. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'Assembly-UnityScript-firstpass.dll'. Symbols loaded.
    132. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'Assembly-UnityScript.dll'. Symbols loaded.
    133. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'Boo.Lang.dll'. PDB file was not present when IL code was compiled to native.
    134. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'DeviceHelperLibrary.dll'. Symbols loaded.
    135. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'DnsResolverLibrary.dll'. Symbols loaded.
    136. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'Facebook.Client.dll'. Symbols loaded.
    137. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'Facebook.dll'. Symbols loaded.
    138. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'FacebookLibrary.dll'. Symbols loaded.
    139. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'ImagePickerLibrary.dll'. Symbols loaded.
    140. '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.
    141. '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.
    142. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'Newtonsoft.Json.dll'. Symbols loaded.
    143. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'PushNotificationLibrary.dll'. Symbols loaded.
    144. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'UnityEngine.dll'. Symbols loaded.
    145. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'UnityEngine.Networking.dll'. Symbols loaded.
    146. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'UnityEngine.UI.dll'. Symbols loaded.
    147. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'UnityEngineProxy.dll'. PDB file was not present when IL code was compiled to native.
    148. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'UnityScript.Lang.dll'. PDB file was not present when IL code was compiled to native.
    149. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'WinRTLegacy.dll'. PDB file was not present when IL code was compiled to native.
    150. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Runtime.Serialization.Generated.dll'. Symbols loaded.
    151. '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.
    152. 'My App.exe' (CLR Native Compilation v1.0): Loaded '"My App.Interop".dll'. Symbols loaded.
    153. 'My App.exe' (CLR Native Compilation v1.0): Loaded 'System.Private.CoreLib.dll'. Symbols loaded.
    154. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel.appcore.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    155. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\user32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    156. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    157. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\imm32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    158. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\twinapi.appcore.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    159. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcrypt.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    160. The thread 0x19f0 has exited with code 0 (0x0).
    161. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.UI.Xaml.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    162. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\CoreMessaging.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    163. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\iertutil.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    164. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\BCP47Langs.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    165. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\SHCore.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    166. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\windows.storage.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    167. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    168. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\advapi32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    169. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shlwapi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    170. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\powrprof.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    171. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\profapi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    172. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\actxprxy.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    173. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    174. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dwmapi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    175. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dxgi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    176. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\CoreUIComponents.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    177. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rmclient.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    178. 'My App.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\rmclient.dll'
    179. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\d3d11.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    180. '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.
    181. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\MMDevAPI.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    182. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mfplat.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    183. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\D3D12.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    184. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\XInputUap.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    185. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\propsys.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    186. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\devobj.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    187. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mfreadwrite.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    188. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp110_win.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    189. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\RTWorkQ.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    190. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\igd10umd32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    191. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\threadpoolwinrt.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    192. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\MrmCoreR.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    193. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.ApplicationModel.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    194. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.UI.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    195. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\d2d1.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    196. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.Storage.ApplicationData.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    197. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dcomp.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    198. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msctf.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    199. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\DataExchange.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    200. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rometadata.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    201. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.Graphics.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    202. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\urlmon.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    203. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\directmanipulation.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    204. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\DWrite.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    205. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.Globalization.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    206. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\WindowsCodecs.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    207. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.Devices.Enumeration.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    208. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\biwinrt.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    209. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\deviceassociation.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    210. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rmclient.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    211. '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.
    212. '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.
    213. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    214. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\CryptoWinRT.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    215. '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.
    216. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msxml6.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    217. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\wininet.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    218. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mscoree.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    219. '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.
    220. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\tokenbinding.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    221. 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.
    222. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\OnDemandConnRouteHelper.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    223. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\IPHLPAPI.DLL'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    224. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winhttp.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    225. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mswsock.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    226. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Windows.Media.Devices.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    227. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winnsi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    228. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\nsi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    229. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dnsapi.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    230. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\userenv.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    231. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\profext.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    232. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntmarta.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    233. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shell32.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    234. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\DevDispItemProvider.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    235. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\DDORes.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    236. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\DefaultDeviceManager.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    237. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rasadhlp.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    238. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\AudioSes.dll'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    239. 'My App.exe' (Win32): Loaded 'C:\Windows\SysWOW64\FWPUCLNT.DLL'. Skipped loading symbols. Module is native, and native debugging is currently disabled.
    240. The thread 0x150 has exited with code 0 (0x0).
    241. The thread 0x2184 has exited with code 0 (0x0).
    242. The thread 0x233c has exited with code 0 (0x0).
    243. The thread 0x21a8 has exited with code 0 (0x0).
    244. Exception thrown: 'System.Exception' in UnityEngine.dll
    245. Additional information: Method '$Metadata.GetUnityType(int)' was not included in compilation, but was referenced in $Metadata.Load(). There may have been a missing assembly.
    246.  
    247. The program '[4620] My App.exe' has exited with code 0 (0x0).
    248.  
    249.  
    The exception is -

    Exception thrown: 'System.Reflection.TargetInvocationException' in System.Private.CoreLib.dll

    Additional information: Arg_TargetInvocationException
     
  4. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,731
    Do you use Unity C# projects in your solution?
     
  5. kshitijgandhi

    kshitijgandhi

    Joined:
    Jul 13, 2015
    Posts:
    28
    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.
     
  6. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,731
    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.
     
  7. kshitijgandhi

    kshitijgandhi

    Joined:
    Jul 13, 2015
    Posts:
    28
    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.
     
  8. kshitijgandhi

    kshitijgandhi

    Joined:
    Jul 13, 2015
    Posts:
    28
    *Bump*
    Any update on this??
     
  9. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,731
    Ok, so when you build from Unity, you get a project that builds fine? The issue only happens after you change references in project?
     
  10. kshitijgandhi

    kshitijgandhi

    Joined:
    Jul 13, 2015
    Posts:
    28
    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.
     
  11. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,731
    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?
     
  12. kshitijgandhi

    kshitijgandhi

    Joined:
    Jul 13, 2015
    Posts:
    28
    Does this help??

    Additional information: Could not load type 'UnityEngine.Internal.$Metadata' from assembly 'MyLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
     
  13. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,731
    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).
     
  14. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,674
    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.
     
  15. kshitijgandhi

    kshitijgandhi

    Joined:
    Jul 13, 2015
    Posts:
    28
    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 -

    Code (CSharp):
    1. #if UNITY_WSA && !UNITY_EDITOR
    2. using System.Runtime.InteropServices.WindowsRuntime;
    3. using Windows.Foundation;
    4. using Windows.Storage.Streams;
    5. using Windows.Web.Http;
    6. using System.Threading.Tasks;
    7. #endif
    8.  
    9. private HttpClient client;
    10. private IAsyncOperationWithProgress<HttpResponseMessage, HttpProgress> clientTask;
    11.  

    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???

    Code (CSharp):
    1. 1>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()'.
    2. 1>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()'.
    3. 1>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)'.
    4. 1>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()'.
    5. 1>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()'.
    6. 1>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()'.
    7. 1>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()'.
    8. 1>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)'.
    9. 1>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.
     
  16. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,674
    This is a warning, not an error. That should be pretty harmless.
     
  17. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,731
    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.
     
  18. Onotseike

    Onotseike

    Joined:
    May 26, 2015
    Posts:
    23
    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.
     
  19. Aurimas-Cernius

    Aurimas-Cernius

    Unity Technologies

    Joined:
    Jul 31, 2013
    Posts:
    3,731
    For testing purposes you can disable .NET Native for sure. But it is required for final submission to store.
     
  20. turov_k

    turov_k

    Joined:
    Feb 12, 2016
    Posts:
    2
    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.
     
    Last edited: Oct 11, 2017