Update 0021-CodeCoverageForNetCore.md (#143)

This commit is contained in:
pvlakshm 2018-06-19 22:15:30 +05:30 коммит произвёл GitHub
Родитель e4300eb78b
Коммит 7aec6aa6f5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 9 добавлений и 10 удалений

Просмотреть файл

@ -74,16 +74,15 @@ __Cons:__ Poor user experience. User has to explicitly add the code coverage NuG
To provide a good user experience, we will go with __Option 2__.
## Work involved
- [ ] CLI support to condition code coverage collection via a switch [this is already in place]
- [ ] Spike to validate early drops of portable PDB support.
- [ ] Publish as an RFC on GitHub.
- [ ] Port the TraceDataCollector to .NET Standard.
- [ ] Spike for automatic discovery of TraceDataCollector (for the case where dotnet test is used to run tests targeting .NET Framework)
- [ ] The code coverage profiler (covrun32.dll/covrun64.dll) to support portable PDB [this will use MSDIA]
- [ ] The code coverage profiler (covrun32.dll/covrun64.dll) to support embedded PDB [this will use MSDIA]
- [ ] The code coverage Logger(CodeCoverage.exe) and code coverage profiler to be appropriately packaged so they are available to the .NET Core user
- [ ] Customer validation
- [ ] Drop to MyGet
- [x] CLI support to condition code coverage collection via a switch [this is already in place]
- [x] Spike to validate early drops of portable PDB support.
- [x] Publish as an RFC on GitHub.
- [x] Port the TraceDataCollector to .NET Standard.
- [x] Spike for automatic discovery of TraceDataCollector (for the case where dotnet test is used to run tests targeting .NET Framework)
- [x] The code coverage profiler (covrun32.dll/covrun64.dll) to support portable PDB [this will use MSDIA]
- [x] The code coverage profiler (covrun32.dll/covrun64.dll) to support embedded PDB [this will use MSDIA]
- [x] The code coverage Logger(CodeCoverage.exe) and code coverage profiler to be appropriately packaged so they are available to the .NET Core user
- [x] "preview" to NuGet
- [ ] Beta to NuGet
- [ ] Blog on DevOps blog
- [ ] MSDN doc updated