dotnet/msbuild

Document `RegisterTaskObject` ignoring `allowEarlyCollection`

Open

#10,425 创建于 2024年7月22日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C# (1,364 fork)batch import
Area: DocumentationArea: Enginehelp wantedtriaged

仓库指标

Star
 (5,062 star)
PR 合并指标
 (平均合并 11天 7小时) (30 天内合并 125 个 PR)

描述

https://github.com/dotnet/msbuild/blob/8b03742aafd18a26a5d03cd045e4d24963886503/src/Shared/RegisteredTaskObjectCacheBase.cs#L59-L64

Notice how allowEarlyCollection is ignored. It was dropped in some pre-GitHub release. We should document that.

贡献者指南