Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

DeltaResponseHandler: add depth control

未关闭
#85 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
35/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
停滞
技术栈
csharp
领域
api

调研方向

首先定位 DeltaResponseHandler,并查看关联的 pull request #58,以了解嵌套更改如何添加到 changelist 中。重现 members@delta 示例,并确定 depth:1 还是 top-level-only 行为是预期的完成标准;验证最终的 changelist 仅包含 members@delta。

由索引模型根据 Issue 内容生成。

描述

Request: enhancement Status: Needs investigation

Internal customer request.

I would really like an option for controlling the "depth" for which the DeltaResponseHandler goes to add complex objects to the changelist.
For example in members@delta, Each membership added to a group shows up as 2 changes in the changelist. We process up to 500 memberships at a time, which means the changelist can be size 1000 even though we only care about the fact that memberships are added, and rely on DQ to include only the relevant ones. In this case, i'd want changelist to only include ["members@delta"] and that's it .
Something like new DeltaResponseHandler(depth:1) to only include the top level object would be great. Alternatively, only including the top level object for a complex object is fine with us too.
Reference
https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/pull/58

AB#7173

主要语言
C#
星标
164
派生
65
平均合并
38 分钟
30 天内合并 PR
1

环境准备

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

microsoftgraph/msgraph-sdk-dotnet-core 的其他 Issue

查看 microsoftgraph/msgraph-sdk-dotnet-core 的全部 Issue

相似的 Issue

更多 C# Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。