dotnet/runtime

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

開放

#42,814 建立於 2020年9月28日

 (2 則留言) (0 個反應) (0 位負責人)C# (5,445 個分叉)batch import
area-Infrastructure-librarieshelp wanted

倉庫指標

星標
 (17,886 顆星)
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.

貢獻者指南