dotnet/runtime

TestRuntime property in test projects is static and not up-to-date

Open

#42,814 创建于 2020年9月28日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C# (5,445 fork)batch import
area-Infrastructure-librarieshelp wanted

仓库指标

Star
 (17,886 star)
PR 合并指标
 (平均合并 12天 11小时) (30 天内合并 661 个 PR)

描述

The TestRuntime property determines if code coverage should instrument System.Private.CoreLib. The TestRuntime property was added to projects that test code that resides in System.Private.CoreLib. The problem is that this property is static and hasn't be updated or added to newer projects.

This property should be replaced by checking if a ProjectReference to CoreLib exists.

贡献者指南