Search Unity

Unity 2017.3.0p4 VS2017 - UWP Package Store Fail

Discussion in 'Windows' started by Liviuss, Feb 14, 2018.

  1. Liviuss

    Liviuss

    Joined:
    Apr 2, 2014
    Posts:
    101
    Hi,
    In short, i recently purchased microsoft dev account to migrate my project to Windows Store.
    Last 2 weeks was dedicated to study all docs around about migration and deployment to UWP.

    I fixed all my scripts/scenes and the build from unity was ok. I use XAML build type, backend .NET, API Compat .NET 4.6 and Scripting Runtime .NET 3.5.

    Unity built the project without errors.

    1. Opened the project in VS2017 15.5.6
    2. Build with MASTER failed
    3. Updated all NUGET packages to latest version
    4. Build with MASTER failed
    5. Switched Min version of project to -> Windows 10 Creator Update (10.0; Build 15063)
    6. Build with Master/Release it's ok. Application run smooth with no errors.
    7. Associate app with the store -> Ok
    8. Create Packages Fail

    Does Unity 2017.3.0p4 can be used for for UWP developement? What version of Unity is production ready for UWP?

    Thanks for help.

    Errors on Package:
    Code (CSharp):
    1. NU1608: Detected package version outside of dependency constraint: Microsoft.ApplicationInsights.WindowsApps 1.1.1 requires Microsoft.ApplicationInsights (= 1.2.3) but version Microsoft.ApplicationInsights 2.5.0 was resolved.
    2. NU1608: Detected package version outside of dependency constraint: Microsoft.ApplicationInsights.WindowsApps 1.1.1 requires Microsoft.ApplicationInsights (= 1.2.3) but version Microsoft.ApplicationInsights 2.5.0 was resolved.
    3. NU1608: Detected package version outside of dependency constraint: Microsoft.ApplicationInsights.WindowsApps 1.1.1 requires Microsoft.ApplicationInsights (= 1.2.3) but version Microsoft.ApplicationInsights 2.5.0 was resolved.
    4. 1>------ Build started: Project: ProjectName, Configuration: Master x86 ------
    5. 1>D:\UnityProjects\ProjectNameUWP\ProjectName\App.xaml.cs(99,13,99,71): warning CS0618: 'ApplicationView.SuppressSystemOverlays.set' is obsolete: 'Use the TryEnterFullScreen method and IsFullScreenMode property instead of SuppressSystemOverlays. For more info, see MSDN.'
    6. 1>  ProjectName -> D:\UnityProjects\ProjectNameUWP\ProjectName\bin\x86\Master\ProjectName.exe
    7. 1>  UnityWSAPlayerDir "C:\Program Files\Unity\Editor\Data\PlaybackEngines\MetroSupport\".
    8. 1>  UnityProjectDir "D:\UnityProjects\ProjectName\".
    9. 1>  Copying unprocessed assemblies...
    10. 1>  Running AssemblyConverter...
    11. 1>  AssemblyConverter done.
    12. 1>  Modifying AppxPackagePayload
    13. 1>  Processing application code
    14. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26689(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'System.Void Windows.Foundation.EventHandler<System.Object>.Invoke(System.Object, System.Object)'.
    15. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26695(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.HResult Windows.Foundation.IAsyncInfo.get_ErrorCode()'.
    16. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26866(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.Void Windows.Foundation.IClosable.Close()'.
    17. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26871(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Foundation.IPropertyValue.GetDateTime()'.
    18. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26876(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.Foundation.IPropertyValue.GetPoint()'.
    19. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26877(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.Foundation.IPropertyValue.GetRect()'.
    20. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26879(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Size Windows.Foundation.IPropertyValue.GetSize()'.
    21. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26881(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.TimeSpan Windows.Foundation.IPropertyValue.GetTimeSpan()'.
    22. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26886(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.Byte Windows.Foundation.IReference<System.Byte>.Value.get()'.
    23. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26887(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.Guid Windows.Foundation.IReference<System.Guid>.Value.get()'.
    24. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26888(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.Single Windows.Foundation.IReference<System.Single>.Value.get()'.
    25. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26889(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.UInt32 Windows.Foundation.IReference<System.UInt32>.Value.get()'.
    26. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26890(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.UInt64 Windows.Foundation.IReference<System.UInt64>.Value.get()'.
    27. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26891(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Foundation.IReference<Windows.Foundation.DateTime>.Value.get()'.
    28. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26892(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.Foundation.IReference<Windows.Foundation.Rect>.Value.get()'.
    29. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26893(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.TimeSpan Windows.Foundation.IReference<Windows.Foundation.TimeSpan>.Value.get()'.
    30. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26894(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Perception.Spatial.SpatialBoundingBox Windows.Foundation.IReference<Windows.Perception.Spatial.SpatialBoundingBox>.Value.get()'.
    31. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26940(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Foundation.Collections.IObservableMap<System.String, System.Object>.add_MapChanged(Windows.Foundation.Collections.MapChangedEventHandler<System.String, System.Object>)'.
    32. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26941(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)'.
    33. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26943(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactAddress> Windows.ApplicationModel.Contacts.Contact.get_Addresses()'.
    34. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26945(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactConnectedServiceAccount> Windows.ApplicationModel.Contacts.Contact.get_ConnectedServiceAccounts()'.
    35. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26947(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.ApplicationModel.Contacts.Contact.get_DataSuppliers()'.
    36. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26950(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.ApplicationModel.Contacts.Contact.get_DisplayPictureUserUpdateTime()'.
    37. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26951(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactEmail> Windows.ApplicationModel.Contacts.Contact.get_Emails()'.
    38. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26952(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.IContactField> Windows.ApplicationModel.Contacts.Contact.get_Fields()'.
    39. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26958(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactDate> Windows.ApplicationModel.Contacts.Contact.get_ImportantDates()'.
    40. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26962(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactJobInfo> Windows.ApplicationModel.Contacts.Contact.get_JobInfo()'.
    41. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26969(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactPhone> Windows.ApplicationModel.Contacts.Contact.get_Phones()'.
    42. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26973(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactSignificantOther> Windows.ApplicationModel.Contacts.Contact.get_SignificantOthers()'.
    43. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26979(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactWebsite> Windows.ApplicationModel.Contacts.Contact.get_Websites()'.
    44. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke26984(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.Contacts.Contact.put_DisplayPictureUserUpdateTime(Windows.Foundation.DateTime)'.
    45. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27013(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.IContactField> Windows.ApplicationModel.Contacts.IContact.get_Fields()'.
    46. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27018(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactAddress> Windows.ApplicationModel.Contacts.IContact2.get_Addresses()'.
    47. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27019(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactConnectedServiceAccount> Windows.ApplicationModel.Contacts.IContact2.get_ConnectedServiceAccounts()'.
    48. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27020(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.ApplicationModel.Contacts.IContact2.get_DataSuppliers()'.
    49. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27021(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactEmail> Windows.ApplicationModel.Contacts.IContact2.get_Emails()'.
    50. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27023(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactDate> Windows.ApplicationModel.Contacts.IContact2.get_ImportantDates()'.
    51. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27024(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactJobInfo> Windows.ApplicationModel.Contacts.IContact2.get_JobInfo()'.
    52. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27026(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactPhone> Windows.ApplicationModel.Contacts.IContact2.get_Phones()'.
    53. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27028(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactSignificantOther> Windows.ApplicationModel.Contacts.IContact2.get_SignificantOthers()'.
    54. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27029(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.ApplicationModel.Contacts.ContactWebsite> Windows.ApplicationModel.Contacts.IContact2.get_Websites()'.
    55. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27035(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.ApplicationModel.Contacts.IContact3.get_DisplayPictureUserUpdateTime()'.
    56. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27049(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.Contacts.IContact3.put_DisplayPictureUserUpdateTime(Windows.Foundation.DateTime)'.
    57. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27083(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>)'.
    58. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27084(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>)'.
    59. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27085(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.ApplicationModel.DataTransfer.DataPackage.add_ShareCompleted(Windows.Foundation.TypedEventHandler<Windows.ApplicationModel.DataTransfer.DataPackage, Windows.ApplicationModel.DataTransfer.ShareCompletedEventArgs>)'.
    60. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27088(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.get_ResourceMap()'.
    61. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27091(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)'.
    62. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27092(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)'.
    63. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27093(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackage.remove_ShareCompleted(Windows.Foundation.EventRegistrationToken)'.
    64. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27094(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackage.SetApplicationLink(Windows.Foundation.Uri)'.
    65. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27100(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>)'.
    66. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27101(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)'.
    67. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27103(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackage.SetUri(Windows.Foundation.Uri)'.
    68. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27104(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackage.SetWebLink(Windows.Foundation.Uri)'.
    69. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27105(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.get_ApplicationListingUri()'.
    70. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27107(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.get_ContentSourceApplicationLink()'.
    71. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27108(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.get_ContentSourceWebLink()'.
    72. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27111(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.get_FileTypes()'.
    73. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27112(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Color Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.get_LogoBackgroundColor()'.
    74. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27117(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)'.
    75. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27119(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)'.
    76. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27120(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)'.
    77. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27123(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.DataPackagePropertySet.put_LogoBackgroundColor(Windows.UI.Color)'.
    78. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27128(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.get_ApplicationListingUri()'.
    79. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27130(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.get_ContentSourceApplicationLink()'.
    80. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27131(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.get_ContentSourceWebLink()'.
    81. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27134(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.get_FileTypes()'.
    82. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27135(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Color Windows.ApplicationModel.DataTransfer.DataPackagePropertySetView.get_LogoBackgroundColor()'.
    83. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27141(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.ApplicationModel.DataTransfer.DataPackageView.get_AvailableFormats()'.
    84. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27144(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Uri> Windows.ApplicationModel.DataTransfer.DataPackageView.GetApplicationLinkAsync()'.
    85. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27148(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMapView<System.String, Windows.Storage.Streams.RandomAccessStreamReference>> Windows.ApplicationModel.DataTransfer.DataPackageView.GetResourceMapAsync()'.
    86. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27150(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.IStorageItem>> Windows.ApplicationModel.DataTransfer.DataPackageView.GetStorageItemsAsync()'.
    87. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27153(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Uri> Windows.ApplicationModel.DataTransfer.DataPackageView.GetUriAsync()'.
    88. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27154(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Uri> Windows.ApplicationModel.DataTransfer.DataPackageView.GetWebLinkAsync()'.
    89. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27162(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.ApplicationModel.DataTransfer.DataProviderRequest.get_Deadline()'.
    90. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27166(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>)'.
    91. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27167(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>)'.
    92. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27170(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.get_ResourceMap()'.
    93. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27173(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)'.
    94. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27174(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)'.
    95. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27180(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>)'.
    96. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27181(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)'.
    97. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27183(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackage.SetUri(Windows.Foundation.Uri)'.
    98. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27184(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackage2.SetApplicationLink(Windows.Foundation.Uri)'.
    99. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27185(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackage2.SetWebLink(Windows.Foundation.Uri)'.
    100. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27186(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.ApplicationModel.DataTransfer.IDataPackage3.add_ShareCompleted(Windows.Foundation.TypedEventHandler<Windows.ApplicationModel.DataTransfer.DataPackage, Windows.ApplicationModel.DataTransfer.ShareCompletedEventArgs>)'.
    101. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27187(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackage3.remove_ShareCompleted(Windows.Foundation.EventRegistrationToken)'.
    102. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27188(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet.get_ApplicationListingUri()'.
    103. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27191(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet.get_FileTypes()'.
    104. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27194(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)'.
    105. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27199(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet2.get_ContentSourceApplicationLink()'.
    106. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27200(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet2.get_ContentSourceWebLink()'.
    107. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27201(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Color Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet2.get_LogoBackgroundColor()'.
    108. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27204(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)'.
    109. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27205(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)'.
    110. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27206(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.ApplicationModel.DataTransfer.IDataPackagePropertySet2.put_LogoBackgroundColor(Windows.UI.Color)'.
    111. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27211(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.IDataPackagePropertySetView.get_ApplicationListingUri()'.
    112. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27214(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.ApplicationModel.DataTransfer.IDataPackagePropertySetView.get_FileTypes()'.
    113. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27217(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.IDataPackagePropertySetView2.get_ContentSourceApplicationLink()'.
    114. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27218(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.DataTransfer.IDataPackagePropertySetView2.get_ContentSourceWebLink()'.
    115. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27219(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Color Windows.ApplicationModel.DataTransfer.IDataPackagePropertySetView2.get_LogoBackgroundColor()'.
    116. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27224(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.ApplicationModel.DataTransfer.IDataPackageView.get_AvailableFormats()'.
    117. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27230(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMapView<System.String, Windows.Storage.Streams.RandomAccessStreamReference>> Windows.ApplicationModel.DataTransfer.IDataPackageView.GetResourceMapAsync()'.
    118. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27232(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.IStorageItem>> Windows.ApplicationModel.DataTransfer.IDataPackageView.GetStorageItemsAsync()'.
    119. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27235(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Uri> Windows.ApplicationModel.DataTransfer.IDataPackageView.GetUriAsync()'.
    120. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27237(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Uri> Windows.ApplicationModel.DataTransfer.IDataPackageView2.GetApplicationLinkAsync()'.
    121. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27238(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Uri> Windows.ApplicationModel.DataTransfer.IDataPackageView2.GetWebLinkAsync()'.
    122. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27244(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.ApplicationModel.DataTransfer.IDataProviderRequest.get_Deadline()'.
    123. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27251(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Color Windows.ApplicationModel.DataTransfer.IShareProvider.get_BackgroundColor()'.
    124. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27261(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Color Windows.ApplicationModel.DataTransfer.ShareProvider.get_BackgroundColor()'.
    125. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27268(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)'.
    126. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27269(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.ApplicationModel.Store.ILicenseInformation.get_ExpirationDate()'.
    127. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27272(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.get_ProductLicenses()'.
    128. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27273(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)'.
    129. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27279(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.get_ProductListings()'.
    130. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27283(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.ApplicationModel.Store.IListingInformation2.get_SaleEndDate()'.
    131. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27290(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.ApplicationModel.Store.IProductListing2.get_SaleEndDate()'.
    132. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27292(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.Store.IProductListingWithMetadata.get_ImageUri()'.
    133. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27293(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IIterable<System.String> Windows.ApplicationModel.Store.IProductListingWithMetadata.get_Keywords()'.
    134. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27304(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)'.
    135. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27305(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.ApplicationModel.Store.LicenseInformation.get_ExpirationDate()'.
    136. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27308(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.get_ProductLicenses()'.
    137. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27309(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)'.
    138. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27318(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.get_ProductListings()'.
    139. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27319(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.ApplicationModel.Store.ListingInformation.get_SaleEndDate()'.
    140. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27324(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.ApplicationModel.Store.ProductListing.get_ImageUri()'.
    141. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27326(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IIterable<System.String> Windows.ApplicationModel.Store.ProductListing.get_Keywords()'.
    142. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27330(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.ApplicationModel.Store.ProductListing.get_SaleEndDate()'.
    143. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27594(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)'.
    144. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27595(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)'.
    145. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27840(System.Int64, System.Int64*)' at IL offset 0x1A referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Devices.Enumeration.DeviceInformation> Windows.Devices.Enumeration.DeviceInformation.CreateFromIdAsync(System.String, Windows.Foundation.Collections.IIterable<System.String>, Windows.Devices.Enumeration.DeviceInformationKind)'.
    146. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27842(System.Int64, System.Int64*)' at IL offset 0x15 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Devices.Enumeration.DeviceInformation> Windows.Devices.Enumeration.DeviceInformation.CreateFromIdAsync(System.String, Windows.Foundation.Collections.IIterable<System.String>)'.
    147. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27843(System.Int64, System.Int64*)' at IL offset 0x1A referring to invalid Windows Runtime method 'Windows.Devices.Enumeration.DeviceWatcher Windows.Devices.Enumeration.DeviceInformation.CreateWatcher(System.String, Windows.Foundation.Collections.IIterable<System.String>, Windows.Devices.Enumeration.DeviceInformationKind)'.
    148. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27847(System.Int64, System.Int64*)' at IL offset 0x15 referring to invalid Windows Runtime method 'Windows.Devices.Enumeration.DeviceWatcher Windows.Devices.Enumeration.DeviceInformation.CreateWatcher(System.String, Windows.Foundation.Collections.IIterable<System.String>)'.
    149. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27848(System.Int64, System.Int64*)' at IL offset 0x1A referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Devices.Enumeration.DeviceInformationCollection> Windows.Devices.Enumeration.DeviceInformation.FindAllAsync(System.String, Windows.Foundation.Collections.IIterable<System.String>, Windows.Devices.Enumeration.DeviceInformationKind)'.
    150. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27852(System.Int64, System.Int64*)' at IL offset 0x15 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Devices.Enumeration.DeviceInformationCollection> Windows.Devices.Enumeration.DeviceInformation.FindAllAsync(System.String, Windows.Foundation.Collections.IIterable<System.String>)'.
    151. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27860(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMapView<System.String, System.Object> Windows.Devices.Enumeration.DeviceInformation.get_Properties()'.
    152. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27865(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Enumeration.DeviceInformationCustomPairing.add_PairingRequested(Windows.Foundation.TypedEventHandler<Windows.Devices.Enumeration.DeviceInformationCustomPairing, Windows.Devices.Enumeration.DevicePairingRequestedEventArgs>)'.
    153. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27869(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Enumeration.DeviceInformationCustomPairing.remove_PairingRequested(Windows.Foundation.EventRegistrationToken)'.
    154. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27881(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMapView<System.String, System.Object> Windows.Devices.Enumeration.DeviceInformationUpdate.get_Properties()'.
    155. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27905(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Enumeration.DeviceWatcher.add_Added(Windows.Foundation.TypedEventHandler<Windows.Devices.Enumeration.DeviceWatcher, Windows.Devices.Enumeration.DeviceInformation>)'.
    156. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27906(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Enumeration.DeviceWatcher.add_EnumerationCompleted(Windows.Foundation.TypedEventHandler<Windows.Devices.Enumeration.DeviceWatcher, System.Object>)'.
    157. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27907(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Enumeration.DeviceWatcher.add_Removed(Windows.Foundation.TypedEventHandler<Windows.Devices.Enumeration.DeviceWatcher, Windows.Devices.Enumeration.DeviceInformationUpdate>)'.
    158. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27908(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Enumeration.DeviceWatcher.add_Stopped(Windows.Foundation.TypedEventHandler<Windows.Devices.Enumeration.DeviceWatcher, System.Object>)'.
    159. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27909(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Enumeration.DeviceWatcher.add_Updated(Windows.Foundation.TypedEventHandler<Windows.Devices.Enumeration.DeviceWatcher, Windows.Devices.Enumeration.DeviceInformationUpdate>)'.
    160. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27911(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.ApplicationModel.Background.DeviceWatcherTrigger Windows.Devices.Enumeration.DeviceWatcher.GetBackgroundTrigger(Windows.Foundation.Collections.IIterable<Windows.Devices.Enumeration.DeviceWatcherEventKind>)'.
    161. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27912(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Enumeration.DeviceWatcher.remove_Added(Windows.Foundation.EventRegistrationToken)'.
    162. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27913(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Enumeration.DeviceWatcher.remove_EnumerationCompleted(Windows.Foundation.EventRegistrationToken)'.
    163. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27914(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Enumeration.DeviceWatcher.remove_Removed(Windows.Foundation.EventRegistrationToken)'.
    164. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27915(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Enumeration.DeviceWatcher.remove_Stopped(Windows.Foundation.EventRegistrationToken)'.
    165. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27916(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Enumeration.DeviceWatcher.remove_Updated(Windows.Foundation.EventRegistrationToken)'.
    166. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27928(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMapView<System.String, System.Object> Windows.Devices.Enumeration.IDeviceInformation.get_Properties()'.
    167. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27934(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Enumeration.IDeviceInformationCustomPairing.add_PairingRequested(Windows.Foundation.TypedEventHandler<Windows.Devices.Enumeration.DeviceInformationCustomPairing, Windows.Devices.Enumeration.DevicePairingRequestedEventArgs>)'.
    168. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27938(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Enumeration.IDeviceInformationCustomPairing.remove_PairingRequested(Windows.Foundation.EventRegistrationToken)'.
    169. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27948(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMapView<System.String, System.Object> Windows.Devices.Enumeration.IDeviceInformationUpdate.get_Properties()'.
    170. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27959(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Enumeration.IDeviceWatcher.add_Added(Windows.Foundation.TypedEventHandler<Windows.Devices.Enumeration.DeviceWatcher, Windows.Devices.Enumeration.DeviceInformation>)'.
    171. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27960(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Enumeration.IDeviceWatcher.add_EnumerationCompleted(Windows.Foundation.TypedEventHandler<Windows.Devices.Enumeration.DeviceWatcher, System.Object>)'.
    172. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27961(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Enumeration.IDeviceWatcher.add_Removed(Windows.Foundation.TypedEventHandler<Windows.Devices.Enumeration.DeviceWatcher, Windows.Devices.Enumeration.DeviceInformationUpdate>)'.
    173. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27962(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Enumeration.IDeviceWatcher.add_Stopped(Windows.Foundation.TypedEventHandler<Windows.Devices.Enumeration.DeviceWatcher, System.Object>)'.
    174. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27963(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Devices.Enumeration.IDeviceWatcher.add_Updated(Windows.Foundation.TypedEventHandler<Windows.Devices.Enumeration.DeviceWatcher, Windows.Devices.Enumeration.DeviceInformationUpdate>)'.
    175. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27965(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Enumeration.IDeviceWatcher.remove_Added(Windows.Foundation.EventRegistrationToken)'.
    176. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27966(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Enumeration.IDeviceWatcher.remove_EnumerationCompleted(Windows.Foundation.EventRegistrationToken)'.
    177. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27967(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Enumeration.IDeviceWatcher.remove_Removed(Windows.Foundation.EventRegistrationToken)'.
    178. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27968(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Enumeration.IDeviceWatcher.remove_Stopped(Windows.Foundation.EventRegistrationToken)'.
    179. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27969(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Devices.Enumeration.IDeviceWatcher.remove_Updated(Windows.Foundation.EventRegistrationToken)'.
    180. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27972(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.ApplicationModel.Background.DeviceWatcherTrigger Windows.Devices.Enumeration.IDeviceWatcher2.GetBackgroundTrigger(Windows.Foundation.Collections.IIterable<Windows.Devices.Enumeration.DeviceWatcherEventKind>)'.
    181. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27979(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.Devices.Input.IPointerDevice.get_PhysicalDeviceRect()'.
    182. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27981(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.Devices.Input.IPointerDevice.get_ScreenRect()'.
    183. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27982(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.get_SupportedUsages()'.
    184. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27987(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.Devices.Input.PointerDevice.get_PhysicalDeviceRect()'.
    185. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27989(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.Devices.Input.PointerDevice.get_ScreenRect()'.
    186. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27990(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.get_SupportedUsages()'.
    187. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27992(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()'.
    188. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27994(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>)'.
    189. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27996(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Foundation.IMemoryBufferReference.remove_Closed(Windows.Foundation.EventRegistrationToken)'.
    190. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27997(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Foundation.IUriRuntimeClass.CombineUri(System.String)'.
    191. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke27998(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Boolean Windows.Foundation.IUriRuntimeClass.Equals(Windows.Foundation.Uri)'.
    192. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28017(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Foundation.Uri.CombineUri(System.String)'.
    193. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28018(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Boolean Windows.Foundation.Uri.Equals(Windows.Foundation.Uri)'.
    194. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28019(System.Int64, System.Int64*)' at IL offset 0x7 referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.EscapeComponent(System.String)'.
    195. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28020(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.AbsoluteCanonicalUri.get()'.
    196. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28021(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.AbsoluteUri.get()'.
    197. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28022(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.DisplayIri.get()'.
    198. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28023(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.DisplayUri.get()'.
    199. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28024(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Domain.get()'.
    200. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28025(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Extension.get()'.
    201. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28026(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Fragment.get()'.
    202. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28027(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Host.get()'.
    203. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28028(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Password.get()'.
    204. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28029(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Path.get()'.
    205. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28030(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.Int32 Windows.Foundation.Uri.Port.get()'.
    206. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28031(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.Query.get()'.
    207. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28032(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.WwwFormUrlDecoder Windows.Foundation.Uri.QueryParsed.get()'.
    208. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28033(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.RawUri.get()'.
    209. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28034(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.SchemeName.get()'.
    210. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28035(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.Boolean Windows.Foundation.Uri.Suspicious.get()'.
    211. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28036(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.UserName.get()'.
    212. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28037(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.ToString()'.
    213. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28038(System.Int64, System.Int64*)' at IL offset 0x7 referring to invalid Windows Runtime method 'System.String Windows.Foundation.Uri.UnescapeComponent(System.String)'.
    214. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28103(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Guid> Windows.Networking.Connectivity.ConnectionProfile.get_ServiceProviderGuid()'.
    215. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28106(System.Int64, System.Int64*)' at IL offset 0x25 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Networking.Connectivity.AttributedNetworkUsage>> Windows.Networking.Connectivity.ConnectionProfile.GetAttributedNetworkUsageAsync(Windows.Foundation.DateTime, Windows.Foundation.DateTime, Windows.Networking.Connectivity.NetworkUsageStates)'.
    216. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28108(System.Int64, System.Int64*)' at IL offset 0x25 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Networking.Connectivity.ConnectivityInterval>> Windows.Networking.Connectivity.ConnectionProfile.GetConnectivityIntervalsAsync(Windows.Foundation.DateTime, Windows.Foundation.DateTime, Windows.Networking.Connectivity.NetworkUsageStates)'.
    217. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28111(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'Windows.Networking.Connectivity.DataUsage Windows.Networking.Connectivity.ConnectionProfile.GetLocalUsage(Windows.Foundation.DateTime, Windows.Foundation.DateTime)'.
    218. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28112(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'Windows.Networking.Connectivity.DataUsage Windows.Networking.Connectivity.ConnectionProfile.GetLocalUsage(Windows.Foundation.DateTime, Windows.Foundation.DateTime, Windows.Networking.Connectivity.RoamingStates)'.
    219. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28114(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Networking.Connectivity.ConnectionProfile.GetNetworkNames()'.
    220. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28115(System.Int64, System.Int64*)' at IL offset 0x2A referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Networking.Connectivity.NetworkUsage>> Windows.Networking.Connectivity.ConnectionProfile.GetNetworkUsageAsync(Windows.Foundation.DateTime, Windows.Foundation.DateTime, Windows.Networking.Connectivity.DataUsageGranularity, Windows.Networking.Connectivity.NetworkUsageStates)'.
    221. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28116(System.Int64, System.Int64*)' at IL offset 0x25 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Networking.Connectivity.ProviderNetworkUsage>> Windows.Networking.Connectivity.ConnectionProfile.GetProviderNetworkUsageAsync(Windows.Foundation.DateTime, Windows.Foundation.DateTime, Windows.Networking.Connectivity.NetworkUsageStates)'.
    222. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28117(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Byte> Windows.Networking.Connectivity.ConnectionProfile.GetSignalBars()'.
    223. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28118(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt32> Windows.Networking.Connectivity.DataPlanStatus.get_DataLimitInMegabytes()'.
    224. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28120(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Networking.Connectivity.DataPlanStatus.get_InboundBitsPerSecond()'.
    225. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28121(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt32> Windows.Networking.Connectivity.DataPlanStatus.get_MaxTransferSizeInMegabytes()'.
    226. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28122(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Networking.Connectivity.DataPlanStatus.get_NextBillingCycle()'.
    227. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28123(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Networking.Connectivity.DataPlanStatus.get_OutboundBitsPerSecond()'.
    228. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28124(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Networking.Connectivity.DataPlanUsage.get_LastSyncTime()'.
    229. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28138(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'Windows.Networking.Connectivity.DataUsage Windows.Networking.Connectivity.IConnectionProfile.GetLocalUsage(Windows.Foundation.DateTime, Windows.Foundation.DateTime)'.
    230. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28139(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'Windows.Networking.Connectivity.DataUsage Windows.Networking.Connectivity.IConnectionProfile.GetLocalUsage(Windows.Foundation.DateTime, Windows.Foundation.DateTime, Windows.Networking.Connectivity.RoamingStates)'.
    231. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28141(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Networking.Connectivity.IConnectionProfile.GetNetworkNames()'.
    232. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28144(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Guid> Windows.Networking.Connectivity.IConnectionProfile2.get_ServiceProviderGuid()'.
    233. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28147(System.Int64, System.Int64*)' at IL offset 0x25 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Networking.Connectivity.ConnectivityInterval>> Windows.Networking.Connectivity.IConnectionProfile2.GetConnectivityIntervalsAsync(Windows.Foundation.DateTime, Windows.Foundation.DateTime, Windows.Networking.Connectivity.NetworkUsageStates)'.
    234. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28149(System.Int64, System.Int64*)' at IL offset 0x2A referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Networking.Connectivity.NetworkUsage>> Windows.Networking.Connectivity.IConnectionProfile2.GetNetworkUsageAsync(Windows.Foundation.DateTime, Windows.Foundation.DateTime, Windows.Networking.Connectivity.DataUsageGranularity, Windows.Networking.Connectivity.NetworkUsageStates)'.
    235. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28150(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Byte> Windows.Networking.Connectivity.IConnectionProfile2.GetSignalBars()'.
    236. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28151(System.Int64, System.Int64*)' at IL offset 0x25 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Networking.Connectivity.AttributedNetworkUsage>> Windows.Networking.Connectivity.IConnectionProfile3.GetAttributedNetworkUsageAsync(Windows.Foundation.DateTime, Windows.Foundation.DateTime, Windows.Networking.Connectivity.NetworkUsageStates)'.
    237. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28152(System.Int64, System.Int64*)' at IL offset 0x25 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Networking.Connectivity.ProviderNetworkUsage>> Windows.Networking.Connectivity.IConnectionProfile4.GetProviderNetworkUsageAsync(Windows.Foundation.DateTime, Windows.Foundation.DateTime, Windows.Networking.Connectivity.NetworkUsageStates)'.
    238. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28153(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt32> Windows.Networking.Connectivity.IDataPlanStatus.get_DataLimitInMegabytes()'.
    239. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28155(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Networking.Connectivity.IDataPlanStatus.get_InboundBitsPerSecond()'.
    240. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28156(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt32> Windows.Networking.Connectivity.IDataPlanStatus.get_MaxTransferSizeInMegabytes()'.
    241. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28157(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.Networking.Connectivity.IDataPlanStatus.get_NextBillingCycle()'.
    242. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28158(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Networking.Connectivity.IDataPlanStatus.get_OutboundBitsPerSecond()'.
    243. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28159(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Networking.Connectivity.IDataPlanUsage.get_LastSyncTime()'.
    244. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28164(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Byte> Windows.Networking.Connectivity.IIPInformation.get_PrefixLength()'.
    245. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28176(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Byte> Windows.Networking.Connectivity.IPInformation.get_PrefixLength()'.
    246. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28189(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>)'.
    247. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28191(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Networking.PushNotifications.IPushNotificationChannel.get_ExpirationTime()'.
    248. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28193(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)'.
    249. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28203(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMapView<System.String, System.String> Windows.Networking.PushNotifications.IRawNotification2.get_Headers()'.
    250. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28204(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>)'.
    251. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28206(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Networking.PushNotifications.PushNotificationChannel.get_ExpirationTime()'.
    252. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28208(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)'.
    253. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28218(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMapView<System.String, System.String> Windows.Networking.PushNotifications.RawNotification.get_Headers()'.
    254. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28219(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>)'.
    255. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28220(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)'.
    256. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28221(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.get_EnhancedKeyUsages()'.
    257. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28237(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Security.Cryptography.Certificates.Certificate.get_ValidFrom()'.
    258. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28238(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Security.Cryptography.Certificates.Certificate.get_ValidTo()'.
    259. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28243(System.Int64, System.Int64*)' at IL offset 0xD referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.Security.Cryptography.Certificates.Certificate> Windows.Security.Cryptography.Certificates.CertificateChain.GetCertificates(System.Boolean)'.
    260. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28271(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.get_EnhancedKeyUsages()'.
    261. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28272(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.get_ExclusiveTrustRoots()'.
    262. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28275(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Security.Cryptography.Certificates.ChainBuildingParameters.get_ValidationTimestamp()'.
    263. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28280(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)'.
    264. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28285(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>)'.
    265. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28286(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)'.
    266. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28287(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.get_EnhancedKeyUsages()'.
    267. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28294(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Security.Cryptography.Certificates.ICertificate.get_ValidFrom()'.
    268. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28295(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Security.Cryptography.Certificates.ICertificate.get_ValidTo()'.
    269. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28309(System.Int64, System.Int64*)' at IL offset 0xD referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.Security.Cryptography.Certificates.Certificate> Windows.Security.Cryptography.Certificates.ICertificateChain.GetCertificates(System.Boolean)'.
    270. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28337(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.get_EnhancedKeyUsages()'.
    271. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28338(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.get_ExclusiveTrustRoots()'.
    272. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28341(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Security.Cryptography.Certificates.IChainBuildingParameters.get_ValidationTimestamp()'.
    273. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28346(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)'.
    274. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28351(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.get_DistinguishedName()'.
    275. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28352(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.get_DnsName()'.
    276. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28353(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.get_EmailName()'.
    277. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28354(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.get_IPAddress()'.
    278. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28355(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.get_PrincipalName()'.
    279. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28356(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.get_Url()'.
    280. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28357(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.ISubjectAlternativeNameInfo2.get_DistinguishedNames()'.
    281. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28358(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.ISubjectAlternativeNameInfo2.get_DnsNames()'.
    282. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28359(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.ISubjectAlternativeNameInfo2.get_EmailNames()'.
    283. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28361(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.ISubjectAlternativeNameInfo2.get_IPAddresses()'.
    284. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28362(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.ISubjectAlternativeNameInfo2.get_PrincipalNames()'.
    285. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28363(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.ISubjectAlternativeNameInfo2.get_Urls()'.
    286. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28364(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.get_DistinguishedName()'.
    287. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28365(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo.get_DistinguishedNames()'.
    288. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28366(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.get_DnsName()'.
    289. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28367(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo.get_DnsNames()'.
    290. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28368(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.get_EmailName()'.
    291. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28369(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo.get_EmailNames()'.
    292. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28371(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.get_IPAddress()'.
    293. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28372(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo.get_IPAddresses()'.
    294. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28373(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.get_PrincipalName()'.
    295. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28374(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo.get_PrincipalNames()'.
    296. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28375(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.get_Url()'.
    297. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28376(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Security.Cryptography.Certificates.SubjectAlternativeNameInfo.get_Urls()'.
    298. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28397(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFile>> Windows.Storage.IStorageFolder.GetFilesAsync()'.
    299. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28399(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFolder>> Windows.Storage.IStorageFolder.GetFoldersAsync()'.
    300. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28401(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.IStorageItem>> Windows.Storage.IStorageFolder.GetItemsAsync()'.
    301. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28406(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Storage.IStorageItem.get_DateCreated()'.
    302. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28437(System.Int64, System.Int64*)' at IL offset 0x24 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Storage.StorageFile> Windows.Storage.StorageFile.CreateStreamedFileFromUriAsync(System.String, Windows.Foundation.Uri, Windows.Storage.Streams.IRandomAccessStreamReference)'.
    303. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28442(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Storage.StorageFile.get_DateCreated()'.
    304. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28453(System.Int64, System.Int64*)' at IL offset 0xC referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Storage.StorageFile> Windows.Storage.StorageFile.GetFileFromApplicationUriAsync(Windows.Foundation.Uri)'.
    305. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28477(System.Int64, System.Int64*)' at IL offset 0x29 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Storage.StorageFile> Windows.Storage.StorageFile.ReplaceWithStreamedFileFromUriAsync(Windows.Storage.IStorageFile, Windows.Foundation.Uri, Windows.Storage.Streams.IRandomAccessStreamReference)'.
    306. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28494(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Storage.StorageFolder.get_DateCreated()'.
    307. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28504(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFile>> Windows.Storage.StorageFolder.GetFilesAsync()'.
    308. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28505(System.Int64, System.Int64*)' at IL offset 0x16 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFile>> Windows.Storage.StorageFolder.GetFilesAsync(Windows.Storage.Search.CommonFileQuery, System.UInt32, System.UInt32)'.
    309. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28506(System.Int64, System.Int64*)' at IL offset 0xD referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFile>> Windows.Storage.StorageFolder.GetFilesAsync(Windows.Storage.Search.CommonFileQuery)'.
    310. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28509(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFolder>> Windows.Storage.StorageFolder.GetFoldersAsync()'.
    311. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28510(System.Int64, System.Int64*)' at IL offset 0x16 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFolder>> Windows.Storage.StorageFolder.GetFoldersAsync(Windows.Storage.Search.CommonFolderQuery, System.UInt32, System.UInt32)'.
    312. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28511(System.Int64, System.Int64*)' at IL offset 0xD referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFolder>> Windows.Storage.StorageFolder.GetFoldersAsync(Windows.Storage.Search.CommonFolderQuery)'.
    313. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28514(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.IStorageItem>> Windows.Storage.StorageFolder.GetItemsAsync()'.
    314. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28515(System.Int64, System.Int64*)' at IL offset 0x11 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.IStorageItem>> Windows.Storage.StorageFolder.GetItemsAsync(System.UInt32, System.UInt32)'.
    315. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28541(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Storage.FileProperties.BasicProperties.get_DateModified()'.
    316. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28542(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Storage.FileProperties.BasicProperties.get_ItemDate()'.
    317. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28544(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMap<System.String, System.Object>> Windows.Storage.FileProperties.BasicProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable<System.String>)'.
    318. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28545(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncAction Windows.Storage.FileProperties.BasicProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable<Windows.Foundation.Collections.IKeyValuePair<System.String, System.Object>>)'.
    319. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28547(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.DocumentProperties.get_Author()'.
    320. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28549(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.DocumentProperties.get_Keywords()'.
    321. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28553(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMap<System.String, System.Object>> Windows.Storage.FileProperties.DocumentProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable<System.String>)'.
    322. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28554(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncAction Windows.Storage.FileProperties.DocumentProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable<Windows.Foundation.Collections.IKeyValuePair<System.String, System.Object>>)'.
    323. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28556(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Storage.FileProperties.IBasicProperties.get_DateModified()'.
    324. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28557(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Storage.FileProperties.IBasicProperties.get_ItemDate()'.
    325. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28559(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.IDocumentProperties.get_Author()'.
    326. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28561(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.IDocumentProperties.get_Keywords()'.
    327. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28567(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Storage.FileProperties.IImageProperties.get_DateTaken()'.
    328. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28569(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.IImageProperties.get_Keywords()'.
    329. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28570(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Storage.FileProperties.IImageProperties.get_Latitude()'.
    330. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28571(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Storage.FileProperties.IImageProperties.get_Longitude()'.
    331. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28573(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Storage.FileProperties.IImageProperties.get_PeopleNames()'.
    332. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28579(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Storage.FileProperties.IImageProperties.put_DateTaken(Windows.Foundation.DateTime)'.
    333. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28586(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.IMusicProperties.get_Composers()'.
    334. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28587(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.IMusicProperties.get_Conductors()'.
    335. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28588(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.TimeSpan Windows.Storage.FileProperties.IMusicProperties.get_Duration()'.
    336. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28589(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.IMusicProperties.get_Genre()'.
    337. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28590(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.IMusicProperties.get_Producers()'.
    338. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28596(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.IMusicProperties.get_Writers()'.
    339. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28611(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMap<System.String, System.Object>> Windows.Storage.FileProperties.IStorageItemExtraProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable<System.String>)'.
    340. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28612(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncAction Windows.Storage.FileProperties.IStorageItemExtraProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable<Windows.Foundation.Collections.IKeyValuePair<System.String, System.Object>>)'.
    341. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28619(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.IVideoProperties.get_Directors()'.
    342. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28620(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.TimeSpan Windows.Storage.FileProperties.IVideoProperties.get_Duration()'.
    343. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28622(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.IVideoProperties.get_Keywords()'.
    344. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28623(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Storage.FileProperties.IVideoProperties.get_Latitude()'.
    345. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28624(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Storage.FileProperties.IVideoProperties.get_Longitude()'.
    346. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28626(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.IVideoProperties.get_Producers()'.
    347. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28632(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.IVideoProperties.get_Writers()'.
    348. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28641(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.Storage.FileProperties.ImageProperties.get_DateTaken()'.
    349. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28643(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.ImageProperties.get_Keywords()'.
    350. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28644(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Storage.FileProperties.ImageProperties.get_Latitude()'.
    351. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28645(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Storage.FileProperties.ImageProperties.get_Longitude()'.
    352. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28647(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<System.String> Windows.Storage.FileProperties.ImageProperties.get_PeopleNames()'.
    353. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28653(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Storage.FileProperties.ImageProperties.put_DateTaken(Windows.Foundation.DateTime)'.
    354. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28656(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMap<System.String, System.Object>> Windows.Storage.FileProperties.ImageProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable<System.String>)'.
    355. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28657(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncAction Windows.Storage.FileProperties.ImageProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable<Windows.Foundation.Collections.IKeyValuePair<System.String, System.Object>>)'.
    356. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28663(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.MusicProperties.get_Composers()'.
    357. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28664(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.MusicProperties.get_Conductors()'.
    358. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28665(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.TimeSpan Windows.Storage.FileProperties.MusicProperties.get_Duration()'.
    359. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28666(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.MusicProperties.get_Genre()'.
    360. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28667(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.MusicProperties.get_Producers()'.
    361. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28673(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.MusicProperties.get_Writers()'.
    362. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28684(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMap<System.String, System.Object>> Windows.Storage.FileProperties.MusicProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable<System.String>)'.
    363. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28685(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncAction Windows.Storage.FileProperties.MusicProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable<Windows.Foundation.Collections.IKeyValuePair<System.String, System.Object>>)'.
    364. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28691(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMap<System.String, System.Object>> Windows.Storage.FileProperties.StorageItemContentProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable<System.String>)'.
    365. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28692(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncAction Windows.Storage.FileProperties.StorageItemContentProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable<Windows.Foundation.Collections.IKeyValuePair<System.String, System.Object>>)'.
    366. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28713(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.VideoProperties.get_Directors()'.
    367. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28714(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.TimeSpan Windows.Storage.FileProperties.VideoProperties.get_Duration()'.
    368. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28716(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.VideoProperties.get_Keywords()'.
    369. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28717(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Storage.FileProperties.VideoProperties.get_Latitude()'.
    370. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28718(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Double> Windows.Storage.FileProperties.VideoProperties.get_Longitude()'.
    371. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28720(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.VideoProperties.get_Producers()'.
    372. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28726(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.FileProperties.VideoProperties.get_Writers()'.
    373. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28733(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IMap<System.String, System.Object>> Windows.Storage.FileProperties.VideoProperties.RetrievePropertiesAsync(Windows.Foundation.Collections.IIterable<System.String>)'.
    374. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28734(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncAction Windows.Storage.FileProperties.VideoProperties.SavePropertiesAsync(Windows.Foundation.Collections.IIterable<Windows.Foundation.Collections.IKeyValuePair<System.String, System.Object>>)'.
    375. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28738(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.Search.IQueryOptions.get_FileTypeFilter()'.
    376. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28743(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Storage.Search.SortEntry> Windows.Storage.Search.IQueryOptions.get_SortOrder()'.
    377. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28752(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'System.Void Windows.Storage.Search.IQueryOptions.SetPropertyPrefetch(Windows.Storage.FileProperties.PropertyPrefetchOptions, Windows.Foundation.Collections.IIterable<System.String>)'.
    378. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28754(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.Search.IQueryOptionsWithProviderFilter.get_StorageProviderIdFilter()'.
    379. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28755(System.Int64, System.Int64*)' at IL offset 0x11 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFile>> Windows.Storage.Search.IStorageFileQueryResult.GetFilesAsync(System.UInt32, System.UInt32)'.
    380. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28756(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFile>> Windows.Storage.Search.IStorageFileQueryResult.GetFilesAsync()'.
    381. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28757(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMap<System.String, Windows.Foundation.Collections.IVectorView<Windows.Data.Text.TextSegment>> Windows.Storage.Search.IStorageFileQueryResult2.GetMatchingPropertiesWithRanges(Windows.Storage.StorageFile)'.
    382. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28767(System.Int64, System.Int64*)' at IL offset 0x16 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFile>> Windows.Storage.Search.IStorageFolderQueryOperations.GetFilesAsync(Windows.Storage.Search.CommonFileQuery, System.UInt32, System.UInt32)'.
    383. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28768(System.Int64, System.Int64*)' at IL offset 0xD referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFile>> Windows.Storage.Search.IStorageFolderQueryOperations.GetFilesAsync(Windows.Storage.Search.CommonFileQuery)'.
    384. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28769(System.Int64, System.Int64*)' at IL offset 0x16 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFolder>> Windows.Storage.Search.IStorageFolderQueryOperations.GetFoldersAsync(Windows.Storage.Search.CommonFolderQuery, System.UInt32, System.UInt32)'.
    385. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28770(System.Int64, System.Int64*)' at IL offset 0xD referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFolder>> Windows.Storage.Search.IStorageFolderQueryOperations.GetFoldersAsync(Windows.Storage.Search.CommonFolderQuery)'.
    386. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28772(System.Int64, System.Int64*)' at IL offset 0x11 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.IStorageItem>> Windows.Storage.Search.IStorageFolderQueryOperations.GetItemsAsync(System.UInt32, System.UInt32)'.
    387. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28775(System.Int64, System.Int64*)' at IL offset 0x11 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFolder>> Windows.Storage.Search.IStorageFolderQueryResult.GetFoldersAsync(System.UInt32, System.UInt32)'.
    388. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28776(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFolder>> Windows.Storage.Search.IStorageFolderQueryResult.GetFoldersAsync()'.
    389. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28777(System.Int64, System.Int64*)' at IL offset 0x11 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.IStorageItem>> Windows.Storage.Search.IStorageItemQueryResult.GetItemsAsync(System.UInt32, System.UInt32)'.
    390. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28778(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.IStorageItem>> Windows.Storage.Search.IStorageItemQueryResult.GetItemsAsync()'.
    391. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28779(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Storage.Search.IStorageQueryResultBase.add_ContentsChanged(Windows.Foundation.TypedEventHandler<Windows.Storage.Search.IStorageQueryResultBase, System.Object>)'.
    392. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28780(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Storage.Search.IStorageQueryResultBase.add_OptionsChanged(Windows.Foundation.TypedEventHandler<Windows.Storage.Search.IStorageQueryResultBase, System.Object>)'.
    393. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28786(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Storage.Search.IStorageQueryResultBase.remove_ContentsChanged(Windows.Foundation.EventRegistrationToken)'.
    394. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28787(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Storage.Search.IStorageQueryResultBase.remove_OptionsChanged(Windows.Foundation.EventRegistrationToken)'.
    395. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28790(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.Search.QueryOptions.get_FileTypeFilter()'.
    396. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28795(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.Storage.Search.SortEntry> Windows.Storage.Search.QueryOptions.get_SortOrder()'.
    397. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28796(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<System.String> Windows.Storage.Search.QueryOptions.get_StorageProviderIdFilter()'.
    398. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28805(System.Int64, System.Int64*)' at IL offset 0x1B referring to invalid Windows Runtime method 'System.Void Windows.Storage.Search.QueryOptions.SetPropertyPrefetch(Windows.Storage.FileProperties.PropertyPrefetchOptions, Windows.Foundation.Collections.IIterable<System.String>)'.
    399. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28807(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Storage.Search.StorageFileQueryResult.add_ContentsChanged(Windows.Foundation.TypedEventHandler<Windows.Storage.Search.IStorageQueryResultBase, System.Object>)'.
    400. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28808(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Storage.Search.StorageFileQueryResult.add_OptionsChanged(Windows.Foundation.TypedEventHandler<Windows.Storage.Search.IStorageQueryResultBase, System.Object>)'.
    401. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28813(System.Int64, System.Int64*)' at IL offset 0x11 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFile>> Windows.Storage.Search.StorageFileQueryResult.GetFilesAsync(System.UInt32, System.UInt32)'.
    402. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28814(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFile>> Windows.Storage.Search.StorageFileQueryResult.GetFilesAsync()'.
    403. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28816(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMap<System.String, Windows.Foundation.Collections.IVectorView<Windows.Data.Text.TextSegment>> Windows.Storage.Search.StorageFileQueryResult.GetMatchingPropertiesWithRanges(Windows.Storage.StorageFile)'.
    404. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28817(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Storage.Search.StorageFileQueryResult.remove_ContentsChanged(Windows.Foundation.EventRegistrationToken)'.
    405. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28818(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Storage.Search.StorageFileQueryResult.remove_OptionsChanged(Windows.Foundation.EventRegistrationToken)'.
    406. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28819(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Storage.Search.StorageFolderQueryResult.add_ContentsChanged(Windows.Foundation.TypedEventHandler<Windows.Storage.Search.IStorageQueryResultBase, System.Object>)'.
    407. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28820(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Storage.Search.StorageFolderQueryResult.add_OptionsChanged(Windows.Foundation.TypedEventHandler<Windows.Storage.Search.IStorageQueryResultBase, System.Object>)'.
    408. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28825(System.Int64, System.Int64*)' at IL offset 0x11 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFolder>> Windows.Storage.Search.StorageFolderQueryResult.GetFoldersAsync(System.UInt32, System.UInt32)'.
    409. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28826(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.StorageFolder>> Windows.Storage.Search.StorageFolderQueryResult.GetFoldersAsync()'.
    410. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28828(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Storage.Search.StorageFolderQueryResult.remove_ContentsChanged(Windows.Foundation.EventRegistrationToken)'.
    411. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28829(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Storage.Search.StorageFolderQueryResult.remove_OptionsChanged(Windows.Foundation.EventRegistrationToken)'.
    412. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28830(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Storage.Search.StorageItemQueryResult.add_ContentsChanged(Windows.Foundation.TypedEventHandler<Windows.Storage.Search.IStorageQueryResultBase, System.Object>)'.
    413. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28831(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.Storage.Search.StorageItemQueryResult.add_OptionsChanged(Windows.Foundation.TypedEventHandler<Windows.Storage.Search.IStorageQueryResultBase, System.Object>)'.
    414. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28837(System.Int64, System.Int64*)' at IL offset 0x11 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.IStorageItem>> Windows.Storage.Search.StorageItemQueryResult.GetItemsAsync(System.UInt32, System.UInt32)'.
    415. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28838(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.Storage.IStorageItem>> Windows.Storage.Search.StorageItemQueryResult.GetItemsAsync()'.
    416. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28839(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Storage.Search.StorageItemQueryResult.remove_ContentsChanged(Windows.Foundation.EventRegistrationToken)'.
    417. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28840(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.Storage.Search.StorageItemQueryResult.remove_OptionsChanged(Windows.Foundation.EventRegistrationToken)'.
    418. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28861(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)'.
    419. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28869(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>)'.
    420. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28874(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)'.
    421. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28887(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>)'.
    422. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28888(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)'.
    423. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28909(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Input.IPointerPoint.get_Position()'.
    424. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28911(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Input.IPointerPoint.get_RawPosition()'.
    425. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28913(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Input.IPointerPointProperties.get_ContactRect()'.
    426. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28914(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Input.IPointerPointProperties.get_ContactRectRaw()'.
    427. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28937(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Single> Windows.UI.Input.IPointerPointProperties2.get_ZDistance()'.
    428. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28939(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Input.IPointerPointTransform.TransformBounds(Windows.Foundation.Rect)'.
    429. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28944(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Input.PointerPoint.get_Position()'.
    430. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28946(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Input.PointerPoint.get_RawPosition()'.
    431. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28950(System.Int64, System.Int64*)' at IL offset 0x2 referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Input.PointerPoint> Windows.UI.Input.PointerPoint.GetIntermediatePoints(System.UInt32)'.
    432. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28951(System.Int64, System.Int64*)' at IL offset 0x10 referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Input.PointerPoint> Windows.UI.Input.PointerPoint.GetIntermediatePoints(System.UInt32, Windows.UI.Input.IPointerPointTransform)'.
    433. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28952(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Input.PointerPointProperties.get_ContactRect()'.
    434. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28953(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Input.PointerPointProperties.get_ContactRectRaw()'.
    435. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28974(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.Single> Windows.UI.Input.PointerPointProperties.get_ZDistance()'.
    436. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28978(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.UI.Notifications.BadgeNotification.get_ExpirationTime()'.
    437. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28979(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>)'.
    438. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28981(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.UI.Notifications.IBadgeNotification.get_ExpirationTime()'.
    439. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28982(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>)'.
    440. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28984(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMap<System.String, System.String> Windows.UI.Notifications.INotificationData.get_Values()'.
    441. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28987(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.UI.Notifications.ITileNotification.get_ExpirationTime()'.
    442. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28989(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>)'.
    443. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28992(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.HResult Windows.UI.Notifications.IToastFailedEventArgs.get_ErrorCode()'.
    444. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28993(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>)'.
    445. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28994(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>)'.
    446. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28995(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>)'.
    447. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28997(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.UI.Notifications.IToastNotification.get_ExpirationTime()'.
    448. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28998(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>)'.
    449. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke28999(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)'.
    450. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29000(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)'.
    451. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29001(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)'.
    452. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29017(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IMap<System.String, System.String> Windows.UI.Notifications.NotificationData.get_Values()'.
    453. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29020(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.UI.Notifications.TileNotification.get_ExpirationTime()'.
    454. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29022(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>)'.
    455. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29025(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.HResult Windows.UI.Notifications.ToastFailedEventArgs.get_ErrorCode()'.
    456. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29026(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>)'.
    457. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29027(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>)'.
    458. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29028(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>)'.
    459. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29031(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.DateTime> Windows.UI.Notifications.ToastNotification.get_ExpirationTime()'.
    460. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29039(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>)'.
    461. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29046(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)'.
    462. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29047(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)'.
    463. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29048(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)'.
    464. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29057(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Color Windows.UI.StartScreen.ISecondaryTile.get_BackgroundColor()'.
    465. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29060(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.ISecondaryTile.get_LockScreenBadgeLogo()'.
    466. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29062(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.ISecondaryTile.get_Logo()'.
    467. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29064(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.ISecondaryTile.get_SmallLogo()'.
    468. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29067(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.ISecondaryTile.get_WideLogo()'.
    469. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29069(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTile.put_BackgroundColor(Windows.UI.Color)'.
    470. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29072(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTile.put_LockScreenBadgeLogo(Windows.Foundation.Uri)'.
    471. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29074(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTile.put_Logo(Windows.Foundation.Uri)'.
    472. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29076(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTile.put_SmallLogo(Windows.Foundation.Uri)'.
    473. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29079(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTile.put_WideLogo(Windows.Foundation.Uri)'.
    474. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29081(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.Boolean> Windows.UI.StartScreen.ISecondaryTile.RequestCreateAsync(Windows.Foundation.Point)'.
    475. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29082(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.Boolean> Windows.UI.StartScreen.ISecondaryTile.RequestCreateForSelectionAsync(Windows.Foundation.Rect)'.
    476. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29083(System.Int64, System.Int64*)' at IL offset 0x16 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.Boolean> Windows.UI.StartScreen.ISecondaryTile.RequestCreateForSelectionAsync(Windows.Foundation.Rect, Windows.UI.Popups.Placement)'.
    477. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29085(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.Boolean> Windows.UI.StartScreen.ISecondaryTile.RequestDeleteAsync(Windows.Foundation.Point)'.
    478. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29086(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.Boolean> Windows.UI.StartScreen.ISecondaryTile.RequestDeleteForSelectionAsync(Windows.Foundation.Rect)'.
    479. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29087(System.Int64, System.Int64*)' at IL offset 0x16 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.Boolean> Windows.UI.StartScreen.ISecondaryTile.RequestDeleteForSelectionAsync(Windows.Foundation.Rect, Windows.UI.Popups.Placement)'.
    480. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29089(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.StartScreen.ISecondaryTile2.add_VisualElementsRequested(Windows.Foundation.TypedEventHandler<Windows.UI.StartScreen.SecondaryTile, Windows.UI.StartScreen.VisualElementsRequestedEventArgs>)'.
    481. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29095(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTile2.remove_VisualElementsRequested(Windows.Foundation.EventRegistrationToken)'.
    482. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29096(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Color Windows.UI.StartScreen.ISecondaryTileVisualElements.get_BackgroundColor()'.
    483. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29101(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.ISecondaryTileVisualElements.get_Square150x150Logo()'.
    484. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29102(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.ISecondaryTileVisualElements.get_Square30x30Logo()'.
    485. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29103(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.ISecondaryTileVisualElements.get_Square310x310Logo()'.
    486. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29104(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.ISecondaryTileVisualElements.get_Square70x70Logo()'.
    487. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29105(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.ISecondaryTileVisualElements.get_Wide310x150Logo()'.
    488. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29106(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTileVisualElements.put_BackgroundColor(Windows.UI.Color)'.
    489. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29111(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTileVisualElements.put_Square150x150Logo(Windows.Foundation.Uri)'.
    490. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29112(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTileVisualElements.put_Square30x30Logo(Windows.Foundation.Uri)'.
    491. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29113(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTileVisualElements.put_Square310x310Logo(Windows.Foundation.Uri)'.
    492. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29114(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTileVisualElements.put_Square70x70Logo(Windows.Foundation.Uri)'.
    493. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29115(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTileVisualElements.put_Wide310x150Logo(Windows.Foundation.Uri)'.
    494. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29116(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.ISecondaryTileVisualElements2.get_Square71x71Logo()'.
    495. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29117(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTileVisualElements2.put_Square71x71Logo(Windows.Foundation.Uri)'.
    496. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29118(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.ISecondaryTileVisualElements3.get_Square44x44Logo()'.
    497. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29119(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ISecondaryTileVisualElements3.put_Square44x44Logo(Windows.Foundation.Uri)'.
    498. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29121(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Perception.Spatial.SpatialBoundingBox> Windows.UI.StartScreen.ITileMixedRealityModel.get_BoundingBox()'.
    499. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29122(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.ITileMixedRealityModel.get_Uri()'.
    500. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29123(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ITileMixedRealityModel.put_BoundingBox(Windows.Foundation.IReference<Windows.Perception.Spatial.SpatialBoundingBox>)'.
    501. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29124(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.ITileMixedRealityModel.put_Uri(Windows.Foundation.Uri)'.
    502. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29125(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.UI.StartScreen.SecondaryTileVisualElements> Windows.UI.StartScreen.IVisualElementsRequest.get_AlternateVisualElements()'.
    503. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29126(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.UI.StartScreen.IVisualElementsRequest.get_Deadline()'.
    504. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29131(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.StartScreen.SecondaryTile.add_VisualElementsRequested(Windows.Foundation.TypedEventHandler<Windows.UI.StartScreen.SecondaryTile, Windows.UI.StartScreen.VisualElementsRequestedEventArgs>)'.
    505. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29133(System.Int64, System.Int64*)' at IL offset 0x0 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.UI.StartScreen.SecondaryTile>> Windows.UI.StartScreen.SecondaryTile.FindAllAsync()'.
    506. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29134(System.Int64, System.Int64*)' at IL offset 0x7 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.UI.StartScreen.SecondaryTile>> Windows.UI.StartScreen.SecondaryTile.FindAllAsync(System.String)'.
    507. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29135(System.Int64, System.Int64*)' at IL offset 0x0 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<Windows.UI.StartScreen.SecondaryTile>> Windows.UI.StartScreen.SecondaryTile.FindAllForPackageAsync()'.
    508. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29137(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Color Windows.UI.StartScreen.SecondaryTile.get_BackgroundColor()'.
    509. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29140(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.SecondaryTile.get_LockScreenBadgeLogo()'.
    510. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29142(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.SecondaryTile.get_Logo()'.
    511. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29146(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.SecondaryTile.get_SmallLogo()'.
    512. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29150(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.SecondaryTile.get_WideLogo()'.
    513. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29152(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTile.put_BackgroundColor(Windows.UI.Color)'.
    514. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29155(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTile.put_LockScreenBadgeLogo(Windows.Foundation.Uri)'.
    515. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29157(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTile.put_Logo(Windows.Foundation.Uri)'.
    516. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29161(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTile.put_SmallLogo(Windows.Foundation.Uri)'.
    517. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29164(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTile.put_WideLogo(Windows.Foundation.Uri)'.
    518. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29165(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTile.remove_VisualElementsRequested(Windows.Foundation.EventRegistrationToken)'.
    519. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29167(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.Boolean> Windows.UI.StartScreen.SecondaryTile.RequestCreateAsync(Windows.Foundation.Point)'.
    520. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29168(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.Boolean> Windows.UI.StartScreen.SecondaryTile.RequestCreateForSelectionAsync(Windows.Foundation.Rect)'.
    521. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29169(System.Int64, System.Int64*)' at IL offset 0x16 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.Boolean> Windows.UI.StartScreen.SecondaryTile.RequestCreateForSelectionAsync(Windows.Foundation.Rect, Windows.UI.Popups.Placement)'.
    522. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29171(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.Boolean> Windows.UI.StartScreen.SecondaryTile.RequestDeleteAsync(Windows.Foundation.Point)'.
    523. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29172(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.Boolean> Windows.UI.StartScreen.SecondaryTile.RequestDeleteForSelectionAsync(Windows.Foundation.Rect)'.
    524. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29173(System.Int64, System.Int64*)' at IL offset 0x16 referring to invalid Windows Runtime method 'Windows.Foundation.IAsyncOperation<System.Boolean> Windows.UI.StartScreen.SecondaryTile.RequestDeleteForSelectionAsync(Windows.Foundation.Rect, Windows.UI.Popups.Placement)'.
    525. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29175(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Color Windows.UI.StartScreen.SecondaryTileVisualElements.get_BackgroundColor()'.
    526. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29181(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.SecondaryTileVisualElements.get_Square150x150Logo()'.
    527. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29182(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.SecondaryTileVisualElements.get_Square30x30Logo()'.
    528. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29183(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.SecondaryTileVisualElements.get_Square310x310Logo()'.
    529. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29184(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.SecondaryTileVisualElements.get_Square44x44Logo()'.
    530. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29185(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.SecondaryTileVisualElements.get_Square70x70Logo()'.
    531. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29186(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.SecondaryTileVisualElements.get_Square71x71Logo()'.
    532. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29187(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.SecondaryTileVisualElements.get_Wide310x150Logo()'.
    533. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29188(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTileVisualElements.put_BackgroundColor(Windows.UI.Color)'.
    534. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29193(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTileVisualElements.put_Square150x150Logo(Windows.Foundation.Uri)'.
    535. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29194(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTileVisualElements.put_Square30x30Logo(Windows.Foundation.Uri)'.
    536. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29195(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTileVisualElements.put_Square310x310Logo(Windows.Foundation.Uri)'.
    537. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29196(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTileVisualElements.put_Square44x44Logo(Windows.Foundation.Uri)'.
    538. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29197(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTileVisualElements.put_Square70x70Logo(Windows.Foundation.Uri)'.
    539. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29198(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTileVisualElements.put_Square71x71Logo(Windows.Foundation.Uri)'.
    540. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29199(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.SecondaryTileVisualElements.put_Wide310x150Logo(Windows.Foundation.Uri)'.
    541. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29200(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Perception.Spatial.SpatialBoundingBox> Windows.UI.StartScreen.TileMixedRealityModel.get_BoundingBox()'.
    542. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29201(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.StartScreen.TileMixedRealityModel.get_Uri()'.
    543. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29202(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.TileMixedRealityModel.put_BoundingBox(Windows.Foundation.IReference<Windows.Perception.Spatial.SpatialBoundingBox>)'.
    544. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29203(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.StartScreen.TileMixedRealityModel.put_Uri(Windows.Foundation.Uri)'.
    545. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29204(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVectorView<Windows.UI.StartScreen.SecondaryTileVisualElements> Windows.UI.StartScreen.VisualElementsRequest.get_AlternateVisualElements()'.
    546. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29205(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.DateTime Windows.UI.StartScreen.VisualElementsRequest.get_Deadline()'.
    547. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29211(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.Rect> Windows.UI.Xaml.BringIntoViewOptions.get_TargetRect()'.
    548. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29213(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.BringIntoViewOptions.put_TargetRect(Windows.Foundation.IReference<Windows.Foundation.Rect>)'.
    549. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29227(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)'.
    550. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29228(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)'.
    551. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29229(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)'.
    552. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29243(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.DragEventArgs.GetPosition(Windows.UI.Xaml.UIElement)'.
    553. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29254(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.DragStartingEventArgs.GetPosition(Windows.UI.Xaml.UIElement)'.
    554. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29258(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.DragUI.SetContentFromBitmapImage(Windows.UI.Xaml.Media.Imaging.BitmapImage, Windows.Foundation.Point)'.
    555. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29261(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.DragUI.SetContentFromSoftwareBitmap(Windows.Graphics.Imaging.SoftwareBitmap, Windows.Foundation.Point)'.
    556. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29272(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.DragUIOverride.SetContentFromBitmapImage(Windows.UI.Xaml.Media.Imaging.BitmapImage, Windows.Foundation.Point)'.
    557. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29274(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.DragUIOverride.SetContentFromSoftwareBitmap(Windows.Graphics.Imaging.SoftwareBitmap, Windows.Foundation.Point)'.
    558. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29278(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.FrameworkElement.add_ActualThemeChanged(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.FrameworkElement, System.Object>)'.
    559. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29279(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>)'.
    560. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29280(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>)'.
    561. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29281(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)'.
    562. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29282(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>)'.
    563. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29283(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)'.
    564. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29284(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)'.
    565. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29295(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.FrameworkElement.get_BaseUri()'.
    566. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29300(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.FrameworkElement.get_FocusVisualMargin()'.
    567. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29304(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.FrameworkElement.get_FocusVisualPrimaryThickness()'.
    568. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29308(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.FrameworkElement.get_FocusVisualSecondaryThickness()'.
    569. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29315(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.FrameworkElement.get_Margin()'.
    570. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29340(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.FrameworkElement.put_FocusVisualMargin(Windows.UI.Xaml.Thickness)'.
    571. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29342(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.FrameworkElement.put_FocusVisualPrimaryThickness(Windows.UI.Xaml.Thickness)'.
    572. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29344(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.FrameworkElement.put_FocusVisualSecondaryThickness(Windows.UI.Xaml.Thickness)'.
    573. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29348(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.FrameworkElement.put_Margin(Windows.UI.Xaml.Thickness)'.
    574. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29360(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.FrameworkElement.remove_ActualThemeChanged(Windows.Foundation.EventRegistrationToken)'.
    575. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29361(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)'.
    576. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29362(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)'.
    577. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29363(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)'.
    578. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29364(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)'.
    579. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29365(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)'.
    580. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29366(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)'.
    581. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29369(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<Windows.Foundation.Rect> Windows.UI.Xaml.IBringIntoViewOptions.get_TargetRect()'.
    582. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29371(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IBringIntoViewOptions.put_TargetRect(Windows.Foundation.IReference<Windows.Foundation.Rect>)'.
    583. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29383(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)'.
    584. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29389(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.IDragEventArgs.GetPosition(Windows.UI.Xaml.UIElement)'.
    585. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29404(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.IDragStartingEventArgs.GetPosition(Windows.UI.Xaml.UIElement)'.
    586. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29409(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IDragUI.SetContentFromBitmapImage(Windows.UI.Xaml.Media.Imaging.BitmapImage, Windows.Foundation.Point)'.
    587. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29412(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IDragUI.SetContentFromSoftwareBitmap(Windows.Graphics.Imaging.SoftwareBitmap, Windows.Foundation.Point)'.
    588. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29423(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IDragUIOverride.SetContentFromBitmapImage(Windows.UI.Xaml.Media.Imaging.BitmapImage, Windows.Foundation.Point)'.
    589. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29425(System.Int64, System.Int64*)' at IL offset 0x20 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IDragUIOverride.SetContentFromSoftwareBitmap(Windows.Graphics.Imaging.SoftwareBitmap, Windows.Foundation.Point)'.
    590. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29428(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>)'.
    591. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29429(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)'.
    592. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29430(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)'.
    593. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29431(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)'.
    594. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29433(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.IFrameworkElement.get_BaseUri()'.
    595. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29438(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.IFrameworkElement.get_Margin()'.
    596. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29451(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IFrameworkElement.put_Margin(Windows.UI.Xaml.Thickness)'.
    597. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29462(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)'.
    598. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29463(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)'.
    599. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29464(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)'.
    600. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29465(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)'.
    601. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29467(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>)'.
    602. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29471(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)'.
    603. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29472(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>)'.
    604. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29473(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)'.
    605. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29476(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.IFrameworkElement4.get_FocusVisualMargin()'.
    606. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29478(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.IFrameworkElement4.get_FocusVisualPrimaryThickness()'.
    607. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29480(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.IFrameworkElement4.get_FocusVisualSecondaryThickness()'.
    608. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29483(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IFrameworkElement4.put_FocusVisualMargin(Windows.UI.Xaml.Thickness)'.
    609. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29485(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IFrameworkElement4.put_FocusVisualPrimaryThickness(Windows.UI.Xaml.Thickness)'.
    610. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29487(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IFrameworkElement4.put_FocusVisualSecondaryThickness(Windows.UI.Xaml.Thickness)'.
    611. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29488(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IFrameworkElement6.add_ActualThemeChanged(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.FrameworkElement, System.Object>)'.
    612. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29490(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IFrameworkElement6.remove_ActualThemeChanged(Windows.Foundation.EventRegistrationToken)'.
    613. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29491(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.Size Windows.UI.Xaml.IFrameworkElementOverrides.ArrangeOverride(Windows.Foundation.Size)'.
    614. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29492(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.Size Windows.UI.Xaml.IFrameworkElementOverrides.MeasureOverride(Windows.Foundation.Size)'.
    615. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29498(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.get_MergedDictionaries()'.
    616. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29499(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.IResourceDictionary.get_Source()'.
    617. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29500(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.get_ThemeDictionaries()'.
    618. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29501(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)'.
    619. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29504(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Size Windows.UI.Xaml.ISizeChangedEventArgs.get_NewSize()'.
    620. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29505(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Size Windows.UI.Xaml.ISizeChangedEventArgs.get_PreviousSize()'.
    621. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29509(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.IStyle.get_TargetType()'.
    622. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29511(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)'.
    623. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29513(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)'.
    624. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29514(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)'.
    625. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29515(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)'.
    626. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29516(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)'.
    627. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29517(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)'.
    628. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29518(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)'.
    629. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29519(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)'.
    630. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29520(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)'.
    631. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29521(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)'.
    632. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29522(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)'.
    633. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29523(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)'.
    634. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29524(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)'.
    635. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29525(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)'.
    636. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29526(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)'.
    637. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29527(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)'.
    638. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29528(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)'.
    639. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29529(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)'.
    640. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29530(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)'.
    641. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29531(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)'.
    642. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29532(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)'.
    643. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29533(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)'.
    644. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29534(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)'.
    645. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29535(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)'.
    646. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29536(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)'.
    647. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29537(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)'.
    648. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29539(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.Arrange(Windows.Foundation.Rect)'.
    649. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29544(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Size Windows.UI.Xaml.IUIElement.get_DesiredSize()'.
    650. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29551(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.get_PointerCaptures()'.
    651. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29553(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Size Windows.UI.Xaml.IUIElement.get_RenderSize()'.
    652. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29555(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.IUIElement.get_RenderTransformOrigin()'.
    653. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29561(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.Measure(Windows.Foundation.Size)'.
    654. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29574(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement.put_RenderTransformOrigin(Windows.Foundation.Point)'.
    655. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29580(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)'.
    656. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29581(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)'.
    657. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29582(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)'.
    658. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29583(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)'.
    659. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29584(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)'.
    660. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29585(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)'.
    661. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29586(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)'.
    662. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29587(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)'.
    663. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29588(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)'.
    664. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29589(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)'.
    665. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29590(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)'.
    666. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29591(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)'.
    667. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29592(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)'.
    668. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29593(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)'.
    669. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29594(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)'.
    670. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29595(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)'.
    671. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29596(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)'.
    672. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29597(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)'.
    673. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29598(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)'.
    674. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29599(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)'.
    675. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29600(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)'.
    676. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29601(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)'.
    677. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29602(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)'.
    678. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29603(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)'.
    679. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29604(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)'.
    680. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29611(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>)'.
    681. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29612(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>)'.
    682. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29617(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)'.
    683. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29618(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)'.
    684. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29620(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement4.add_AccessKeyDisplayDismissed(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.AccessKeyDisplayDismissedEventArgs>)'.
    685. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29621(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement4.add_AccessKeyDisplayRequested(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.AccessKeyDisplayRequestedEventArgs>)'.
    686. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29622(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement4.add_AccessKeyInvoked(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.AccessKeyInvokedEventArgs>)'.
    687. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29623(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement4.add_ContextCanceled(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.RoutedEventArgs>)'.
    688. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29624(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement4.add_ContextRequested(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.ContextRequestedEventArgs>)'.
    689. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29635(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement4.remove_AccessKeyDisplayDismissed(Windows.Foundation.EventRegistrationToken)'.
    690. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29636(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement4.remove_AccessKeyDisplayRequested(Windows.Foundation.EventRegistrationToken)'.
    691. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29637(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement4.remove_AccessKeyInvoked(Windows.Foundation.EventRegistrationToken)'.
    692. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29638(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement4.remove_ContextCanceled(Windows.Foundation.EventRegistrationToken)'.
    693. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29639(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement4.remove_ContextRequested(Windows.Foundation.EventRegistrationToken)'.
    694. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29640(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement5.add_GettingFocus(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.GettingFocusEventArgs>)'.
    695. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29641(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement5.add_LosingFocus(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.LosingFocusEventArgs>)'.
    696. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29642(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement5.add_NoFocusCandidateFound(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.NoFocusCandidateFoundEventArgs>)'.
    697. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29645(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.XamlLight> Windows.UI.Xaml.IUIElement5.get_Lights()'.
    698. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29662(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement5.remove_GettingFocus(Windows.Foundation.EventRegistrationToken)'.
    699. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29663(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement5.remove_LosingFocus(Windows.Foundation.EventRegistrationToken)'.
    700. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29664(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement5.remove_NoFocusCandidateFound(Windows.Foundation.EventRegistrationToken)'.
    701. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29667(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement7.add_CharacterReceived(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.CharacterReceivedRoutedEventArgs>)'.
    702. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29668(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement7.add_PreviewKeyDown(Windows.UI.Xaml.Input.KeyEventHandler)'.
    703. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29669(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement7.add_PreviewKeyUp(Windows.UI.Xaml.Input.KeyEventHandler)'.
    704. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29670(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.IUIElement7.add_ProcessKeyboardAccelerators(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.ProcessKeyboardAcceleratorEventArgs>)'.
    705. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29671(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Input.KeyboardAccelerator> Windows.UI.Xaml.IUIElement7.get_KeyboardAccelerators()'.
    706. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29672(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement7.remove_CharacterReceived(Windows.Foundation.EventRegistrationToken)'.
    707. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29673(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement7.remove_PreviewKeyDown(Windows.Foundation.EventRegistrationToken)'.
    708. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29674(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement7.remove_PreviewKeyUp(Windows.Foundation.EventRegistrationToken)'.
    709. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29675(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.IUIElement7.remove_ProcessKeyboardAccelerators(Windows.Foundation.EventRegistrationToken)'.
    710. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29677(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)'.
    711. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29680(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.DependencyObject> Windows.UI.Xaml.IUIElementOverrides7.GetChildrenInTabFocusOrder()'.
    712. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29690(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.get_MergedDictionaries()'.
    713. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29691(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.ResourceDictionary.get_Source()'.
    714. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29692(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.get_ThemeDictionaries()'.
    715. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29693(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)'.
    716. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29697(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Size Windows.UI.Xaml.SizeChangedEventArgs.get_NewSize()'.
    717. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29698(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Size Windows.UI.Xaml.SizeChangedEventArgs.get_PreviousSize()'.
    718. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29703(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Style.get_TargetType()'.
    719. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29705(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)'.
    720. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29707(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_AccessKeyDisplayDismissed(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.AccessKeyDisplayDismissedEventArgs>)'.
    721. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29708(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_AccessKeyDisplayRequested(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.AccessKeyDisplayRequestedEventArgs>)'.
    722. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29709(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_AccessKeyInvoked(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.AccessKeyInvokedEventArgs>)'.
    723. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29710(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_CharacterReceived(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.CharacterReceivedRoutedEventArgs>)'.
    724. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29711(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_ContextCanceled(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.RoutedEventArgs>)'.
    725. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29712(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_ContextRequested(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.ContextRequestedEventArgs>)'.
    726. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29713(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)'.
    727. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29714(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)'.
    728. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29715(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)'.
    729. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29716(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)'.
    730. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29717(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>)'.
    731. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29718(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)'.
    732. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29719(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>)'.
    733. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29720(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_GettingFocus(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.GettingFocusEventArgs>)'.
    734. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29721(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)'.
    735. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29722(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)'.
    736. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29723(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)'.
    737. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29724(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)'.
    738. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29725(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_LosingFocus(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.LosingFocusEventArgs>)'.
    739. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29726(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)'.
    740. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29727(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)'.
    741. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29728(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)'.
    742. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29729(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)'.
    743. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29730(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)'.
    744. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29731(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)'.
    745. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29732(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_NoFocusCandidateFound(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.NoFocusCandidateFoundEventArgs>)'.
    746. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29733(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)'.
    747. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29734(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)'.
    748. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29735(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)'.
    749. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29736(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)'.
    750. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29737(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)'.
    751. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29738(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)'.
    752. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29739(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)'.
    753. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29740(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)'.
    754. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29741(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_PreviewKeyDown(Windows.UI.Xaml.Input.KeyEventHandler)'.
    755. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29742(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_PreviewKeyUp(Windows.UI.Xaml.Input.KeyEventHandler)'.
    756. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29743(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.UIElement.add_ProcessKeyboardAccelerators(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.UIElement, Windows.UI.Xaml.Input.ProcessKeyboardAcceleratorEventArgs>)'.
    757. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29744(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)'.
    758. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29745(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)'.
    759. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29747(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.Arrange(Windows.Foundation.Rect)'.
    760. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29767(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Size Windows.UI.Xaml.UIElement.get_DesiredSize()'.
    761. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29791(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Input.KeyboardAccelerator> Windows.UI.Xaml.UIElement.get_KeyboardAccelerators()'.
    762. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29798(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IVector<Windows.UI.Xaml.Media.XamlLight> Windows.UI.Xaml.UIElement.get_Lights()'.
    763. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29812(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.get_PointerCaptures()'.
    764. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29824(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Size Windows.UI.Xaml.UIElement.get_RenderSize()'.
    765. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29826(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.UIElement.get_RenderTransformOrigin()'.
    766. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29853(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.Measure(Windows.Foundation.Size)'.
    767. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29877(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.put_RenderTransformOrigin(Windows.Foundation.Point)'.
    768. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29890(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_AccessKeyDisplayDismissed(Windows.Foundation.EventRegistrationToken)'.
    769. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29891(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_AccessKeyDisplayRequested(Windows.Foundation.EventRegistrationToken)'.
    770. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29892(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_AccessKeyInvoked(Windows.Foundation.EventRegistrationToken)'.
    771. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29893(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_CharacterReceived(Windows.Foundation.EventRegistrationToken)'.
    772. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29894(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_ContextCanceled(Windows.Foundation.EventRegistrationToken)'.
    773. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29895(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_ContextRequested(Windows.Foundation.EventRegistrationToken)'.
    774. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29896(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)'.
    775. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29897(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)'.
    776. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29898(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)'.
    777. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29899(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)'.
    778. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29900(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)'.
    779. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29901(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)'.
    780. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29902(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)'.
    781. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29903(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_GettingFocus(Windows.Foundation.EventRegistrationToken)'.
    782. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29904(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)'.
    783. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29905(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)'.
    784. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29906(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)'.
    785. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29907(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)'.
    786. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29908(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_LosingFocus(Windows.Foundation.EventRegistrationToken)'.
    787. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29909(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)'.
    788. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29910(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)'.
    789. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29911(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)'.
    790. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29912(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)'.
    791. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29913(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)'.
    792. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29914(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)'.
    793. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29915(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_NoFocusCandidateFound(Windows.Foundation.EventRegistrationToken)'.
    794. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29916(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)'.
    795. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29917(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)'.
    796. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29918(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)'.
    797. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29919(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)'.
    798. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29920(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)'.
    799. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29921(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)'.
    800. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29922(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)'.
    801. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29923(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)'.
    802. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29924(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_PreviewKeyDown(Windows.Foundation.EventRegistrationToken)'.
    803. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29925(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_PreviewKeyUp(Windows.Foundation.EventRegistrationToken)'.
    804. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29926(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.UIElement.remove_ProcessKeyboardAccelerators(Windows.Foundation.EventRegistrationToken)'.
    805. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29927(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)'.
    806. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29928(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)'.
    807. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29941(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()'.
    808. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29944(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetBoundingRectangle()'.
    809. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29945(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()'.
    810. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29947(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetClickablePoint()'.
    811. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29948(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()'.
    812. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29950(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Object Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetElementFromPoint(Windows.Foundation.Point)'.
    813. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29966(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.UI.Xaml.Automation.Peers.AutomationPeer Windows.UI.Xaml.Automation.Peers.AutomationPeer.GetPeerFromPoint(Windows.Foundation.Point)'.
    814. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29987(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>)'.
    815. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29996(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Xaml.Automation.Peers.IAutomationPeer.GetBoundingRectangle()'.
    816. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29997(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()'.
    817. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke29999(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Automation.Peers.IAutomationPeer.GetClickablePoint()'.
    818. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30010(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.UI.Xaml.Automation.Peers.AutomationPeer Windows.UI.Xaml.Automation.Peers.IAutomationPeer.GetPeerFromPoint(Windows.Foundation.Point)'.
    819. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30024(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()'.
    820. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30025(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()'.
    821. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30026(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Object Windows.UI.Xaml.Automation.Peers.IAutomationPeer3.GetElementFromPoint(Windows.Foundation.Point)'.
    822. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30033(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>)'.
    823. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30047(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides.GetBoundingRectangleCore()'.
    824. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30048(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()'.
    825. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30050(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides.GetClickablePointCore()'.
    826. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30060(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.UI.Xaml.Automation.Peers.AutomationPeer Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides.GetPeerFromPointCore(Windows.Foundation.Point)'.
    827. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30070(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()'.
    828. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30072(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()'.
    829. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30073(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Object Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides3.GetElementFromPointCore(Windows.Foundation.Point)'.
    830. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30081(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Automation.Peers.AutomationPeer> Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5.GetDescribedByCore()'.
    831. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30082(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Automation.Peers.AutomationPeer> Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5.GetFlowsFromCore()'.
    832. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30083(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Collections.IIterable<Windows.UI.Xaml.Automation.Peers.AutomationPeer> Windows.UI.Xaml.Automation.Peers.IAutomationPeerOverrides5.GetFlowsToCore()'.
    833. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30090(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Control.add_FocusDisengaged(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.Control, Windows.UI.Xaml.Controls.FocusDisengagedEventArgs>)'.
    834. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30091(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Control.add_FocusEngaged(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.Control, Windows.UI.Xaml.Controls.FocusEngagedEventArgs>)'.
    835. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30092(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)'.
    836. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30099(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.Controls.Control.get_BorderThickness()'.
    837. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30104(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.Control.get_DefaultStyleResourceUri()'.
    838. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30135(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.Controls.Control.get_Padding()'.
    839. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30161(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Control.put_BorderThickness(Windows.UI.Xaml.Thickness)'.
    840. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30163(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Control.put_DefaultStyleResourceUri(Windows.Foundation.Uri)'.
    841. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30177(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Control.put_Padding(Windows.UI.Xaml.Thickness)'.
    842. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30188(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Control.remove_FocusDisengaged(Windows.Foundation.EventRegistrationToken)'.
    843. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30189(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Control.remove_FocusEngaged(Windows.Foundation.EventRegistrationToken)'.
    844. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30190(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)'.
    845. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30194(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Controls.ControlTemplate.get_TargetType()'.
    846. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30195(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)'.
    847. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30200(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.Controls.Grid.get_BorderThickness()'.
    848. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30206(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.CornerRadius Windows.UI.Xaml.Controls.Grid.get_CornerRadius()'.
    849. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30208(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.Controls.Grid.get_Padding()'.
    850. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30219(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Grid.put_BorderThickness(Windows.UI.Xaml.Thickness)'.
    851. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30221(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Grid.put_CornerRadius(Windows.UI.Xaml.CornerRadius)'.
    852. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30222(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Grid.put_Padding(Windows.UI.Xaml.Thickness)'.
    853. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30228(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)'.
    854. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30233(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.Controls.IControl.get_BorderThickness()'.
    855. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30244(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.Controls.IControl.get_Padding()'.
    856. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30251(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IControl.put_BorderThickness(Windows.UI.Xaml.Thickness)'.
    857. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30262(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IControl.put_Padding(Windows.UI.Xaml.Thickness)'.
    858. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30267(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)'.
    859. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30272(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IControl4.add_FocusDisengaged(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.Control, Windows.UI.Xaml.Controls.FocusDisengagedEventArgs>)'.
    860. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30273(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.IControl4.add_FocusEngaged(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.Control, Windows.UI.Xaml.Controls.FocusEngagedEventArgs>)'.
    861. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30290(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IControl4.remove_FocusDisengaged(Windows.Foundation.EventRegistrationToken)'.
    862. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30291(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IControl4.remove_FocusEngaged(Windows.Foundation.EventRegistrationToken)'.
    863. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30293(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IControl5.get_DefaultStyleResourceUri()'.
    864. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30294(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IControl5.put_DefaultStyleResourceUri(Windows.Foundation.Uri)'.
    865. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30326(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Controls.IControlTemplate.get_TargetType()'.
    866. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30327(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)'.
    867. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30333(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.Controls.IGrid2.get_BorderThickness()'.
    868. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30334(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.CornerRadius Windows.UI.Xaml.Controls.IGrid2.get_CornerRadius()'.
    869. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30335(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Thickness Windows.UI.Xaml.Controls.IGrid2.get_Padding()'.
    870. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30337(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IGrid2.put_BorderThickness(Windows.UI.Xaml.Thickness)'.
    871. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30338(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IGrid2.put_CornerRadius(Windows.UI.Xaml.CornerRadius)'.
    872. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30339(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IGrid2.put_Padding(Windows.UI.Xaml.Thickness)'.
    873. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30343(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.INotifyEventArgs2.get_CallingUri()'.
    874. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30353(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)'.
    875. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30354(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)'.
    876. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30355(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)'.
    877. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30356(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.get_AllowedScriptNotifyUris()'.
    878. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30358(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebView.get_Source()'.
    879. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30360(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)'.
    880. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30362(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>)'.
    881. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30363(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)'.
    882. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30364(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)'.
    883. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30365(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)'.
    884. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30366(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)'.
    885. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30367(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>)'.
    886. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30368(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>)'.
    887. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30369(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>)'.
    888. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30370(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>)'.
    889. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30371(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>)'.
    890. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30372(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>)'.
    891. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30373(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>)'.
    892. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30374(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>)'.
    893. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30375(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>)'.
    894. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30376(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>)'.
    895. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30377(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>)'.
    896. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30378(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)'.
    897. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30384(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Color Windows.UI.Xaml.Controls.IWebView2.get_DefaultBackgroundColor()'.
    898. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30388(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>)'.
    899. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30389(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)'.
    900. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30391(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.IWebView2.put_DefaultBackgroundColor(Windows.UI.Color)'.
    901. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30393(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)'.
    902. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30394(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)'.
    903. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30395(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)'.
    904. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30396(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)'.
    905. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30397(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)'.
    906. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30398(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)'.
    907. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30399(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)'.
    908. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30400(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)'.
    909. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30401(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)'.
    910. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30402(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)'.
    911. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30403(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)'.
    912. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30405(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>)'.
    913. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30407(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)'.
    914. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30408(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>)'.
    915. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30409(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>)'.
    916. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30410(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>)'.
    917. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30413(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.get_DeferredPermissionRequests()'.
    918. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30416(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)'.
    919. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30417(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)'.
    920. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30418(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)'.
    921. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30427(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewContentLoadingEventArgs.get_Uri()'.
    922. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30428(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewDOMContentLoadedEventArgs.get_Uri()'.
    923. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30433(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewDeferredPermissionRequest.get_Uri()'.
    924. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30434(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.TimeSpan Windows.UI.Xaml.Controls.IWebViewLongRunningScriptDetectedEventArgs.get_ExecutionTime()'.
    925. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30438(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewNavigationCompletedEventArgs.get_Uri()'.
    926. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30440(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewNavigationFailedEventArgs.get_Uri()'.
    927. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30443(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewNavigationStartingEventArgs.get_Uri()'.
    928. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30446(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewNewWindowRequestedEventArgs.get_Referrer()'.
    929. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30447(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewNewWindowRequestedEventArgs.get_Uri()'.
    930. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30455(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewPermissionRequest.get_Uri()'.
    931. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30462(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewUnsupportedUriSchemeIdentifiedEventArgs.get_Uri()'.
    932. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30464(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewUnviewableContentIdentifiedEventArgs.get_Referrer()'.
    933. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30465(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.IWebViewUnviewableContentIdentifiedEventArgs.get_Uri()'.
    934. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30467(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.NotifyEventArgs.get_CallingUri()'.
    935. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30483(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>)'.
    936. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30484(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>)'.
    937. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30485(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>)'.
    938. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30486(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>)'.
    939. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30487(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>)'.
    940. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30488(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>)'.
    941. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30489(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>)'.
    942. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30490(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)'.
    943. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30491(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>)'.
    944. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30492(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>)'.
    945. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30493(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)'.
    946. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30494(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>)'.
    947. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30495(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>)'.
    948. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30496(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>)'.
    949. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30497(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)'.
    950. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30498(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>)'.
    951. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30499(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>)'.
    952. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30500(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>)'.
    953. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30502(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)'.
    954. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30508(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.get_AllowedScriptNotifyUris()'.
    955. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30510(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.get_AnyScriptNotifyUri()'.
    956. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30519(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Color Windows.UI.Xaml.Controls.WebView.get_DefaultBackgroundColor()'.
    957. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30522(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.get_DeferredPermissionRequests()'.
    958. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30527(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebView.get_Source()'.
    959. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30540(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>)'.
    960. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30541(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)'.
    961. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30542(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)'.
    962. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30545(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>)'.
    963. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30546(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.WebView.put_DefaultBackgroundColor(Windows.UI.Color)'.
    964. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30547(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)'.
    965. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30553(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)'.
    966. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30554(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)'.
    967. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30555(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)'.
    968. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30556(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)'.
    969. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30557(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)'.
    970. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30558(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)'.
    971. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30559(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)'.
    972. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30560(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)'.
    973. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30561(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)'.
    974. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30562(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)'.
    975. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30563(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)'.
    976. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30564(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)'.
    977. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30565(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)'.
    978. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30566(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)'.
    979. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30567(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)'.
    980. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30568(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)'.
    981. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30569(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)'.
    982. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30570(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)'.
    983. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30572(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewContentLoadingEventArgs.get_Uri()'.
    984. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30573(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewDOMContentLoadedEventArgs.get_Uri()'.
    985. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30578(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewDeferredPermissionRequest.get_Uri()'.
    986. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30579(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.TimeSpan Windows.UI.Xaml.Controls.WebViewLongRunningScriptDetectedEventArgs.get_ExecutionTime()'.
    987. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30583(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewNavigationCompletedEventArgs.get_Uri()'.
    988. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30585(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewNavigationFailedEventArgs.get_Uri()'.
    989. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30589(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewNavigationStartingEventArgs.get_Uri()'.
    990. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30592(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewNewWindowRequestedEventArgs.get_Referrer()'.
    991. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30593(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewNewWindowRequestedEventArgs.get_Uri()'.
    992. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30601(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewPermissionRequest.get_Uri()'.
    993. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30608(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewUnsupportedUriSchemeIdentifiedEventArgs.get_Uri()'.
    994. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30611(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewUnviewableContentIdentifiedEventArgs.get_Referrer()'.
    995. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30612(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Controls.WebViewUnviewableContentIdentifiedEventArgs.get_Uri()'.
    996. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30613(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Primitives.FlyoutBase.add_Closed(Windows.Foundation.EventHandler<System.Object>)'.
    997. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30614(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Primitives.FlyoutBase.add_Closing(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.Primitives.FlyoutBase, Windows.UI.Xaml.Controls.Primitives.FlyoutBaseClosingEventArgs>)'.
    998. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30615(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Primitives.FlyoutBase.add_Opened(Windows.Foundation.EventHandler<System.Object>)'.
    999. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30616(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Primitives.FlyoutBase.add_Opening(Windows.Foundation.EventHandler<System.Object>)'.
    1000. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30639(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Primitives.FlyoutBase.remove_Closed(Windows.Foundation.EventRegistrationToken)'.
    1001. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30640(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Primitives.FlyoutBase.remove_Closing(Windows.Foundation.EventRegistrationToken)'.
    1002. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30641(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Primitives.FlyoutBase.remove_Opened(Windows.Foundation.EventRegistrationToken)'.
    1003. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30642(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Primitives.FlyoutBase.remove_Opening(Windows.Foundation.EventRegistrationToken)'.
    1004. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30649(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Primitives.IFlyoutBase.add_Closed(Windows.Foundation.EventHandler<System.Object>)'.
    1005. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30650(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Primitives.IFlyoutBase.add_Opened(Windows.Foundation.EventHandler<System.Object>)'.
    1006. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30651(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Primitives.IFlyoutBase.add_Opening(Windows.Foundation.EventHandler<System.Object>)'.
    1007. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30655(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Primitives.IFlyoutBase.remove_Closed(Windows.Foundation.EventRegistrationToken)'.
    1008. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30656(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Primitives.IFlyoutBase.remove_Opened(Windows.Foundation.EventRegistrationToken)'.
    1009. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30657(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Primitives.IFlyoutBase.remove_Opening(Windows.Foundation.EventRegistrationToken)'.
    1010. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30659(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.EventRegistrationToken Windows.UI.Xaml.Controls.Primitives.IFlyoutBase2.add_Closing(Windows.Foundation.TypedEventHandler<Windows.UI.Xaml.Controls.Primitives.FlyoutBase, Windows.UI.Xaml.Controls.Primitives.FlyoutBaseClosingEventArgs>)'.
    1011. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30669(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Controls.Primitives.IFlyoutBase2.remove_Closing(Windows.Foundation.EventRegistrationToken)'.
    1012. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30729(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)'.
    1013. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30730(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)'.
    1014. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30744(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs.GetPosition(Windows.UI.Xaml.UIElement)'.
    1015. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30760(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.HoldingRoutedEventArgs.GetPosition(Windows.UI.Xaml.UIElement)'.
    1016. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30772(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.IDoubleTappedRoutedEventArgs.GetPosition(Windows.UI.Xaml.UIElement)'.
    1017. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30787(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.IHoldingRoutedEventArgs.GetPosition(Windows.UI.Xaml.UIElement)'.
    1018. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30816(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.IManipulationCompletedRoutedEventArgs.get_Position()'.
    1019. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30826(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.IManipulationDeltaRoutedEventArgs.get_Position()'.
    1020. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30842(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.IManipulationPivot.get_Center()'.
    1021. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30843(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Input.IManipulationPivot.put_Center(Windows.Foundation.Point)'.
    1022. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30850(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.IManipulationStartedRoutedEventArgs.get_Position()'.
    1023. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30872(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)'.
    1024. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30881(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.IRightTappedRoutedEventArgs.GetPosition(Windows.UI.Xaml.UIElement)'.
    1025. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30885(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.ITappedRoutedEventArgs.GetPosition(Windows.UI.Xaml.UIElement)'.
    1026. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30916(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs.get_Position()'.
    1027. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30927(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs.get_Position()'.
    1028. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30944(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.ManipulationPivot.get_Center()'.
    1029. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30945(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Input.ManipulationPivot.put_Center(Windows.Foundation.Point)'.
    1030. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30953(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.ManipulationStartedRoutedEventArgs.get_Position()'.
    1031. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30978(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)'.
    1032. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30987(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.RightTappedRoutedEventArgs.GetPosition(Windows.UI.Xaml.UIElement)'.
    1033. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke30992(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Input.TappedRoutedEventArgs.GetPosition(Windows.UI.Xaml.UIElement)'.
    1034. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31005(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Xaml.Media.GeneralTransform.TransformBounds(Windows.Foundation.Rect)'.
    1035. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31006(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Media.GeneralTransform.TransformPoint(Windows.Foundation.Point)'.
    1036. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31007(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Xaml.Media.Geometry.get_Bounds()'.
    1037. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31019(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Xaml.Media.IGeneralTransform.TransformBounds(Windows.Foundation.Rect)'.
    1038. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31020(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.Point Windows.UI.Xaml.Media.IGeneralTransform.TransformPoint(Windows.Foundation.Point)'.
    1039. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31022(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Xaml.Media.IGeneralTransformOverrides.TransformBoundsCore(Windows.Foundation.Rect)'.
    1040. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31023(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Xaml.Media.IGeometry.get_Bounds()'.
    1041. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31026(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Xaml.Media.IRectangleGeometry.get_Rect()'.
    1042. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31027(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Media.IRectangleGeometry.put_Rect(Windows.Foundation.Rect)'.
    1043. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31028(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Rect Windows.UI.Xaml.Media.RectangleGeometry.get_Rect()'.
    1044. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31030(System.Int64, System.Int64*)' at IL offset 0x12 referring to invalid Windows Runtime method 'System.Void Windows.UI.Xaml.Media.RectangleGeometry.put_Rect(Windows.Foundation.Rect)'.
    1045. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31033(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)'.
    1046. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31034(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)'.
    1047. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31035(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)'.
    1048. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31050(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Media.Imaging.BitmapImage.get_UriSource()'.
    1049. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31058(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)'.
    1050. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31059(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)'.
    1051. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31060(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)'.
    1052. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31061(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)'.
    1053. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31072(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)'.
    1054. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31073(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)'.
    1055. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31074(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)'.
    1056. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31078(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Media.Imaging.IBitmapImage.get_UriSource()'.
    1057. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31082(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)'.
    1058. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31083(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)'.
    1059. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31084(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)'.
    1060. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31085(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)'.
    1061. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31103(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Navigation.INavigationEventArgs.get_SourcePageType()'.
    1062. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31104(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Navigation.INavigationEventArgs.get_Uri()'.
    1063. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31105(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)'.
    1064. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31112(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.UI.Xaml.Interop.TypeName Windows.UI.Xaml.Navigation.NavigationEventArgs.get_SourcePageType()'.
    1065. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31113(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.UI.Xaml.Navigation.NavigationEventArgs.get_Uri()'.
    1066. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31114(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)'.
    1067. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31115(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)'.
    1068. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31129(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.get_Properties()'.
    1069. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31130(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Web.Http.HttpRequestMessage.get_RequestUri()'.
    1070. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31134(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)'.
    1071. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31137(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.get_ServerCertificateErrors()'.
    1072. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31139(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.get_ServerIntermediateCertificates()'.
    1073. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31151(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.get_Properties()'.
    1074. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31152(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Web.Http.IHttpRequestMessage.get_RequestUri()'.
    1075. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31156(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)'.
    1076. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31158(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.get_ServerCertificateErrors()'.
    1077. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31160(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.get_ServerIntermediateCertificates()'.
    1078. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31161(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.get_MaxAge()'.
    1079. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31162(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.get_MaxStale()'.
    1080. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31163(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.get_MinFresh()'.
    1081. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31164(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.get_SharedMaxAge()'.
    1082. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31166(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>)'.
    1083. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31167(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>)'.
    1084. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31168(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>)'.
    1085. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31169(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>)'.
    1086. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31185(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.get_Parameters()'.
    1087. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31186(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.get_Size()'.
    1088. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31192(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpContentDispositionHeaderValue.put_Size(Windows.Foundation.IReference<System.UInt64>)'.
    1089. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31198(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Web.Http.Headers.HttpContentHeaderCollection.get_ContentLength()'.
    1090. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31199(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Web.Http.Headers.HttpContentHeaderCollection.get_ContentLocation()'.
    1091. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31203(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.get_Expires()'.
    1092. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31204(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.get_LastModified()'.
    1093. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31206(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpContentHeaderCollection.put_ContentLength(Windows.Foundation.IReference<System.UInt64>)'.
    1094. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31207(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)'.
    1095. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31211(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>)'.
    1096. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31212(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>)'.
    1097. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31215(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Web.Http.Headers.HttpContentRangeHeaderValue.get_FirstBytePosition()'.
    1098. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31216(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Web.Http.Headers.HttpContentRangeHeaderValue.get_LastBytePosition()'.
    1099. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31217(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Web.Http.Headers.HttpContentRangeHeaderValue.get_Length()'.
    1100. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31225(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.get_Parameters()'.
    1101. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31241(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.get_Parameters()'.
    1102. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31260(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.get_Date()'.
    1103. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31264(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.get_IfModifiedSince()'.
    1104. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31265(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.get_IfUnmodifiedSince()'.
    1105. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31266(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt32> Windows.Web.Http.Headers.HttpRequestHeaderCollection.get_MaxForwards()'.
    1106. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31268(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Web.Http.Headers.HttpRequestHeaderCollection.get_Referer()'.
    1107. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31272(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>)'.
    1108. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31275(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>)'.
    1109. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31276(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>)'.
    1110. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31277(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.HttpRequestHeaderCollection.put_MaxForwards(Windows.Foundation.IReference<System.UInt32>)'.
    1111. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31279(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)'.
    1112. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31285(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.get_MaxAge()'.
    1113. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31286(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.get_MaxStale()'.
    1114. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31287(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.get_MinFresh()'.
    1115. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31288(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.get_SharedMaxAge()'.
    1116. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31290(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>)'.
    1117. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31291(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>)'.
    1118. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31292(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>)'.
    1119. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31293(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>)'.
    1120. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31305(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.get_Parameters()'.
    1121. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31306(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Web.Http.Headers.IHttpContentDispositionHeaderValue.get_Size()'.
    1122. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31311(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpContentDispositionHeaderValue.put_Size(Windows.Foundation.IReference<System.UInt64>)'.
    1123. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31316(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Web.Http.Headers.IHttpContentHeaderCollection.get_ContentLength()'.
    1124. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31317(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Web.Http.Headers.IHttpContentHeaderCollection.get_ContentLocation()'.
    1125. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31321(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.get_Expires()'.
    1126. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31322(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.get_LastModified()'.
    1127. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31324(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpContentHeaderCollection.put_ContentLength(Windows.Foundation.IReference<System.UInt64>)'.
    1128. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31325(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)'.
    1129. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31329(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>)'.
    1130. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31330(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>)'.
    1131. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31332(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Web.Http.Headers.IHttpContentRangeHeaderValue.get_FirstBytePosition()'.
    1132. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31333(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Web.Http.Headers.IHttpContentRangeHeaderValue.get_LastBytePosition()'.
    1133. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31334(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt64> Windows.Web.Http.Headers.IHttpContentRangeHeaderValue.get_Length()'.
    1134. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31339(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.get_Parameters()'.
    1135. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31350(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.get_Parameters()'.
    1136. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31365(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.get_Date()'.
    1137. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31369(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.get_IfModifiedSince()'.
    1138. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31370(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.get_IfUnmodifiedSince()'.
    1139. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31371(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.IReference<System.UInt32> Windows.Web.Http.Headers.IHttpRequestHeaderCollection.get_MaxForwards()'.
    1140. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31373(System.Int64, System.Int64*)' at IL offset 0xB referring to invalid Windows Runtime method 'Windows.Foundation.Uri Windows.Web.Http.Headers.IHttpRequestHeaderCollection.get_Referer()'.
    1141. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31377(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>)'.
    1142. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31380(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>)'.
    1143. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31381(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>)'.
    1144. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31382(System.Int64, System.Int64*)' at IL offset 0x17 referring to invalid Windows Runtime method 'System.Void Windows.Web.Http.Headers.IHttpRequestHeaderCollection.put_MaxForwards(Windows.Foundation.IReference<System.UInt32>)'.
    1145. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0027: Invalid IL detected in method 'System.Int64 UnityEngine.Internal.$MethodUtility.$Invoke31384(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)'.
    1146. 1>  Computing application closure and generating interop code
    1147. 1>    Loading 180 modules...
    1148. 1>    Generating code...
    1149. 1>    Interop code generated.
    1150. 1>  Generating serialization code
    1151. 1>  Compiling interop code
    1152. 1>  Generating System.Reflection.DispatchProxy proxy code.
    1153. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Microsoft.ApplicationInsights.Extensibility.Implementation.IClock' was not included in compilation, but was referenced in type 'Microsoft.ApplicationInsights.Extensibility.Windows.SessionTelemetryModule'. There may have been a missing assembly.
    1154. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Microsoft.ApplicationInsights.Extensibility.Implementation.FixedSizeQueue`1' was not included in compilation, but was referenced in type 'Microsoft.ApplicationInsights.Channel.Storage'. There may have been a missing assembly.
    1155. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: 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.
    1156. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'SliceDispatcherFactory.CreateSetter(MemberInfo)' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly.
    1157. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: 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.
    1158. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: 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.
    1159. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'UnhandledExceptionTelemetryModule.CreateClient()' will always throw an exception due to the missing method 'TelemetryClient.set_Channel(ITelemetryChannel)'. There may have been a missing assembly.
    1160. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Microsoft.ApplicationInsights.Extensibility.Implementation.Clock' was not included in compilation, but was referenced in method 'SessionTelemetryModule..ctor()'. There may have been a missing assembly.
    1161. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'SessionTelemetryModule..ctor()' will always throw an exception due to the missing method 'Clock.get_Instance()'. There may have been a missing assembly.
    1162. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'SessionTelemetryModule.GetPreviousSession(string, DateTimeOffset)' will always throw an exception due to the missing method 'IPlatform.GetApplicationSettings()'. There may have been a missing assembly.
    1163. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'SessionTelemetryModule.IsSessionActive(DateTimeOffset)' will always throw an exception due to the missing method 'IClock.get_Time()'. There may have been a missing assembly.
    1164. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'SessionTelemetryModule.SaveSessionState()' will always throw an exception due to the missing method 'IPlatform.GetApplicationSettings()'. There may have been a missing assembly.
    1165. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'SessionTelemetryModule.TrackSessionState()' will always throw an exception due to the missing method 'IClock.get_Time()'. There may have been a missing assembly.
    1166. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'UserContextInitializer.Initialize(ITelemetry)' will always throw an exception due to the missing method 'UserContext.set_AcquisitionDate(Nullable<DateTimeOffset>)'. There may have been a missing assembly.
    1167. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'UserContextInitializer.InitializeUserData()' will always throw an exception due to the missing method 'IPlatform.GetApplicationSettings()'. There may have been a missing assembly.
    1168. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'WindowsAppInitializer.Initalize()' will always throw an exception due to the missing method 'TelemetryConfiguration.get_ContextInitializers()'. There may have been a missing assembly.
    1169. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Microsoft.ApplicationInsights.Extensibility.Implementation.SnapshottingDictionary`2' was not included in compilation, but was referenced in method 'Storage..ctor(string)'. There may have been a missing assembly.
    1170. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'Storage..ctor(string)' will always throw an exception due to the missing method 'SnapshottingDictionary<string, string>..ctor()'. There may have been a missing assembly.
    1171. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'Storage.Peek()' will always throw an exception due to the missing method 'FixedSizeQueue<string>.Contains(string)'. There may have been a missing assembly.
    1172. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'Storage.Delete(StorageTransmission)' will always throw an exception due to the missing method 'FixedSizeQueue<string>.Enqueue(string)'. There may have been a missing assembly.
    1173. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'PersistenceTransmitter.SendForDeveloperMode(ITelemetry, string)' will always throw an exception due to the missing method 'Transmission.SendAsync()'. There may have been a missing assembly.
    1174. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method 'Sender.Send(StorageTransmission, TimeSpan)' will always throw an exception due to the missing method 'Transmission.SendAsync()'. There may have been a missing assembly.
    1175. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.Collections.IMapView`2' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1176. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.Collections.IMap`2' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1177. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.Collections.IVectorView`1' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1178. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.Uri' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1179. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.DateTime' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1180. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.EventHandler`1' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1181. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.EventRegistrationToken' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1182. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.HResult' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1183. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.IClosable' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1184. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.Rect' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1185. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.TimeSpan' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1186. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.Point' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1187. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.Size' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1188. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.Collections.IIterable`1' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1189. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.Foundation.Collections.IVector`1' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1190. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Color' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1191. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.CornerRadius' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1192. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.Thickness' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1193. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0005: Type 'Windows.UI.Xaml.Interop.TypeName' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1194. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method '$MethodUtility.$Invoke26687(long, long*)' will always throw an exception due to the missing method 'Deferral.Close()'. There may have been a missing assembly.
    1195. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method '$MethodUtility.$Invoke27891(long, long*)' will always throw an exception due to the missing method 'DeviceThumbnail.Close()'. There may have been a missing assembly.
    1196. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method '$MethodUtility.$Invoke28041(long, long*)' will always throw an exception due to the missing method 'BitmapBuffer.Close()'. There may have been a missing assembly.
    1197. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method '$MethodUtility.$Invoke28059(long, long*)' will always throw an exception due to the missing method 'SoftwareBitmap.Close()'. There may have been a missing assembly.
    1198. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method '$MethodUtility.$Invoke28533(long, long*)' will always throw an exception due to the missing method 'StorageStreamTransaction.Close()'. There may have been a missing assembly.
    1199. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method '$MethodUtility.$Invoke28536(long, long*)' will always throw an exception due to the missing method 'StreamedFileDataRequest.Close()'. There may have been a missing assembly.
    1200. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method '$MethodUtility.$Invoke28695(long, long*)' will always throw an exception due to the missing method 'StorageItemThumbnail.Close()'. There may have been a missing assembly.
    1201. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): warning : ILTransform : warning ILT0003: Method '$MethodUtility.$Invoke31125(long, long*)' will always throw an exception due to the missing method 'HttpRequestMessage.Close()'. There may have been a missing assembly.
    1202. 1>  Cleaning up unreferenced code
    1203. 1>  Generating native code
    1204. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Microsoft.ApplicationInsights.Extensibility.Implementation.IClock' was not included in compilation, but was referenced in type 'Microsoft.ApplicationInsights.Extensibility.Windows.SessionTelemetryModule'. There may have been a missing assembly.
    1205. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Microsoft.ApplicationInsights.Extensibility.Implementation.IClock' was not included in compilation, but was referenced in type 'Microsoft.ApplicationInsights.Extensibility.Windows.SessionTelemetryModule'. There may have been a missing assembly.
    1206. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Microsoft.ApplicationInsights.Extensibility.Implementation.FixedSizeQueue`1' was not included in compilation, but was referenced in type 'Microsoft.ApplicationInsights.Channel.Storage'. There may have been a missing assembly.
    1207. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,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.
    1208. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,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.
    1209. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,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.
    1210. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,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.
    1211. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'UnhandledExceptionTelemetryModule.CreateClient()' will always throw an exception due to the missing method 'TelemetryClient.set_Channel(ITelemetryChannel)'. There may have been a missing assembly.
    1212. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Microsoft.ApplicationInsights.Extensibility.Implementation.Clock' was not included in compilation, but was referenced in method 'SessionTelemetryModule..ctor()'. There may have been a missing assembly.
    1213. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'SessionTelemetryModule..ctor()' will always throw an exception due to the missing method 'Clock.get_Instance()'. There may have been a missing assembly.
    1214. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'SessionTelemetryModule.GetPreviousSession(string, DateTimeOffset)' will always throw an exception due to the missing method 'IPlatform.GetApplicationSettings()'. There may have been a missing assembly.
    1215. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'SessionTelemetryModule.IsSessionActive(DateTimeOffset)' will always throw an exception due to the missing method 'IClock.get_Time()'. There may have been a missing assembly.
    1216. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'SessionTelemetryModule.SaveSessionState()' will always throw an exception due to the missing method 'IPlatform.GetApplicationSettings()'. There may have been a missing assembly.
    1217. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'SessionTelemetryModule.TrackSessionState()' will always throw an exception due to the missing method 'IClock.get_Time()'. There may have been a missing assembly.
    1218. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'UserContextInitializer.Initialize(ITelemetry)' will always throw an exception due to the missing method 'UserContext.set_AcquisitionDate(Nullable<DateTimeOffset>)'. There may have been a missing assembly.
    1219. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'UserContextInitializer.InitializeUserData()' will always throw an exception due to the missing method 'IPlatform.GetApplicationSettings()'. There may have been a missing assembly.
    1220. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'WindowsAppInitializer.Initalize()' will always throw an exception due to the missing method 'TelemetryConfiguration.get_ContextInitializers()'. There may have been a missing assembly.
    1221. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Microsoft.ApplicationInsights.Extensibility.Implementation.SnapshottingDictionary`2' was not included in compilation, but was referenced in method 'Storage..ctor(string)'. There may have been a missing assembly.
    1222. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'Storage..ctor(string)' will always throw an exception due to the missing method 'SnapshottingDictionary<string, string>..ctor()'. There may have been a missing assembly.
    1223. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'Storage.Peek()' will always throw an exception due to the missing method 'FixedSizeQueue<string>.Contains(string)'. There may have been a missing assembly.
    1224. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'Storage.Delete(StorageTransmission)' will always throw an exception due to the missing method 'FixedSizeQueue<string>.Enqueue(string)'. There may have been a missing assembly.
    1225. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'PersistenceTransmitter.SendForDeveloperMode(ITelemetry, string)' will always throw an exception due to the missing method 'Transmission.SendAsync()'. There may have been a missing assembly.
    1226. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'Sender.Send(StorageTransmission, TimeSpan)' will always throw an exception due to the missing method 'Transmission.SendAsync()'. There may have been a missing assembly.
    1227. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Collections.IMapView`2' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1228. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Collections.IMap`2' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1229. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Collections.IVectorView`1' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1230. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Uri' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1231. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.DateTime' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1232. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.EventHandler`1' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1233. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.EventRegistrationToken' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1234. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.HResult' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1235. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.IClosable' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1236. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Rect' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1237. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.TimeSpan' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1238. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Point' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1239. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Size' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1240. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Collections.IIterable`1' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1241. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Collections.IVector`1' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1242. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.UI.Color' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1243. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.UI.Xaml.CornerRadius' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1244. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.UI.Xaml.Thickness' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1245. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.UI.Xaml.Interop.TypeName' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1246. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke26687(long, long*)' will always throw an exception due to the missing method 'Deferral.Close()'. There may have been a missing assembly.
    1247. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke27891(long, long*)' will always throw an exception due to the missing method 'DeviceThumbnail.Close()'. There may have been a missing assembly.
    1248. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke28041(long, long*)' will always throw an exception due to the missing method 'BitmapBuffer.Close()'. There may have been a missing assembly.
    1249. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke28059(long, long*)' will always throw an exception due to the missing method 'SoftwareBitmap.Close()'. There may have been a missing assembly.
    1250. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke28533(long, long*)' will always throw an exception due to the missing method 'StorageStreamTransaction.Close()'. There may have been a missing assembly.
    1251. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke28536(long, long*)' will always throw an exception due to the missing method 'StreamedFileDataRequest.Close()'. There may have been a missing assembly.
    1252. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke28695(long, long*)' will always throw an exception due to the missing method 'StorageItemThumbnail.Close()'. There may have been a missing assembly.
    1253. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke31125(long, long*)' will always throw an exception due to the missing method 'HttpRequestMessage.Close()'. There may have been a missing assembly.
    1254. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Microsoft.ApplicationInsights.Extensibility.Implementation.FixedSizeQueue`1' was not included in compilation, but was referenced in type 'Microsoft.ApplicationInsights.Channel.Storage'. There may have been a missing assembly.
    1255. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,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.
    1256. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,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.
    1257. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,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.
    1258. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,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.
    1259. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'UnhandledExceptionTelemetryModule.CreateClient()' will always throw an exception due to the missing method 'TelemetryClient.set_Channel(ITelemetryChannel)'. There may have been a missing assembly.
    1260. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Microsoft.ApplicationInsights.Extensibility.Implementation.Clock' was not included in compilation, but was referenced in method 'SessionTelemetryModule..ctor()'. There may have been a missing assembly.
    1261. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'SessionTelemetryModule..ctor()' will always throw an exception due to the missing method 'Clock.get_Instance()'. There may have been a missing assembly.
    1262. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'SessionTelemetryModule.GetPreviousSession(string, DateTimeOffset)' will always throw an exception due to the missing method 'IPlatform.GetApplicationSettings()'. There may have been a missing assembly.
    1263. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'SessionTelemetryModule.IsSessionActive(DateTimeOffset)' will always throw an exception due to the missing method 'IClock.get_Time()'. There may have been a missing assembly.
    1264. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'SessionTelemetryModule.SaveSessionState()' will always throw an exception due to the missing method 'IPlatform.GetApplicationSettings()'. There may have been a missing assembly.
    1265. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'SessionTelemetryModule.TrackSessionState()' will always throw an exception due to the missing method 'IClock.get_Time()'. There may have been a missing assembly.
    1266. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'UserContextInitializer.Initialize(ITelemetry)' will always throw an exception due to the missing method 'UserContext.set_AcquisitionDate(Nullable<DateTimeOffset>)'. There may have been a missing assembly.
    1267. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'UserContextInitializer.InitializeUserData()' will always throw an exception due to the missing method 'IPlatform.GetApplicationSettings()'. There may have been a missing assembly.
    1268. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'WindowsAppInitializer.Initalize()' will always throw an exception due to the missing method 'TelemetryConfiguration.get_ContextInitializers()'. There may have been a missing assembly.
    1269. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Microsoft.ApplicationInsights.Extensibility.Implementation.SnapshottingDictionary`2' was not included in compilation, but was referenced in method 'Storage..ctor(string)'. There may have been a missing assembly.
    1270. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'Storage..ctor(string)' will always throw an exception due to the missing method 'SnapshottingDictionary<string, string>..ctor()'. There may have been a missing assembly.
    1271. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'Storage.Peek()' will always throw an exception due to the missing method 'FixedSizeQueue<string>.Contains(string)'. There may have been a missing assembly.
    1272. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'Storage.Delete(StorageTransmission)' will always throw an exception due to the missing method 'FixedSizeQueue<string>.Enqueue(string)'. There may have been a missing assembly.
    1273. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'PersistenceTransmitter.SendForDeveloperMode(ITelemetry, string)' will always throw an exception due to the missing method 'Transmission.SendAsync()'. There may have been a missing assembly.
    1274. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method 'Sender.Send(StorageTransmission, TimeSpan)' will always throw an exception due to the missing method 'Transmission.SendAsync()'. There may have been a missing assembly.
    1275. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Collections.IMapView`2' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1276. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Collections.IMap`2' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1277. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Collections.IVectorView`1' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1278. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Uri' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1279. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.DateTime' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1280. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.EventHandler`1' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1281. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.EventRegistrationToken' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1282. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.HResult' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1283. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.IClosable' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1284. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Rect' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1285. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.TimeSpan' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1286. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Point' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1287. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Size' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1288. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Collections.IIterable`1' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1289. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.Foundation.Collections.IVector`1' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1290. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.UI.Color' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1291. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.UI.Xaml.CornerRadius' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1292. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.UI.Xaml.Thickness' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1293. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Type 'Windows.UI.Xaml.Interop.TypeName' was not included in compilation, but was referenced in method 'BootstrapHelpers.FillTypeMaps2(Dictionary<Type, int>, List<Type>)'. There may have been a missing assembly.
    1294. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke26687(long, long*)' will always throw an exception due to the missing method 'Deferral.Close()'. There may have been a missing assembly.
    1295. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke27891(long, long*)' will always throw an exception due to the missing method 'DeviceThumbnail.Close()'. There may have been a missing assembly.
    1296. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke28041(long, long*)' will always throw an exception due to the missing method 'BitmapBuffer.Close()'. There may have been a missing assembly.
    1297. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke28059(long, long*)' will always throw an exception due to the missing method 'SoftwareBitmap.Close()'. There may have been a missing assembly.
    1298. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke28533(long, long*)' will always throw an exception due to the missing method 'StorageStreamTransaction.Close()'. There may have been a missing assembly.
    1299. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke28536(long, long*)' will always throw an exception due to the missing method 'StreamedFileDataRequest.Close()'. There may have been a missing assembly.
    1300. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke28695(long, long*)' will always throw an exception due to the missing method 'StorageItemThumbnail.Close()'. There may have been a missing assembly.
    1301. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : Method '$MethodUtility.$Invoke31125(long, long*)' will always throw an exception due to the missing method 'HttpRequestMessage.Close()'. There may have been a missing assembly.
    1302. 1>C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\Microsoft.NetNative.targets(697,5): error : ILT0005: 'C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\microsoft.net.native.compiler\1.7.3\tools\x86\ilc\Tools\nutc_driver.exe @"D:\UnityProjects\ProjectNameUWP\ProjectName\obj\x86\Master\ilc\intermediate\MDIL\ProjectName.rsp"' returned exit code 1
    1303. ========== Build: 0 succeeded, 1 failed, 2 up-to-date, 0 skipped ==========
    1304. ========== Package: 0 succeeded, 3 failed ===========
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Did you modify project.json file by any chance in the generated VS project?
     
  3. Liviuss

    Liviuss

    Joined:
    Apr 2, 2014
    Posts:
    101
    No, didn't modified any unity generated file. I just added a reference to Microsoft Advertisig library because i use a plugin for it.

    P.S. Justed updated another project i work on and run in the same issue. Kinda strange, project get compiled and installed on Local windows machine but packaging fail :/
     
  4. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Does this also reproduce if you don't add their advertising library? It's weird packaging fails... many games ship on UWP with Unity.
     
  5. Liviuss

    Liviuss

    Joined:
    Apr 2, 2014
    Posts:
    101
    Just removed Microsoft Ads from project and references. Master get compiled and application run but packaging still fail with the same errors.
     
  6. Alimaggs

    Alimaggs

    Joined:
    Mar 26, 2015
    Posts:
    9
    Hi Liviuss. Did you manage to resolve this? I'm hitting the same issues here.
     
  7. Liviuss

    Liviuss

    Joined:
    Apr 2, 2014
    Posts:
    101
    Hi Alimaggs, unfortunately i didn't managed to solve this issue. Didn't tried yet the 2018 version.
     
  8. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Can you guys try using IL2CPP scripting backend? It shouldn't have this issue.
     
  9. Alimaggs

    Alimaggs

    Joined:
    Mar 26, 2015
    Posts:
    9
    Will do. As soon as we've got our next update out, I'll look into this. We have a few plugins so I guess I'll need to make sure they're compatible. But I'll definitely give this a go.