Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CommunityToolkit.Authentication.Msal use Microsoft Graph V4 but if you install V5,you cannot release #208

Open
6 tasks
Shomnipotence opened this issue Jun 10, 2023 · 19 comments

Comments

@Shomnipotence
Copy link

Describe the bug

1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.IntPtr Microsoft.Identity.Extensions.Mac.CoreFoundation.CFDataGetBytePtr(System.IntPtr)”的 P/Invoke 方法“/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation!CFDataGetBytePtr”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.CoreFoundation.CFDataGetLength(System.IntPtr)”的 P/Invoke 方法“/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation!CFDataGetLength”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.IntPtr Microsoft.Identity.Extensions.Mac.LibSystem.dlopen(System.String, System.Int32)”的 P/Invoke 方法“/usr/lib/libSystem.dylib!dlopen”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.IntPtr Microsoft.Identity.Extensions.Mac.LibSystem.dlsym(System.IntPtr, System.String)”的 P/Invoke 方法“/usr/lib/libSystem.dylib!dlsym”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.SecurityFramework.SessionGetInfo(System.Int32, System.Int32, Microsoft.Identity.Extensions.Mac.SessionAttributeBits)”的 P/Invoke 方法“/System/Library/Frameworks/Security.framework/Security!SessionGetInfo”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.SecurityFramework.SecAccessCreate(System.IntPtr, System.IntPtr, System.IntPtr)”的 P/Invoke 方法“/System/Library/Frameworks/Security.framework/Security!SecAccessCreate”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.SecurityFramework.SecKeychainItemCreateFromContent(System.IntPtr, System.IntPtr, System.UInt32, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)”的 P/Invoke 方法“/System/Library/Frameworks/Security.framework/Security!SecKeychainItemCreateFromContent”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.SecurityFramework.SecKeychainAddGenericPassword(System.IntPtr, System.UInt32, System.String, System.UInt32, System.String, System.UInt32, System.Byte[], System.IntPtr)”的 P/Invoke 方法“/System/Library/Frameworks/Security.framework/Security!SecKeychainAddGenericPassword”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.SecurityFramework.SecKeychainFindGenericPassword(System.IntPtr, System.UInt32, System.String, System.UInt32, System.String, System.UInt32, System.IntPtr, System.IntPtr)”的 P/Invoke 方法“/System/Library/Frameworks/Security.framework/Security!SecKeychainFindGenericPassword”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.SecurityFramework.SecKeychainItemModifyAttributesAndData(System.IntPtr, System.IntPtr, System.UInt32, System.Byte[])”的 P/Invoke 方法“/System/Library/Frameworks/Security.framework/Security!SecKeychainItemModifyAttributesAndData”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.SecurityFramework.SecKeychainItemDelete(System.IntPtr)”的 P/Invoke 方法“/System/Library/Frameworks/Security.framework/Security!SecKeychainItemDelete”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.SecurityFramework.SecKeychainItemFreeContent(System.IntPtr, System.IntPtr)”的 P/Invoke 方法“/System/Library/Frameworks/Security.framework/Security!SecKeychainItemFreeContent”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.SecurityFramework.SecKeychainItemFreeAttributesAndData(System.IntPtr, System.IntPtr)”的 P/Invoke 方法“/System/Library/Frameworks/Security.framework/Security!SecKeychainItemFreeAttributesAndData”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.SecurityFramework.SecItemCopyMatching(System.IntPtr, System.IntPtr)”的 P/Invoke 方法“/System/Library/Frameworks/Security.framework/Security!SecItemCopyMatching”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.SecurityFramework.SecKeychainItemCopyFromPersistentReference(System.IntPtr, System.IntPtr)”的 P/Invoke 方法“/System/Library/Frameworks/Security.framework/Security!SecKeychainItemCopyFromPersistentReference”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Extensions.Mac.SecurityFramework.SecKeychainItemCopyContent(System.IntPtr, System.IntPtr, System.IntPtr, System.UInt32, System.IntPtr)”的 P/Invoke 方法“/System/Library/Frameworks/Security.framework/Security!SecKeychainItemCopyContent”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.IntPtr Microsoft.Identity.Client.Extensions.Msal.Libsecret.secret_schema_new(System.String, System.Int32, System.String, System.Int32, System.String, System.Int32, System.IntPtr)”的 P/Invoke 方法“libsecret-1.so.0!secret_schema_new”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Client.Extensions.Msal.Libsecret.secret_password_store_sync(System.IntPtr, System.String, System.String, System.String, System.IntPtr, System.IntPtr, System.String, System.String, System.String, System.String, System.IntPtr)”的 P/Invoke 方法“libsecret-1.so.0!secret_password_store_sync”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.String Microsoft.Identity.Client.Extensions.Msal.Libsecret.secret_password_lookup_sync(System.IntPtr, System.IntPtr, System.IntPtr, System.String, System.String, System.String, System.String, System.IntPtr)”的 P/Invoke 方法“libsecret-1.so.0!secret_password_lookup_sync”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Client.Extensions.Msal.Libsecret.secret_password_clear_sync(System.IntPtr, System.IntPtr, System.IntPtr, System.String, System.String, System.String, System.String, System.IntPtr)”的 P/Invoke 方法“libsecret-1.so.0!secret_password_clear_sync”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Client.Extensions.Msal.LinuxNativeMethods.getuid()”的 P/Invoke 方法“libc!getuid”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Client.Extensions.Msal.Accessors.FileWithPermissions.PosixCreate(System.String, System.Int32)”的 P/Invoke 方法“libc!creat”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : MCG : warning MCG0007: 未能解析方法“System.Int32 Microsoft.Identity.Client.Extensions.Msal.Accessors.FileWithPermissions.PosixChmod(System.String, System.Int32)”的 P/Invoke 方法“libc!chmod”。调用此方法将在运行时引发异常。请确保 P/Invoke 指向 UWP 应用程序中允许的 Windows API,或指向属于包一部分的本机 DLL。如果由于某些原因,P/Invoke 不满足这些条件,请使用 [DllImport(ExactSpelling=true) 指示你了解使用非 UWP API 的含义。
1> 正在生成代码...
1> 生成的互操作代码。
1> 正在编译互操作代码
1> 正在生成 System.Reflection.DispatchProxy 代理代码。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.Person”未包含在编译中,但在 方法“GraphExtensions.ToPerson(User)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.User”未包含在编译中,但在 方法“GraphExtensions.ToPerson(User)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.IBaseRequest”未包含在编译中,但在 方法“GraphExtensions.Search(T, string)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.DriveItem”未包含在编译中,但在 方法“GraphExtensions.SetFileAsync(GraphServiceClient, string, string, T, IObjectSerializer)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IUserPeopleCollectionPage”未包含在编译中,但在 方法“GraphExtensions.FindPersonAsync(GraphServiceClient, string)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.Extension”未包含在编译中,但在 方法“GraphExtensions.GetExtension(GraphServiceClient, string, string)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IGraphServiceUsersCollectionPage”未包含在编译中,但在 方法“GraphExtensions.FindUserAsync(GraphServiceClient, string)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IUserExtensionsCollectionPage”未包含在编译中,但在 类型“CommunityToolkit.Graph.Extensions.GraphExtensions+d__10” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IDriveItemChildrenCollectionPage”未包含在编译中,但在 类型“CommunityToolkit.Graph.Extensions.GraphExtensions+d__7” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.IMiddlewareOption”未包含在编译中,但在 方法“MsalProvider.d__17.MoveNext()” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.AuthenticationHandlerOption”未包含在编译中,但在 方法“MsalProvider.d__17.MoveNext()” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph.Core”中的方法“GraphRequestContext.get_MiddlewareOptions()”,方法“MsalProvider.d__17.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“Person..ctor()”,方法“GraphExtensions.ToPerson(User)”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph.Core”中的方法“IBaseRequest.get_QueryOptions()”,方法“GraphExtensions.Search(T, string)”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.AuthenticateRequestAsyncDelegate”未包含在编译中,但在 方法“ProviderExtensions.GetClient(IProvider)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph.Core”中的方法“AuthenticateRequestAsyncDelegate..ctor(object, IntPtr)”,方法“ProviderExtensions.GetClient(IProvider)”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph.Core”中的方法“AuthenticateRequestAsyncDelegate..ctor(object, IntPtr)”,方法“ProviderExtensions.GetBetaClient(IProvider)”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.Entity”未包含在编译中,但在 方法“OneDriveStorageHelper.d__6.MoveNext()” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“Entity.get_Id()”,方法“OneDriveStorageHelper.d__6.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Me()”,方法“UserExtensionStorageHelper.d__23.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“Entity.get_AdditionalData()”,方法“UserExtensionStorageHelper.d__33.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__11.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“DriveItem..ctor()”,方法“GraphExtensions.d__6.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__12.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__4.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Me()”,方法“GraphExtensions.d__8.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__16.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__10.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__9.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__3.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Me()”,方法“GraphExtensions.d__14.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Me()”,方法“GraphExtensions.d__18.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__15.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__17.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__7.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“DriveItem..ctor()”,方法“GraphExtensions.d__5.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__2.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0003: 由于缺少程序集“Microsoft.Graph”中的方法“Entity.set_AdditionalData(IDictionary<string, object>)”,方法“GraphExtensions.d__13.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.ScoredEmailAddress”未包含在编译中,但在 应用程序 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.QueryOption”未包含在编译中,但在 应用程序 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): warning : ILTransform : 警告 ILT0005: 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IUserPeopleCollectionRequest”未包含在编译中,但在 应用程序 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1> 正在清理未引用的代码
1> 正在生成本机代码
1> 正在生成本机代码的链接地址信息
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : RHBIND : error RHB0002: 未能写入 PDB。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.Person”未包含在编译中,但在 方法“GraphExtensions.ToPerson(User)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.User”未包含在编译中,但在 方法“GraphExtensions.ToPerson(User)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.IBaseRequest”未包含在编译中,但在 方法“GraphExtensions.Search(T, string)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.DriveItem”未包含在编译中,但在 方法“GraphExtensions.SetFileAsync(GraphServiceClient, string, string, T, IObjectSerializer)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IUserPeopleCollectionPage”未包含在编译中,但在 方法“GraphExtensions.FindPersonAsync(GraphServiceClient, string)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.Extension”未包含在编译中,但在 方法“GraphExtensions.GetExtension(GraphServiceClient, string, string)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IGraphServiceUsersCollectionPage”未包含在编译中,但在 方法“GraphExtensions.FindUserAsync(GraphServiceClient, string)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IUserExtensionsCollectionPage”未包含在编译中,但在 类型“CommunityToolkit.Graph.Extensions.GraphExtensions+d__10” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IDriveItemChildrenCollectionPage”未包含在编译中,但在 类型“CommunityToolkit.Graph.Extensions.GraphExtensions+d__7” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.IMiddlewareOption”未包含在编译中,但在 方法“MsalProvider.d__17.MoveNext()” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.AuthenticationHandlerOption”未包含在编译中,但在 方法“MsalProvider.d__17.MoveNext()” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph.Core”中的方法“GraphRequestContext.get_MiddlewareOptions()”,方法“MsalProvider.d__17.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“Person..ctor()”,方法“GraphExtensions.ToPerson(User)”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph.Core”中的方法“IBaseRequest.get_QueryOptions()”,方法“GraphExtensions.Search(T, string)”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.AuthenticateRequestAsyncDelegate”未包含在编译中,但在 方法“ProviderExtensions.GetClient(IProvider)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph.Core”中的方法“AuthenticateRequestAsyncDelegate..ctor(object, IntPtr)”,方法“ProviderExtensions.GetClient(IProvider)”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph.Core”中的方法“AuthenticateRequestAsyncDelegate..ctor(object, IntPtr)”,方法“ProviderExtensions.GetBetaClient(IProvider)”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.Entity”未包含在编译中,但在 方法“OneDriveStorageHelper.d__6.MoveNext()” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“Entity.get_Id()”,方法“OneDriveStorageHelper.d__6.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Me()”,方法“UserExtensionStorageHelper.d__23.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“Entity.get_AdditionalData()”,方法“UserExtensionStorageHelper.d__33.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__11.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“DriveItem..ctor()”,方法“GraphExtensions.d__6.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__12.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__4.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Me()”,方法“GraphExtensions.d__8.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__16.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__10.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__9.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__3.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Me()”,方法“GraphExtensions.d__14.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Me()”,方法“GraphExtensions.d__18.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__15.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__17.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__7.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“DriveItem..ctor()”,方法“GraphExtensions.d__5.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__2.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“Entity.set_AdditionalData(IDictionary<string, object>)”,方法“GraphExtensions.d__13.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.ScoredEmailAddress”未包含在编译中,但在 应用程序 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.QueryOption”未包含在编译中,但在 应用程序 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IUserPeopleCollectionRequest”未包含在编译中,但在 应用程序 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.Person”未包含在编译中,但在 方法“GraphExtensions.ToPerson(User)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.User”未包含在编译中,但在 方法“GraphExtensions.ToPerson(User)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.IBaseRequest”未包含在编译中,但在 方法“GraphExtensions.Search(T, string)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.DriveItem”未包含在编译中,但在 方法“GraphExtensions.SetFileAsync(GraphServiceClient, string, string, T, IObjectSerializer)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IUserPeopleCollectionPage”未包含在编译中,但在 方法“GraphExtensions.FindPersonAsync(GraphServiceClient, string)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.Extension”未包含在编译中,但在 方法“GraphExtensions.GetExtension(GraphServiceClient, string, string)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IGraphServiceUsersCollectionPage”未包含在编译中,但在 方法“GraphExtensions.FindUserAsync(GraphServiceClient, string)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IUserExtensionsCollectionPage”未包含在编译中,但在 类型“CommunityToolkit.Graph.Extensions.GraphExtensions+d__10” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IDriveItemChildrenCollectionPage”未包含在编译中,但在 类型“CommunityToolkit.Graph.Extensions.GraphExtensions+d__7” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.IMiddlewareOption”未包含在编译中,但在 方法“MsalProvider.d__17.MoveNext()” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.AuthenticationHandlerOption”未包含在编译中,但在 方法“MsalProvider.d__17.MoveNext()” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph.Core”中的方法“GraphRequestContext.get_MiddlewareOptions()”,方法“MsalProvider.d__17.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“Person..ctor()”,方法“GraphExtensions.ToPerson(User)”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph.Core”中的方法“IBaseRequest.get_QueryOptions()”,方法“GraphExtensions.Search(T, string)”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.AuthenticateRequestAsyncDelegate”未包含在编译中,但在 方法“ProviderExtensions.GetClient(IProvider)” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph.Core”中的方法“AuthenticateRequestAsyncDelegate..ctor(object, IntPtr)”,方法“ProviderExtensions.GetClient(IProvider)”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph.Core”中的方法“AuthenticateRequestAsyncDelegate..ctor(object, IntPtr)”,方法“ProviderExtensions.GetBetaClient(IProvider)”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.Entity”未包含在编译中,但在 方法“OneDriveStorageHelper.d__6.MoveNext()” 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“Entity.get_Id()”,方法“OneDriveStorageHelper.d__6.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Me()”,方法“UserExtensionStorageHelper.d__23.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“Entity.get_AdditionalData()”,方法“UserExtensionStorageHelper.d__33.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__11.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“DriveItem..ctor()”,方法“GraphExtensions.d__6.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__12.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__4.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Me()”,方法“GraphExtensions.d__8.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__16.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__10.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__9.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__3.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Me()”,方法“GraphExtensions.d__14.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Me()”,方法“GraphExtensions.d__18.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__15.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__17.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__7.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“DriveItem..ctor()”,方法“GraphExtensions.d__5.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“GraphServiceClient.get_Users()”,方法“GraphExtensions.d__2.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 由于缺少程序集“Microsoft.Graph”中的方法“Entity.set_AdditionalData(IDictionary<string, object>)”,方法“GraphExtensions.d__13.MoveNext()”将始终引发异常。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.ScoredEmailAddress”未包含在编译中,但在 应用程序 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph.Core”中的类型“Microsoft.Graph.QueryOption”未包含在编译中,但在 应用程序 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : 程序集“Microsoft.Graph”中的类型“Microsoft.Graph.IUserPeopleCollectionRequest”未包含在编译中,但在 应用程序 中进行了引用。最近的 Windows SDK 版本中可能缺少某个程序集或依赖项。
1>C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\Microsoft.NetNative.targets(809,5): error : ILT0005: “C:\Program Files (x86)\Microsoft SDKs\UWPNuGetPackages\runtime.win10-x64.microsoft.net.native.compiler\2.2.12-rel-31116-00\tools\x64\ilc\Tools\rhbind.exe @"E:\Users\Shomn\Source\Repos\Mail2\Mail\obj\x64\Release\ilc\intermediate\rhbindargs.Mail.rsp"”已返回退出代码 2

  • Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:

