dotnet/runtime
在 GitHub 查看TestRuntime property in test projects is static and not up-to-date
Open
#42,814 建立於 2020年9月28日
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.