dotnet/msbuild

Document `RegisterTaskObject` ignoring `allowEarlyCollection`

Open

#10,425 opened on Jul 22, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (1,364 forks)batch import
Area: DocumentationArea: Enginehelp wantedtriaged

Repository metrics

Stars
 (5,062 stars)
PR merge metrics
 (Avg merge 11d 7h) (125 merged PRs in 30d)

Description

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.

Contributor guide