Area: Debuggabilityhelp wantedtriaged
仓库指标
- Star
- (5,062 star)
- PR 合并指标
- (平均合并 11天 7小时) (30 天内合并 125 个 PR)
描述
see https://github.com/microsoft/msbuild/issues/4792#issuecomment-543336926 and the rest of that thread
If you hold onto a TaskLoggingHelper object (perhaps in a static field) past the lifetime of the Task that created it, it will throw when it is used.
We could instead dispose of it and provide a nicer error at time of use.