Steps to Reproduce

Steps to reproduce the behavior:

  1. install CommunityToolkit.Graph7.1.4
  2. Install Microsoft.Graph 5.13.0

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

image

Failed to release

Environment

NuGet Package(s):
CommunityToolkit.Authentication.Msal
CommunityToolkit.Graph
Microsoft.Graph

Package Version(s):
7.1.4
7.1.4
5.13.0

Windows 11 Build Number:

  • Insider Build (build 25387: )

App min and target version:

  • May 2019 Update (19041)
  • Insider Build (xxxxx)

Device form factor:

  • Desktop

Visual Studio

  • 2022 (version: 17.4.2)

## Additional context
Add any other context about the problem here.
@Shomnipotence Shomnipotence added the bug 🐛 Something isn't working label Jun 10, 2023
@ghost ghost added the needs triage 🔍 label Jun 10, 2023
@ghost
Copy link

ghost commented Jun 10, 2023

Hello Shomnipotence, thank you for opening an issue with us!

I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌

@ghost ghost added the needs attention 👋 label Jun 25, 2023
@ghost
Copy link

ghost commented Jun 25, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

17 similar comments
@ghost
Copy link

ghost commented Jul 10, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Jul 25, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Aug 13, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Aug 28, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Sep 12, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Sep 27, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Oct 13, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Oct 28, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Nov 12, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Nov 27, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Dec 12, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Dec 27, 2023

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Jan 11, 2024

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Jan 26, 2024

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Feb 10, 2024

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Feb 25, 2024

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

@ghost
Copy link

ghost commented Mar 11, 2024

This issue has been marked as "needs attention 👋" due to no activity for 15 days. Please triage the issue so the fix can be established.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant