dotnet/runtime
Ver no GitHubTestRuntime property in test projects is static and not up-to-date
Open
#42.814 aberto em 28 de set. de 2020
area-Infrastructure-librarieshelp wanted
Métricas do repositório
- Stars
- (17.886 stars)
- Métricas de merge de PR
- (Mesclagem média 12d 11h) (661 fundiu PRs em 30d)
Description
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.