This commit is contained in:
Medeni Baykal 2021-02-23 14:20:34 +01:00 коммит произвёл GitHub
Родитель 5a9a91aa59
Коммит f2f813f341
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 17 добавлений и 0 удалений

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

@ -1,5 +1,22 @@
# Release Notes
## 16.9.1
### Issues Fixed
* Implemented Workitem support in TRX logger (#2666)
* Stopped merging code coverage logs (#2671)
* Early testhost startup performance improved (#2584)
* Removed TypesToLoadAttribute from ObjectModel, and moved the functionallity into adapters (#2674)
* Fixed assembly names of TestHost executables (#2682)
* Add metrics for datacollector.exe - provides information about profilers (#2705)
* Added `Microsoft.TestPlatform.AdapterUtilities`. (#2714)
See full log [here](https://github.com/microsoft/vstest/compare/v16.9.0-preview-20210127-04...v16.9.1)
### Drops
* TestPlatform vsix: [16.9.1](https://vsdrop.corp.microsoft.com/file/v1/Products/DevDiv/microsoft/vstest/rel/16.9/20210223-02;/TestPlatform.vsix)
* Microsoft.TestPlatform.ObjectModel : [16.9.1](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/16.9.1)
## 16.9.0-preview-20210127-04
### Issue Fixed