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

Release 模式下,Microsoft Graph 的 Me.MailFolders 请求在处理返回的时,Json 解析库异常 #97

Open
Shomnipotence opened this issue Oct 15, 2023 · 1 comment · Fixed by #98
Labels
bug Something isn't working work in progress Working on it
Milestone

Comments

@Shomnipotence
Copy link
Contributor

Shomnipotence commented Oct 15, 2023

在 Release 模式下, 请求 Microsoft Graph 的 Me.MailFolders 请求在处理返回的时候, Json 解析库(Microsoft.Kiota.Serialization.Json, Graph 的解析依赖库)抛出异常. 抛出的错误内容很模糊. 因为在 Debug 下能跑通, 所以不知道是不是因为类型元数据丢失.

这个库是 Microsoft Graph 的依赖库,所以必需使用

堆栈消息
addb6a0aca88d11bc96b2f1cb1d2772f

@kengwang 建议如下:

创建 Minimal Reproduce 看问题是否能复现。

平台: UWP Release
依赖: Microsoft.Graph
所需功能:

  • 登录
  • 获取邮件文件夹 Folder
@Shomnipotence Shomnipotence added the bug Something isn't working label Oct 15, 2023
@MicaApps MicaApps locked and limited conversation to collaborators Oct 17, 2023
@Sanlorng Sanlorng linked a pull request Oct 17, 2023 that will close this issue
@Sanlorng Sanlorng added the work in progress Working on it label Oct 17, 2023
@Sanlorng
Copy link
Contributor

在kiota-serialization-json未解决这个问题之前,不升级Microsoft-Graph

@Shomnipotence Shomnipotence added this to the 1 milestone Nov 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working work in progress Working on it
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants